pico-ml

pico-ml Used AI

3 devlogs
11h 33m
Created by SUPA Siblings

Full-blown machine learning implementation coded in hard C++.

(I vibe-wrote comments.)

Timeline

Added human readable var names and doc comments

Update attachment

After hours of research and coding, I was finally able to add backpropagation support and training

Update attachment

Made forward pass functionality + choosing different activation functions/loss functions. Also made base neural network and layer classes

Update attachment