Neural Networks

This category groups articles that focus on Neural Networks. Each post focuses on either a specific component of Neural Networks, or on understanding how these powerful machine learning algorithms work. The emphasis here is on understanding these models at a technical level. Here you will learn to understand, and build, Neural Networks in Python from scratch.

advanced model tuning

Advanced Model Tuning with Keras

Understanding Backpropagation Some of the most powerful and influential machine learning algorithms are Neural Networks. They are applicable to a wide range of problems: including supervised prediction, language/image/video generation, computer vision, and many more. A key step to building these models is hyperparameter tuning. In this article, I will cover how to tune models in […]

Advanced Model Tuning with Keras Read More »