Skip to content

samanipour/Practical-Neural-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical Neural Networks From Scratch

Setup local development environment

Install and setup your IDE

  1. install vscode
  2. install python
  3. Optional: Install Jupyter extension for Vscode
  4. If you install Jupyter extension for Vscode don't forget to install ipythonkernel
    pip install ipykernel
    

Install libraries and frameworks

  1. install numpy
    pip install numpy
    
  2. install matplotlib
    pip install matplotlib
    
  3. install seaborn
    pip install seaborn
    
  4. install sci-kit
    pip install scikit-learn
    
  5. install TensorFlow
    pip install tensorflow
    
  6. install Pythorch
    pip3 install torch torchvision torchaudio
    
  7. install Keras
    pip install --upgrade keras
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages