Friday, July 30, 2021

How to Keep Track of TensorFlow/Keras Model Development with Neptune

The model development lifecycle starts with data exploration, then we choose features for our model, choose a baseline algorithm, and next, we try to improve baseline performance with different algorithms and parameter tuning. Sounds simple enough. But, during all of this, you’ll probably create multiple notebooks, or modify one notebook over and over again. This […]

The post How to Keep Track of TensorFlow/Keras Model Development with Neptune appeared first on neptune.ai.



from Planet SciPy
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...