Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 969 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 969 Bytes

PyTorch


language GitHub OS

PyTorch

This is a small repository for some PyTorch exercises.
There are few notebooks which include some basic machine learning algorithms and techniques, like Linear Regression and some Activation Functions to classify data.

Other ones contain some Convolutional Neural Networks in order to try to classify images of different objects and animals (accuracy is not that good, due to the simplicity of the network's architecture, but it's a good start).