marcos-venicius/ML-hello-world
A hello world in Machine learning with a small ML framework with methods like "mat_dot", "mat_sum", "mat_alloc", ...
This project offers a foundational exploration into how machine learning models, specifically neural networks, process information. It helps understand basic operations like logical AND, OR, NAND, and XOR by demonstrating how data inputs (like 0s and 1s) are transformed through mathematical operations (matrix multiplication) to produce predicted outputs. This is designed for students, educators, or anyone new to the core mechanics of machine learning and neural networks.
No commits in the last 6 months.
Use this if you are learning or teaching the fundamental mathematical principles behind simple neural networks and how they 'learn' logical functions.
Not ideal if you need a robust, production-ready machine learning framework for real-world data analysis or application development.
Stars
8
Forks
—
Language
C
License
MIT
Category
Last pushed
Dec 11, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/marcos-venicius/ML-hello-world"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
davisking/dlib
A toolkit for making real world machine learning and data analysis applications in C++
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
apache/singa
a distributed deep learning platform
mlpack/mlpack
mlpack: a fast, header-only C++ machine learning library
hosseinmoein/DataFrame
C++ DataFrame for statistical, financial, and ML analysis in modern C++