Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 527 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 527 Bytes

PythonMLTutorial

*Learning Machine Learning following Tech With Tim's tutorial https://www.techwithtim.net/tutorials/machine-learning-python/linear-regression/

  • Day 1 - 11/25/20 Properly installed PyCharm, Tensorflow, and necessary installs.

  • Day 2 - 11/27/20 Learning linear regression and using UCI's database for data. https://archive.ics.uci.edu/ml/datasets/Student+Performance

  • Day 3 - 12/16/20 Completed linear regression and model training. Current technologies used: pandas, numpy, sklearn, matplotlib, pickle