Skip to content

arqamrp/MiniML.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniML

MiniML is a lightweight Julia package for deep learning built from scratch.

Features

  • Basic tensor operations with computation graph tracing
  • Automatic differentiation and backpropagation
  • Neural network components (activations, loss functions, performance metrics, etc.).

Installation

using Pkg
Pkg.add(url = "https://github.com/arqamrp/MiniML.jl")

Take a look at the examples folder!

About

Deep learning from scratch: autograd and all.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages