This repo goes along with my Intro to ML workshop at TechRebalanced 2018.
The slides folder contains the "presentation" portion of the workshop.
The movie sentiment folder contains a jupyter notebook on how to build a model in Python.
Conda is a package/library manager for Python. Jupyter is an interactive python environment.
Here are the installation instructions:
Easy version:
-
Install Anaconda using the instructions here. Ignore the "silent mode" instructions. Make sure to test your installation.
-
Launch Jupyter. (If my instructions are not clear, try these ones
a. On Windows find the
Jupyter Notebook
application and launch it. Navigate to this repository b. On Mac/Unix open a terminal and navigate to this repository, then typejupyter notebook
. -
A browser window should open. Open the
movie_sentiment/Movie Review Notebook.ipynb
file.