In-class activity 5: Artificial Neural Networks

Get the code an directions from

~tvandrun/Public/cs394/ica5-ann

Start a Jupyter notebook with

jupyter notebook --ip=127.0.0.1 &

Select lab3-em-given.ipynb.

The most important documentation for today is the API for sklearn's MLPClassifier, but here are links to the other libraries, as needed:

Numpy home and reference

SciPy home and reference

Matplotlib home and API

Pandas home and API

Scikit-learn home and API


Thomas VanDrunen
Last modified: Mon Feb 11 11:06:29 CST 2019