Developers

Deep Learning & Parameter Tuning with MXnet, H2o Package in R

Introduction Deep Learning isn't a recent discovery. The seeds were sown back in the 1950s when the first artificial neural…

8 years ago

Kruskal’s algorithm (Minimum spanning tree) with real-life examples

Most of the cable network companies use the Disjoint Set Union data structure in Kruskal’s algorithm to find the shortest…

8 years ago

Top programming languages used in IoT

In recent times, the Internet of Things is ubiquitous and is now a popular domain in the developer community. According…

8 years ago

Top 17 Competitive Data Scientists From India on Kaggle

"Data Scientist: Sexiest Job of the 21st century"- Harvard Business Review, 2012 Talking of more recent times, Glassdoor also named…

8 years ago

Practical Guide to Clustering Algorithms and Evaluation in R

Introduction Clustering algorithms are a part of unsupervised machine learning algorithms. Why unsupervised ? Because, the target variable is not…

8 years ago

13 Free Training Courses on Machine Learning and Artificial Intelligence

Introduction When the world’s smartest companies such as Microsoft, Google, Alphabet Inc., and Baidu are investing heavily in Artificial Intelligence…

8 years ago

Explaining The Basics of Machine Learning, Algorithms and Applications

“Data is abundant and cheap but knowledge is scarce and expensive.”In last few years, the sources of data capturing have…

8 years ago

15 best computer programming languages for beginners

Computer programming languages are often confusing for beginners, each with its own dialect and vernacular. And every programming language has…

8 years ago

How can R Users Learn Python for Data Science ?

Introduction The best way to learn a new skill is by doing it! This article is meant to help R…

8 years ago

4 performance optimization tips for faster Python code

Python is one of the most popular programming environments and many developers look to HackerEarth as a way to learn…

8 years ago

Breadth First Search example (BFS) – How GPS navigation works

There are differences in the route which I usually take and the one which GPS shows as the shortest, probably…

8 years ago

Practical Guide to Logistic Regression Analysis in R

Introduction Recruiters in the analytics/data science industry expect you to know at least two algorithms: Linear Regression and Logistic Regression. I believe…

8 years ago