Krishna KankipatiSarcasm dataset - Tokenizing, Sequencing and PaddingIn the previous articles we have discussed Tokenizing, Sequencing and Padding the sentences…now we will apply those methods on a real...
Krishna KankipatiNLP with Tensorflow — Padding sentencesAlright, in the previous post we have learned to tokenize and sequence the tokens from a sentence. We can observe that the length of...
Krishna KankipatiNLP with Tensorflow — Tokenizing and Sequencing the sentencesWhen we are dealing with images, it is easy for us to feed them into a neural network, as the pixel values were already numbers. But what...
Krishna KankipatiArtificial Neural Networks(Part-3) - Loss and Cost Functions, and Gradient Descent.In this part of the ANN, we will try to learn what is a Loss Function and how it is used to calculate a Cost function and finally...
Krishna KankipatiArtificial Neural Networks(Part 2)- Structure of a Simple Neural Network and its implementation.Understanding a Simple Neural Network and its implementation in python.
Krishna KankipatiArtificial Neural Networks (Part 1)-Role of Activation Functions, Weights and Bias.Artificial Neural Network(ANN) is a software implementation of neural structure of Human brain!