Category Archives

A single neuron neural network in Python

Neural networks are the core of deep learning, a field which has practical applications in many different areas. Today...

A single neuron neural network in Python

Neural networks are the core of deep learning, a field which has practical applications in many different areas. Today...

Activation functions in Neural Networks

Elements of a Neural Network :- Input Layer :- This layer accepts input features. It provides information from the...

Activation functions in Neural Networks

Elements of a Neural Network :- Input Layer :- This layer accepts input features. It provides information from the...

Introduction to ANN | Set 4 (Network Architectures)

An Artificial Neural Network (ANN) is an information processing paradigm that is inspired from the brain. ANNs, like people,...

Introduction to ANN | Set 4 (Network Architectures)

An Artificial Neural Network (ANN) is an information processing paradigm that is inspired from the brain. ANNs, like people,...

Introduction to Artificial Neural Network | Set 2

This article provides the outline for understanding the Artificial Neural Network. Characteristics of Artificial Neural Network It is neurally...

Introduction to Artificial Neural Network | Set 2

This article provides the outline for understanding the Artificial Neural Network. Characteristics of Artificial Neural Network It is neurally...

Introduction to Artificial Neutral Networks | Set 1

ANN learning is robust to errors in the training data and has been successfully applied for learning real-valued, discrete-valued,...

Introduction to Artificial Neutral Networks | Set 1

ANN learning is robust to errors in the training data and has been successfully applied for learning real-valued, discrete-valued,...

How to get synonyms/antonyms from NLTK WordNet in Python?

WordNet is a large lexical database of English. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive...

How to get synonyms/antonyms from NLTK WordNet in Python?

WordNet is a large lexical database of English. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive...

Lemmatization with TextBlob

Lemmatization is the process of grouping together the different inflected forms of a word so they can be analysed...

Lemmatization with TextBlob

Lemmatization is the process of grouping together the different inflected forms of a word so they can be analysed...

Lemmatization with NLTK

Lemmatization is the process of grouping together the different inflected forms of a word so they can be analysed...

Lemmatization with NLTK

Lemmatization is the process of grouping together the different inflected forms of a word so they can be analysed...