machine-learning-notebooks
Machine Learning is basically the function approximation which predicts things like humans.
Steps for building a basic scratch model
- Describing data from csv files
- Deciding Features and Prediction columns from the data
- Quickly making a basic model to fit the data
- Make some raw low accurate prediction or failed model
- Starting analysis for the patterns
Some methods for building a more predictive model 1.Combining one or more types of model together