The Wayback Machine - https://web.archive.org/web/20190326012342/https://github.com/GokuMohandas/practicalAI
Skip to content
📚 A practical approach to learning and using machine learning.
Branch: master
Clone or download
GokuMohandas Merge pull request #129 from PiccoloLich/patch-1
Update 05_Logistic_Regression.ipynb
Latest commit add4bd3 Feb 12, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
data creating master branch Nov 5, 2018
images added InferenceDataset and rearchitected inference pipelines in all n… Dec 29, 2018
notebooks Update 05_Logistic_Regression.ipynb Feb 13, 2019
.gitignore creating master branch Nov 5, 2018
CODEOWNERS updated codeowners Jan 7, 2019
CODE_OF_CONDUCT.md ammending code of conduct Jan 6, 2019
LICENSE
README.md added chinese translation button Jan 17, 2019
requirements.txt

README.md

Colab Binder Kesci MIT Twitter

🎥 - Video lessons coming soon!

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 �?? Transformer Networks 🗣�? Pretrained Language Modeling
📊 Logistic Regression �? Embeddings 🤷 Multitask Learning
🌳 Random Forests 📗 Recurrent Neural Networks 🎯 One-shot Learning
💥 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.

🇨🇳 - If you are from China or another country where Google is blocked, checkout the links above to the other free services like Jupyter Binder. Also check out Kesci for the content in Chinese.

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 appropriately.
  4. Click on Propose changes.

You can’t perform that action at this time.