marcos-venicius/smlf
A small machine learning framework with ONLY python and math
This tool helps developers quickly experiment with simple neural network models from scratch using only Python. It takes numerical input data, trains a neural network with a specified architecture, and produces model outputs and cost calculations. Software developers, data scientists, or students interested in the foundational mechanics of machine learning would use this.
No commits in the last 6 months.
Use this if you are a developer or student who wants to build, understand, and customize basic neural networks directly using fundamental mathematical operations rather than high-level libraries.
Not ideal if you need a production-ready machine learning solution, advanced model types, or a tool with extensive built-in optimizations and features.
Stars
12
Forks
1
Language
Python
License
MIT
Category
Last pushed
Dec 13, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/marcos-venicius/smlf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deepspeedai/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference...
helmholtz-analytics/heat
Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
horovod/horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
bsc-wdc/dislib
The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.