Skip to content

mdaugherity/MachineLearning2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning 2023

PHYS 453 - Spring 2023, Dr. Mike Daugherity, Abilene Christian University.

Intro to Python and Data Science Tools

Machine Learning Basics

Classification Tools

Classifier Deep Dives

For most classifiers I have Powerpoint slides explaining how it works and tutorial code for how to use it.

Recipes

Copy-and-paste code to get you started on a problem

  • Classification Recipe: Code to get you started on a classification problem using pipelines and grid searches
  • Regression Recipe: regression problems using pipelines and grid searches (doesn't include discussion on cleaning data)

Special Topics

  • PPT 8 - Transforms - feature scaling, dimensionality reduction with PCA, manifold learning and t-SNE, pipelines
  • PPT 9 - Regression - predicting a real-valued number instead of a category
  • PPT 10 - Unsupervised Learning - what we can learn without labeled training data: clustering, genetic evolution, random (stochastic) methods
  • PPT 11 - Ensembles - improving performance with multiple classifiers/regressors: bagging, adaboost, random forests, gradient boosted trees, XGBoost
  • PPT 12 - Modern Methods - what's new in machine learning: GANS, Stable Diffusion, Deep Learning, LLMs

About

PHYS 453 - Spring 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published