machine learning

Exploring Autograd: A High Schooler's C++ Machine Learning Project

This impressive project from a third-year high schooler showcases a foundational understanding of machine learning principles.

4 min readMachine Learning

Hello, I'm a 3rd year Highschooler interested in machine learning and for the last few weeks have been working on a small project meant to learn the basics of machine learning. I have implemented a simple tensor library and autograd in c++. It's very simple but i want some advice on people who are interested in machine learning and c++. Any advice and or constructive criticism is welcomed.

(sorry for any mistakes english isn't my first language)

https://github.com/Ak0-m/autograd_in_cpp

submitted by /u/Willy_Importance69
[link] [comments]

Read the original at Machine Learning