Walk through the static notebooks:
-
- Machine Learning concepts
-
- Basic code example to solve the Kaggle's Titanic Challenge
Follow the next steps to clone, install, execute, open, and edit the notebooks on your own machine:
Install Anaconda installer with Python 3.
Clone the repository, and run jupyter notebook
on the project's root directory.
Jupyter will automatically be opened on your browser at localhost:8888/
.
Drill down to /notebooks
, and open the following notebooks (in sequence):
-
machine-learning-begins.ipynb
- Machine Learning concepts
-
machine-learning-continues.ipynb
- Basic code example to solve the Kaggle's Titanic Challenge