Skip to content

gatarelib/practicalAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PracticalAI

Colab MIT

Empowering you to use machine learning to get valuable insights from data.

  • 🔥 Implement basic ML algorithms and deep neural networks with PyTorch.
  • 🖥️ Run everything on the browser without any set up using Google Colab.
  • 📦 Learn object-oriented ML to code for products, not just tutorials.

Notebooks

Basics Deep Learning Advanced Topics
📓 Notebooks 🔥 PyTorch 📚 Advanced RNNs 📸 Computer Vision
🐍 Python 🎛️ Multilayer Perceptrons 🏎️ Highway and Residual Networks ⏰ Time Series Analysis
🔢 NumPy 🔎 Data & Models 🔮 Autoencoders 🏘️ Topic Modeling
🐼 Pandas 📦 Object-Oriented ML 🎭 Generative Adversarial Networks 🛒 Recommendation Systems
📈 Linear Regression 🖼️ Convolutional Neural Networks 🐝 Spatial Transformer Networks 🗣️ Pretrained Language Modeling
📊 Logistic Regression 📝 Embeddings 🤷 Multitask Learning
🌳 Random Forests 📗 Recurrent Neural Networks 🎯 Low Shot Learning
💥 KMeans Clustering 🤖 Reinforcement Learning

Running the notebooks

  1. Access the notebooks in the notebooks directory in this repo.
  2. You can run these notebook on Google Colab (recommended) or on your local machine.
  3. Click on a notebook and replace https://github.com/ with https://colab.research.google.com/github/ in the notebook URL or use this Chrome extension to do it with one click.
  4. Sign into your Google account.
  5. Click the COPY TO DRIVE button on the toolbar. This will open the notebook on a new tab.

  1. Rename this new notebook by removing the Copy of part in the title.
  2. Run the code, make changes, etc. and it's all automatically saved to you personal Google Drive.

Contributing to notebooks

  1. Make your changes and download the Google colab notebook as an .ipynb file.

  1. Go to https://github.com/GokuMohandas/practicalAI/tree/master/notebooks
  2. Click on Upload files.

  1. Upload the .ipynb file.
  2. Write a detailed commit title and message.
  3. Name your branch as appropriately.
  4. Click on Propose changes.

About

A practical approach to learning machine learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%