Skip to content

JetTheCat/COMP9417-Machine-Learning

Repository files navigation

COMP9417 Project

  1. Start by installing Conda.

https://www.anaconda.com/products/individual

  1. Go to your git Repo.
  2. Create a conda venv e.g. (.cenv)

conda create --name .cenv

  1. Activate your conda venv.

conda activate .cenv

  1. Install dependencies

conda install --file requirements.txt -c pytorch

You now have Sklearn, Matplotlib, Pytorch and their dependicies.

Troubleshooting

  1. It no work!? Try a different terminal. (This is not reopening the terminal)
  2. It still no work!? Use Google.
  3. What is dah google? Ask google hangouts for help.

About

You can find details about my machine learning projects here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published