A. GESE
設計事務所 / STUDIO
04·005

機械学習

MyML — ML library in pure C

MyML — machine learning library in C123
1 ·Tensor ops + automatic differentiation
2 ·Neural-net layers, activations, optimizers
3 ·Trains a network to solve XOR end-to-end

A complete machine learning library built from scratch in pure C. Includes tensor operations, automatic differentiation, neural network layers, activations, loss functions, optimizers, and model serialization. Successfully trains a neural network to solve XOR.