Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 731 Bytes

README.md

File metadata and controls

34 lines (15 loc) · 731 Bytes

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