top of page
Search
Krishna Kankipati
Sarcasm dataset - Tokenizing, Sequencing and Padding
In the previous articles we have discussed Tokenizing, Sequencing and Padding the sentences…now we will apply those methods on a real...
Krishna Kankipati
NLP with Tensorflow — Padding sentences
Alright, in the previous post we have learned to tokenize and sequence the tokens from a sentence. We can observe that the length of...
Krishna Kankipati
NLP with Tensorflow — Tokenizing and Sequencing the sentences
When 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 Kankipati
Artificial 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 Kankipati
Artificial Neural Networks(Part 2)- Structure of a Simple Neural Network and its implementation.
Understanding a Simple Neural Network and its implementation in python.
Krishna Kankipati
Artificial 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!
bottom of page