Skip to content

Latest commit

 

History

81 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI_ML Learning Materials

Introduction

Cousera course of Neural Networks and Deep Learning work.

Instructions to run

To run the differant packages with python we need to install conda. conda commands.

Required conda package list

  • NumPY
  • Matplotlib
  • scikit-learn
  • SPYDER

Model traning and tracking

Malithjkd profile: weights and bias

Common commands

To see the conda environments in the pc. Conda cheat sheet

conda env list

To see the conda package list

conda list 

To create conda environment

conda create --name "env name" python=3.7

You can use any name as "env name". (ex:ai37)

To activate the our environment

source activate "env name" 

After activation of environment, terminal indicate our envirnoment as

(ai37) pc@pc:~$

To deactivate working environment

conda deactivate

To install packages to conda

install "packageName"
install "conda"

most of the time this way of installing works, if not please read more about install the package on conda environment.

About

Machine learning

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages