Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 285 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 285 Bytes

smart-sense-pratice

This repo was made to document my pratical learning at SmartSense lab.

Perceptron

Implementing a single Perceptron from scratch, and use on differents data sets ( Iris, breast cancer ).

MLP

Using MLP on Mnist dataset.