Member-only story
I have been using Python’s machine learning library, sklearn, for over two years now, so I thought it would be a good idea to put together a piece on what I have learned about this great library.
Artificial intelligence is the area of computer science that emphasises the creation of intelligent machines that work and react like humans.
Machine learning is a subset of artificial intelligence (AI), which provides machines the ability to learn automatically and improve from experience without being explicitly programmed to do so.
Machine learning definitions include:-
- An algorithm is a set of rules and statistical techniques used to learn patterns from data.
- A model is trained by using machine learning algorithms.
- A predictor variable is a feature or data that can be used to predict the output.
- A response variable is the feature or the output variable that needs to be predicted by using the predictor variable.
- Training data is what the machine learning model is built on.
- Testing data is used to evaluate the machine learning model.
The machine learning process is as follows:-
- Define objective or problem