/Neural-Networks-for-Machine-Learning-in-Python

Assignments from Geoffrey Hinton's NN course translated into Python

Primary LanguagePythonMIT LicenseMIT

Neural-Networks-for-Machine-Learning-in-Python

Assignments from Geoffrey Hinton's NN course translated into Python

In order to import .mat files, start up IPython console and run

import scipy.io
mat = scipy.io.loadmat('Datasets/dataset1.mat')