In this post, you will learn about how to train an optimal neural network using Learning Curves and Python Keras. As…
In this post, you will learn about how to train a neural network for multi-class classification using Python Keras libraries and…
Here are the top web pages /videos for learning back propagation algorithm used to compute the gradients in neural network. I…
In this post, you will learn about concepts of neural networks with the help of mathematical models examples. In simple…
In this post, you will learn the concepts of Adaline (ADAptive LInear NEuron), a machine learning algorithm, along with Python…
This post is about listing down free online course materials for deep learning (PyTorch) by none other than Yann LeCun. Here…
In this post, you will get to learn deep learning through simple explanation (layman terms) and examples. Deep learning is…
In this post, you will learn about how to set up Keras and get started with Keras, one of the…
In this post, you will learn about how to load and predict using pre-trained Resnet model using PyTorch library. Here…
This is a quick post on how to install PyTorch on Anaconda and get started with deep learning projects. As a machine…