Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 260 Bytes

File metadata and controls

9 lines (7 loc) · 260 Bytes

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')