Digit recognition App (Streamlit) trained on the MNIST_Plus dataset using PyTorch CNN model
In my previous blog post, I shared with you a streamlit app that recognizes handwritten digits entered by the user through mouse/touch input.…
Read MoreIn my previous blog post, I shared with you a streamlit app that recognizes handwritten digits entered by the user through mouse/touch input.…
Read MoreRecently, I learned how to program deep and convolutional neural networks using various frameworks like PyTorch and TensorFlow-Keras. Here is an application of…
Read MoreIn this post, I show you how to implement the Mean Squared Error (MSE) Loss/Cost function as well as its derivative for Neural…
Read MoreThe mathematical definition of the Tanh activation function is and its derivative is defined as The Tanh function and its derivative for a…
Read MoreThe mathematical definition of the Softplus activation function is with the derivative defined as , which is actually the Sigmoid function. We have…
Read MoreThe mathematical definition of the Softmax activation function is with the derivative defined as The Softmax function and its derivative for a batch…
Read MoreThe mathematical definition of the Sigmoid activation function is and its derivative is The Sigmoid function and its derivative for a batch of…
Read MoreThe mathematical definition of the ReLU activation function is and its derivative is defined as The ReLU function and its derivative for a…
Read MoreManas SharmaI’m a physicist specializing in computational material science with a PhD in Physics from Friedrich-Schiller University Jena, Germany. I write efficient codes…
Read MoreManas SharmaI’m a physicist specializing in computational material science with a PhD in Physics from Friedrich-Schiller University Jena, Germany. I write efficient codes…
Read More