Category Python Programming Examples

The tanh activation function

The Tanh Activation Function Cover Image

In deep learning, neural networks consist of neurons that work in correspondence with their weight, bias and respective activation functions. The weights and biases are adjusted based on the error in the output. This is called backpropagation. Activation functions make…

POS Tagging in NLP using Spacy

Pos Tagging Cover Image

Parts of Speech (POS) are the words that perform different roles in a sentence. The English language has 8 parts of speech. They are: Nouns Pronouns Verbs Adverbs Adjectives Prepositions Conjunctions Interjunctions A PoS tag provides a considerable amount of…

An Introduction to NLP

Intro To Nlp Cover Image

Natural Language Processing (NLP) is a part of Computer Science, more particularly of Artificial Intelligence that deals with the interaction of computers with humans in natural languages. Humans use natural languages as a means of communication. Natural language processing aims…