Notes On Models

Step-by-step guide to lead your way to AI projects

The Basic Idea of Models

English 简体中文

The physical world is complicated, but humans always find a way to abstract it.

Abstraction is the model. It provides a way to group data, making it easier for humans to communicate with others.

Machine learning is the method for computers to model data, which means abstracting key representations.

The process of creating these models involves labeling massive data, then defining a structure for the machine to learn the potential mathematical functions that represents the data. This allows the model to predict the accurate output given a new input. The higher the accuracy of the prediction, the better the model’s performance.

01 Code First

02 Buzz Words

03 Math Theory

04 Transformer

05 LLM Applications

06 Reinforcement Learning

07 Recommendation Model

08 Build Your Own Application

09 Future of Machine Learning