Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Assignments from Geoffrey Hinton's NN course translated into Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages