Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Login

Register Now

It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways

1. Differences between Supervised and Unsupervised Learning? Supervised learning is a type of machine learning where a function is inferred from labeled training data. The training data contains a set of training examples.

Continue reading

I hope you are already done with the basic concepts of regression and have covered our previous post on Adaptive Boosting. Nai padhe, toh padh lo yaar..easy haiRemember, If you want to participate in a Hackthon or ...

Continue reading

Gist of Adaptive boost Algorithm in layman's term - If you want to improve the performance of a class then you should concentrate on improving the average marks of the class. In order to increase the average marks ...

Continue reading

What are the different Analytic functions available in SQL Server? FIRST_VALUE(): Returns the first value in an ordered set of values. If Partition By clause is specified then it returns First Value in each partition ...

Continue reading

How many regression techniques do you know?Linear Regression?Logistic Regression?These two are the building blocks of your Data Science career, there are N number of Regression models, but we will try to cover the top 5 models which can ...

Continue reading

Numpy is one of the basic and most used packages in Python. It is mostly used for scientific computing.Most important Data Type in Numpy is Array.import numpy as npAnd you have installed the numpy package in your ...

Continue reading

The complete Machine Learning journey can be penned down in 4 steps:-1. Exploratory Data Analysis - This is the first thing you do when you get a dataset. Before jumping on to building models, you need to ...

Continue reading

Python is one of the most preferred language for Data Science. It is needless to discuss the pros and cons of Python over any other language(R/SAS/Java/C).If you are already comfortable with any other language then it's good, but ...

Continue reading