https://linkedin.com/in/dennisbakhuis/
For a tutorial session I created this Jupyter Notebook in which I try to explain the concepts of a Logistic Regression and the related Linear Regression. These are than first coded in Tensorflow and later recreated using Numpy. Feel free to use the material, ask questions, send comments, or just a thank you message.
- a working anaconda / miniconda environment.
- a shell (powershell / bash / or equivalent)
- open a shell
- conda create --name tutor python=3.7
- conda activate tutor
- pip install tensorflow pandas jupyterlab matplotlib
(for completeness, I also provided a requirements.txt, but the above should work.)
- jupyter lab
- In jupyter lab, open the notebook named: Logistic_Regression.ipynb