Skip to content

Taivasnet is a neural network library from scratch with Numpy. It has examples of MNIST classification and regression task.

License

Notifications You must be signed in to change notification settings

ikanher/taivasnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numpy-MNIST

This repository is for Laboratory work for the course Data structures and algorithms at University of Helsinki.

Simple neural network library Taivasnet that comes with an example of how to train and predict MNIST data.

Project does not use any external deep learning libraries and it depends only on NumPy (and Matplotlib for displaying the images).

There's also included an example toy model for using the library for simple linear regression.

Documentation

About

Taivasnet is a neural network library from scratch with Numpy. It has examples of MNIST classification and regression task.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages