Skip to content

Symbiotic-Computing-Laboratory/mlp_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Practice, 2022

Andrew H. Fagg (andrewhfagg@gmail.com)

Example code, code skeletons and assignments for the Machine Learning Practice course

Full machine learning course.

Topics include:

  • Representing information and preparing data for use with ML methods
  • Classifiers and feature importance, including K-nearest neighbors, logistic regression, support vector machines
  • Decision trees: ensemble methods, random forests, and boosting
  • Regression and combating over-fitting: ridge regression, lasso, elastic nets, polynomial regression, support vector regression
  • Nonlinear dimensionality reduction: kernel PCA, local linear embedding, ISOmap, multidimensional scaling
  • Semi-supervised learning: label spreading, label propagation
  • Unsupervised learning
  • Evaluation in ML: metrics, cross-validation, statistics, addressing the multiple comparisons problem

Assumptions

  • Programming skills in an object-oriented language.

Tools that we use

  • Python
  • Pandas
  • Numpy
  • Scikit-Learn

Supporting respositories

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published