RSSAmplifier

· Mar 2, 2024

Machine Learning Notes for Developers

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

Machine Learning systems notes. Some ‘ML’ math at the start, hardware stuff in the middle, training/inference and optimizations at the back. LLMs TBD. Linear Models Simplest linear model: $$ y = mx + b $$ $$ y = 2x + 3 $$ Where ‘x’ is the input, and ’m’ is the parameter in the context of machine learning. A multivariable linear function generates a plane. In…

Read on example.org

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.