Running the notebooks
- Access the notebooks at https://goku.me/practicalAI or in the
notebooks
directory in this repo. - Replace
https://github.com/
withhttps://colab.research.google.com/github/
in the notebook URL or use this Chrome extension to do it with one click. - Sign into your Google account.
- Click the
COPY TO DRIVE
button on the toolbar. This will open the notebook on a new tab.
- Rename this new notebook by removing the
Copy of
part in the title. - Run the code, make changes, etc. and it's all automatically saved to you personal Google Drive.
Contributing to notebooks
- Make your changes and download the Google colab notebook as an .ipynb file.
- Go to https://github.com/GokuMohandas/practicalAI/tree/master/notebooks
- Click on
Upload files
.
- Upload the .ipynb file.
- Write a detailed commit title and message.
- Name your branch as appropriately.
- Click on
Propose changes
.
TODO
Notebook | Completed | ToDo |
---|---|---|
00_Notebooks |
|
|
01_Python |
|
|
02_NumPy |
|
|
03_Pandas |
|
|
04_Linear_Regression |
|
|
05_Logistic_Regression |
|
|
06_Random_Forests |
|
|
07_PyTorch |
|
|
08_Multilayer_Perceptron |
|
|
09_Data_and_Models |
|
|
10_Object_Oriented_ML |
|
|
11_Convolutional_Neural_Networks |
|
|
12_Embeddings |
|
|
13_Recurrent_Neural_Networks |
|
|
14_Advanced_RNNs |
|
|
15_Computer_Vision |
|
|
16_Highway_and_Residual_Networks | ||
17_Time_Series_Analysis | ||
18_Kmeans_Clustering | ||
19_Topic_Modeling | ||
20_Auto_Encoders | ||
21_Generative_Adversarial_Networks | ||
22_Recommendation_Systems | ||
23_Pretrained_Language_Models | ||
24_Multitask_Learning | ||
25_Low_Shot_Learning | ||
26_Reinforcement_Learning |