Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 259 Bytes

README.md

File metadata and controls

10 lines (4 loc) · 259 Bytes

Logistic regression on MNIST with Haskell

Description

This project implements a logistic regression classifier on the MNIST dataset. The purpose is to discover how machine learning works in Hasekll.

This project in early stages of development.