Relational Database is the most critical tool that is used to store the data and SQL is the language used to query data from these databases. SQL is fundamental skillset that one should have to advance in the fields of Data Science and Machine Learning. In this post I will share top 10 most asked
Read More
Home
Machine Learning Interview Questions 1-25
Here are the top interview questions that one should look before going for an Machine Learning or Data Science or Data Analyst interview. These questions has been asked in almost every interview. Ensure that you know these to give a sure shot to crack your interviews. Here we have the first set of 25 questions
Read More
Popular websites to learn Data Science
Here is the list of popular websites in the field of data science and machine learning. Hope you guys can have a look and learn something from these websites. I will not put much details about these websites, you explore, you will find tons of information that will be helpful for your career Machine Learning
Read More
DS at Glance
Here are some pictures that gives you a high level view of the Data Science streams collected from various sources on the internet
Outlier Interview Questions
1. What are outliers? what are the various ways to detect them? Outliers are also referred to as anomalies. These are the values in the dataset that generally lie far away from all other values. It is important to deal with them because when you are creating the Machine Learning Models, you have to either
Read More
Machine Learning Interview Questions – Part 1
1. What is linear regression? What do the terms r-squared and p-value mean? What is the significance of each of these components? Linear regression is a linear model, e.g. a model that assumes a linear relationship between the input variables (x) and the single output variable (y) There are many variants in Regression and here are
Read More