Skip to content

eclarson/MachineLearningNotebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning in Python, SMU CS5324/CS7324

This is a repository for my course at SMU, CSE5/7324. It should be accessible for anyone with coding experience in Python and some machine learning knowledge. Feel free to use any and all code for any purpose.

The environment should be setup using the following installs for python 3.11:

conda create --name mlenv3_11 python=3.11

conda activate mlenv3_11

pip install jupyter

pip install numpy

pip install pandas

pip install matplotlib

pip install scikit-learn

pip install plotly

pip install scikit-image

pip install missingno

Note: Apple M-series Macs should use a different install here (see notebook on repository)

pip install tensorflow

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published