Author Archives: Ankit Das - Page 3

06 Nov

Loss Functions in Deep Learning: An Overview

image-17378
image-17378

Neural Network uses optimising strategies like stochastic gradient descent to minimize the error in the algorithm. The way we actually compute this error is by using a Loss Function. It is used to quantify how good or bad the model is performing. These are divided into two categories i.e.Regression loss and Classification Loss.

The post Loss Functions in Deep Learning: An Overview appeared first on Analytics India Magazine.

06 Nov

Loss Functions in Deep Learning: An Overview

image-17375
image-17375

Neural Network uses optimising strategies like stochastic gradient descent to minimize the error in the algorithm. The way we actually compute this error is by using a Loss Function. It is used to quantify how good or bad the model is performing. These are divided into two categories i.e.Regression loss and Classification Loss.

The post Loss Functions in Deep Learning: An Overview appeared first on Analytics India Magazine.

06 Nov

Loss Functions in Deep Learning: An Overview

image-17374
image-17374

Neural Network uses optimising strategies like stochastic gradient descent to minimize the error in the algorithm. The way we actually compute this error is by using a Loss Function. It is used to quantify how good or bad the model is performing. These are divided into two categories i.e.Regression loss and Classification Loss.

The post Loss Functions in Deep Learning: An Overview appeared first on Analytics India Magazine.

04 Nov

Gaussian Mixture Model Clustering Vs K-Means: Which One To Choose

image-17318
image-17318

In recent times, there has been a lot of emphasis on Unsupervised learning. Studies like customer segmentation, pattern recognition has been a widespread example of this which in simple terms we can refer to as Clustering. We used to solve our problem using a basic algorithm like K-means or Hierarchical Clustering. With the introduction of Gaussian mixture modelling clustering data points have become simpler as they can handle even oblong clusters. It works in the same principle as K-means but has some of the advantages over it.

The post Gaussian Mixture Model Clustering Vs K-Means: Which One To Choose appeared first on Analytics India Magazine.

03 Nov

Complete Guide on Language Modelling: Unigram Using Python

image-17288
image-17288

Language modelling is the speciality of deciding the likelihood of a succession of words. These are useful in many different Natural Language Processing applications like Machine translator, Speech recognition, Optical character recognition and many more.In recent times language models depend on neural networks, they anticipate precisely a word in a sentence dependent on encompassing words. However, in this project, we will discuss the most classic of language models: the n-gram models.

The post Complete Guide on Language Modelling: Unigram Using Python appeared first on Analytics India Magazine.

02 Nov

Hands-On Guide To Recommendation System Using Collaborative Filtering

image-17251
image-17251

Recommendation systems expect to foresee clients' inclinations and predict the most likely product that the users are most likely to purchase and are of interest to them. Organizations utilizing recommendation frameworks centre around expanding deals because of exceptionally customized offers and an upgraded client experience. Netflix, Amazon, and so forth use recommender frameworks to assist their clients with recognizing the right item or films for them.

The post Hands-On Guide To Recommendation System Using Collaborative Filtering appeared first on Analytics India Magazine.

31 Oct

Complete Guide to Implement Knowledge Graph Using Python

image-17231
image-17231

Information Extraction is a process of extracting information in a more structured way i.e., the information which is machine-understandable. It consists of subfields which cannot be easily solved. Therefore, an approach to store data in a structured manner is Knowledge Graph which is a set of three-item sets called Triple where the set combines a subject, a predicate and an object.

The post Complete Guide to Implement Knowledge Graph Using Python appeared first on Analytics India Magazine.

29 Oct

Hands-On Guide To Different Tokenization Methods In NLP

image-17191
image-17191

Do you realize you can google up anything today and can be sure to find something related to it on the internet? This comes from the huge amount of text data available freely for us. You must be intrigued enough to use all this data for your machine learning models. The problem is, machines don’t…

The post Hands-On Guide To Different Tokenization Methods In NLP appeared first on Analytics India Magazine.