Developers

Beginners Tutorial on XGBoost and Parameter Tuning in R

Introduction Last week, we learned about Random Forest Algorithm. Now we know it helps us reduce a model's variance by…

7 years ago

Descriptive statistics with Python-NumPy

Is it gonna rain today? Should I take my umbrella to the office or not? To know the answer to…

7 years ago

13 rare and underrated programming skills

There are so many programming languages to learn; hundreds of front-end and back-end languages, their frameworks, building applications using them,…

7 years ago

Dijkstra’s Banker’s algorithm detailed explanation

Even after reading many articles on Banker's algorithm and Europe's deadlock several times, I couldn't get what they were about.…

7 years ago

14 Incredible women who’ve reshaped the Data Science / Analytics Industry

Times are changing and have been for a while now. In the world of STEM, women are no longer considered…

7 years ago

Getting started: Python Decorators

This post will help you get started with Python decorators through some real life examples. Some familiarity with the Python…

7 years ago

Practical Tutorial on Random Forest and Parameter Tuning in R

Introduction Treat "forests" well. Not for the sake of nature, but for solving problems too! Random Forest is one of…

7 years ago

How football betting odds work using Poisson distribution

Toward the end of the 19th century, Russia-born Polish economist, Ladislaus Bortkiewicz came up with a strategy to predict the…

7 years ago

Top 12 Computer Science Engineering colleges in India

We’ve got camps arguing that where you go to college makes all the difference, and then we’ve got the opposition…

7 years ago

Game playing programs

This blog explains my approaches to a game contest hosted by HackerEarth. The contest asked programmers to put forward their…

7 years ago

How Fukushima nuclear disaster powered smart farming in Japan

On March 11, 2011, the most intense earthquake in Japanese history hit its north east coast — magnitude 9.0. The…

7 years ago

Beginners Guide to Regression Analysis and Plot Interpretations

Introduction "The road to machine learning starts with Regression. Are you ready?" If you are aspiring to become a data…

7 years ago