Firebase Push Notification with python
so in this blog we will see how to implement fcm or Firebase Cloud Messaging services.
Our Company Blog
so in this blog we will see how to implement fcm or Firebase Cloud Messaging services.
Till now we have seen basics on NN’s and at this stage we can create our first Neural Network
Let’s look at loss function with Keras in detail and implement it in our neural network
We have seen earlier the entire purpose of to optimize weights so as to reduce loss. Let’s see in detail different optimization functions we can use with neural networks
Softmax is a special kind of activation function which use mostly used as the last layer. The final output of an NN needs to be human understandable so in the output we would need to be able to get probabilities in case of multi classifier problem.
In this post we look deep into activation function.
In these series of blog posts we will look in detailed implementation of neural networks using Keras and also more deeply understand how neural networks work.
In this post we will see about logistic regression, this post is in continuation of liner regression which we saw before. Make sure to read the previous post in detail before reading this.
In this post we will see what exactly is linear regression and it will help us better understand NN’s. This post can be skipped, but i think it provides a good foundation for understanding NN’s