C. Caruvana

An adventure in learning about machine learning.

5 August 2020. I have spent a few hours this summer learning some of the basic ideas behind machine learning. As a mathematician, I'm mostly interested in the mathematical foundations. With that in mind, I have written up some accompanying notes in \(\LaTeX\). To recreate Examples 5 and 6, I provide the python code I used and the input data: Example 5 data and Example 6 data. To use the input data with the python code, I used the following command:
python3 LogReg.py <inputData.txt