Skip to content

TimothePrl/deeplearning-training-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Deep Learning et AI Fundamentals

To access course content, clone the git directory on your machine:

git clone https://github.com/maggiemhanna/deeplearning-training-course.git
  • Install Virtual Environment:
pip install virtualenv
  • Create and Activate Virtual Environment:
virtualenv dl-venv 
source dl-venv/bin/activate
  • Once activated, install packages inside.
pip install ..
  • Add Virtual Environment to Jupyter Notebook:
pip install ipykernel
python -m ipykernel install --user --name=dl-venv

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.6%
  • Other 0.4%