Skip to content

A collection of self-practice projects focused on implementing and experimenting with core machine learning algorithms like linear and logistic regression.

Notifications You must be signed in to change notification settings

emanalva/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning

Repo used to store my ML projects

Directories

Scripts incorporating linear regression models:

  • One built from scratch using gradient descent and another using libraries.
  • Includes scripts with one independent variable and scripts with multiple.
  • The try-3-features branch uses 3 features, while the main branch uses 5 features (features = independent variables).
  • Scripts using logistic regression to classify data, similar to the linear regression models but for categorical outcomes.

Credits

© Emanuel Alvarez

About

A collection of self-practice projects focused on implementing and experimenting with core machine learning algorithms like linear and logistic regression.

Topics

Resources

Stars

Watchers

Forks

Languages