Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.14 KB

File metadata and controls

17 lines (13 loc) · 1.14 KB

Acees_Google_Drive_From_Colab

This is the Curriculum for accessing google drive files from colab. Google Colab is a free web based service which supports supports free GPU! It's a populat cloud serive where you can practice and improve your programming skills. More specificly, you can develop your machine learning or several deep learning modeleasily by using popular libraries e.g. Scikit-learn, Keras, TensorFlow, PyTorch, and OpenCV etc.

Libraries: In order to make colab accessiable following libraries are required

  • imblearn
  • pydrive
  • mlxtend
!pip install imblearn
!pip install pydrive 
!pip install mlxtend

Problem Accessing notebook from github.

If you face any problem to open notebook file from github, goto nbviewer, copy and paste the entire location of a Jupyter Notebook notebook link from github and then it will easily open the notebook file. nbviewer provies very simple way to share jupyter notebooks among the users.