Transformers: Why everyone is talking about it?

Update 11th Dec 2021: see what Andrej Karpathy is saying about transformers I had been planning to read about the Transformers for a while, but I had to wait until I had a few more days to get my hands on it. This is a seminal concept in NLP and I am going to try […]

Transformers: Why everyone is talking about it? Read More »

A concise overview of cost function optimizers!

Optimizers are needed to find the optimal solution for the given task. Optimizers associate themselves with cost function and model parameters together by updating the model. i.e. when you want to identify weights that minimize your mean squared error in linear regression, you need to use some function to find parameters such that mean squared

A concise overview of cost function optimizers! Read More »

A long time!!

Hi Guys!How have you been doing? Sorry for not writing anything in past few years. I had been doing crazy shit work. Ohh no.. that is just an excuse, I am telling myself. The motivation of restarting the blog came because I am seeing a lot of junk content on the web about data science(last

A long time!! Read More »

Setting up a GPU based Deep Learning Machine

Using GPU for deep learning has seen a tremendous performance. It has been reported that execution time using GPU is 10x -50x times faster than CPU-based deep learning and It is also a lot cheaper than CPU-based system. You can see this below in the picture. I was curious to check deep learning performance on

Setting up a GPU based Deep Learning Machine Read More »

A Data Science Project- Part 4: Chi-Square Test of Independence

In the last article, we have discussed ANOVA test, and it gave us insight into checking the distribution of response variable among groups of an independent variable. Today, we will learn how to check relationships between two categorical variables. http://yesthedataguy.tumblr.com/post/134133746036/how-to-perform-chi-square-test-of

A Data Science Project- Part 4: Chi-Square Test of Independence Read More »

A Data Science Project- Part 3: Hypothesis testing and ANOVA

This post is in continuation of A Data Science project series. In this post, We will use ANOVA test whenever we need to check if two or more groups are different from each other or not. i.e. let’s say there are four races in a school – White, Hispanic, Black and Indian. Now school management

A Data Science Project- Part 3: Hypothesis testing and ANOVA Read More »

A Data Science Project- Part 2: Making Sense of Data

I hope you have gone through part1 and part2, Today I will tell you not only how to explore data through visualization but also the most important part how to interpret them. Don’t miss reading summary in the end of every post. we will create bar chart, histograms, scatter-plot, box-plots etc. We will also check

A Data Science Project- Part 2: Making Sense of Data Read More »

Scroll to Top