kirvlasenkov / technotrack-NN

Repository with my homeworks done during studies on TechnoTrack Neural Networks course by Mail.ru Group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

technotrack-NN

Repository with my homeworks done during studies on TechnoTrack Neural Networks course

Implemented tasks

This task contains realization of classic linear regression fully on NumPy and almost providing PyTorch interface.

Realization of fully connected neural network for MNIST classification with stochastic gradient descent and Momentum as an optimization method. Also used only NumPy as a backend and model has a Sequential interface of Pytorch.

About

Repository with my homeworks done during studies on TechnoTrack Neural Networks course by Mail.ru Group

License:MIT License


Languages

Language:Jupyter Notebook 100.0%