Blogs by Rashmi Jain
How can mathematics make you a better recruiter!
October 6, 2017
4 mins
Hiring the right talent is crucial to any organization’s growth and success. “By implementing recruiting best practices and supporting technology, you can potentially reduce your time to hire by...
Minimax Algorithm with Alpha-beta pruning
March 31, 2017
7 mins
Ever since the advent of Artificial Intelligence (AI), game playing has been one of the most interesting applications of AI. The first chess programs were written by Claude Shannon...
6 AI-based apps making smartphones smarter
March 30, 2017
6 mins
Kids from the 80’s and 90’s would recall that there were Floppies for data storage with a capacity varying from 90 KB to 240 MB Walkman and cassettes for...
A beginner’s tutorial on the apriori algorithm in d...
March 24, 2017
11 mins
Introduction Short stories or tales always help us in understanding a concept better but this is a true story, Wal-Mart’s beer diaper parable. A sales person from Wal-Mart tried...
3 Types of Gradient Descent Algorithms for Small & L...
March 7, 2017
5 mins
Introduction Gradient Descent Algorithm is an iterative algorithm to find a Global Minimum of an objective function (cost function) J(?). The categorization of GD algorithm is for accuracy and time...
7 Artificial Intelligence-based movie characters that are...
March 1, 2017
9 mins
“Artificial Intelligence (AI) is the science of how to get machines to do the things they do in the movies.”- Astro Teller Do you remember HAL 9000- the know-all...
Simple Tutorial on SVM and Parameter Tuning in Python and R
February 21, 2017
11 mins
Introduction Data classification is a very important task in machine learning. Support Vector Machines (SVMs) are widely applied in the field of pattern classifications and nonlinear regressions. The original form...
Introduction to Naive Bayes Classification Algorithm in P...
February 2, 2017
10 mins
Naive Bayes is a machine learning algorithm for classification problems. It is based on Bayes’ probability theorem. It is primarily used for text classification which involves high dimensional training...
Top 17 Competitive Data Scientists From India on Kaggle
January 21, 2017
11 mins
“Data Scientist: Sexiest Job of the 21st century”- Harvard Business Review, 2012 Talking of more recent times, Glassdoor also named it the “best job of the year” for 2016....
Explaining The Basics of Machine Learning, Algorithms and...
January 17, 2017
8 mins
“Data is abundant and cheap but knowledge is scarce and expensive.” In last few years, the sources of data capturing have evolved overwhelmingly. No longer companies limit themselves to surveys,...
7 Powerful Programming Languages For Doing Machine Learning
January 2, 2017
12 mins
Introduction There exists a world for Machine Learning beyond R and Python! Machine Learning is a product of statistics, mathematics, and computer science. As a practice, it has grown phenomenally...
5 Free Python IDE for Machine Learning
December 22, 2016
6 mins
Integrated Development Environment (IDE) An integrated development environment is an application which provides programmers and developers with basic tools to write and test software. In general, an IDE consists of...