*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