Thanks to visit codestin.com
Credit goes to github.com

Skip to content

harshvsri/rustorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦀🔥 Rustorch

From raw bytes to recognized digits: A pure Rust MNIST implementation.

Rustorch is a lightweight, from-scratch machine learning project exploring the foundations of neural networks in Rust. It ditches heavy ML frameworks to handle memory management, matrix math, and binary parsing manually.

⚡ Features

  • No ML Frameworks: Implements tensors and math from first principles.
  • Raw I/O: Custom parsers for .mat and binary dataset files.
  • Terminal Viz: Renders MNIST digits directly in the console using ANSI color codes.

About

The 'Hello World' of Machine Learning, in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors