Skip to content

Some of the project notebooks I built during my deepatlas.ai well-rounded education program.

License

Notifications You must be signed in to change notification settings

j3-signalroom/j3-ml_ai-education_experiences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J3 ML/AI Education Experiences

During my excellent Deep Atlas boot camp during the Summer of 2024, I had to complete several project notebooks. Below is a list of some of them:

Shallow Learning

Shallow learning, also known as traditional machine learning, is a type of machine learning model with a simple structure that uses one or a few layers of processing units. These layers perform computations on input data, such as applying transformations or combining information from different sources. Examples of shallow learning models include linear regression, decision trees, logistic regression, and support vector machines.

Shallow learning, also known as traditional machine learning, is a type of machine learning model with a simple structure that uses one or a few layers of processing units. These layers perform computations on input data, such as applying transformations or combining information from different sources. Examples of shallow learning models include linear regression, decision trees, logistic regression, and support vector machines.

Project Notebook demostrates the following shallow learning algorithms: