Machine Learning Introduction
Jagdish Chavan
Software Development & Data Science Educator: Android, Python, Java | Bridging Academia & Industry
Welcome to the Machine learning Introduction, where you will learn both the concept behind the Machine Learning(ML) model as well as its implementation of it in Python.
My name is Jagdish Chavan as a working Data Scientist and Industry Trainer, my Courses have been enrolled by over 1000 + students holding B.Sc in Computer Science with Mathematics and Statistics and I have experience in Building Projects in Data Science, ML, DL application and the consulting industry.
While doing my Job, I realized That many Data Scientists and beginners in data analytics are overwhelmed by Machine Learning. This article and coming articles focus will be on students who want to expand their skill set with this unconventional machine learning technique.
A practising data scientist needs to know from concept to code without getting too much mathematical about it. if you regularly put one hour a day within a week, you will be able to make ML models and answer ML-related interview questions.
Every data practitioner has an idea of what Machine Learning is you must have heard of it or read about it. But if you are not clear that what it really is, or you know about it in bits and pieces, this section should help you put things in perspective and build some intuition around it. so lets us answer the question.
What is Machine Learning?
Machine learning is programming computers to optimize a performance criterion using example data or past experience. Machine learning can automatically detect patterns in data, and then use the uncovered patterns to predict future data or other outcomes of interest.
Why Machine Learning?
Machine learning based on statistics is basically attempting to find the relationship between input and output variables
There are a few terms which are being used interchangeably these days. However, they have a minute difference between them
Machine Learning Vs statistics
Machine Learning Vs. Artificial Intelligence
Machine Learning Vs. Data Mining
Example
Machine learning based on statisticsis basically attempting to find the relationship between input and output variables.
There are severalother use cases of machine learning, which can be categorised as the industry in
Banking/telecom and retail sector, companies are using machine learning to identify the
Obtain
领英推荐
Biomedical/Biometrics
Medicine
Security
Computer/Internet
Computer Interfaces
Internet
Example
A real estate agent who wants to price a particular property will have:
Why Estimate f(X)
Choice of model for estimating will depend on whether we want to predict or infer.
For example, Linear regression is simple to interpret but may not give very accurate predictedvalues of Y
whereas highly non-linear models may be predicting very accurately but the relationship may be very difficult to interpret.
How To Estimate F(X)
Next, we need to specify the type of learning method.
Finally, one request if you really like what you read and acquire knowledge about feel free to share the article with your Friends, Colleagues, students or anyone you might think will benefit from this. sharing is caring.