Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syedaanif/ai-ml-python

This repo contains learnings about Artificial Intelligence and Machine Learning using Python Jupyter Notebooks downloaded as HTML
https://github.com/syedaanif/ai-ml-python

advanced-computer-vision ai artificial-intelligence artificial-neural-networks computer-vision deep-learning generative-adversarial-network linear-regression logistic-regression machine-learning ml natural-language-processing neural-networks nlp python reinforcement-learning reinfrocement-learning seq2seq tensorflow2

Last synced: 20 days ago
JSON representation

This repo contains learnings about Artificial Intelligence and Machine Learning using Python Jupyter Notebooks downloaded as HTML

Awesome Lists containing this project

README

        

# AI-ML-Python
#### This repo contains learnings about `Artificial Intelligence` and `Machine Learning` using `Python Jupyter Notebooks` or Google Drive link to `Google Colab Notebooks` downloaded as HTML and .ipynb files
### [Python Basics](https://github.com/SyedAanif/AI-ML-Python/tree/master/basics-python-with-jupyter-notebook)
### [Artificial Intelligence and Machine Learning](https://github.com/SyedAanif/AI-ML-Python/tree/master/Machine%20Learning)
### [Model Deployment using Docker](https://github.com/SyedAanif/AI-ML-Python/tree/master/Model%20Deployment)
### Deep Learning - Google Colab Notebooks
- [Dense Neural Network](https://drive.google.com/drive/folders/1-lzEC95RNx5AQaFbvNKZIZriK-89iYIl?usp=sharing)
- [Convolutional Neural Network](https://drive.google.com/drive/folders/1eGYUGcbB5QV4Fkn998SRKLgMtv7jMhVn?usp=sharing)
- [Computer Vision](https://drive.google.com/drive/folders/1sjBWNN9xkLLjhdFEFT3sRKY0dxeFGO0L?usp=sharing)
- [Advanced Computer Vision](https://drive.google.com/drive/folders/1HBh2666qkk0ZkculywhjWQLzI_SVZt0S?usp=sharing)
- [Projects](https://drive.google.com/drive/folders/1EJURSCU4cjMmXXwPrGciqPQwr8JO_Ew3?usp=sharing)
### [Deep Learning GitHub](https://github.com/SyedAanif/AI-ML-Python/tree/master/Deep%20Learning)
### Natural Language Processing
- [NLP GitHub](https://github.com/SyedAanif/AI-ML-Python/tree/master/Natural%20Language%20Processing)
- [NLP Google Colab](https://drive.google.com/drive/folders/1VZOT2DlhJHqks_3n9PyFiLU3lN5ph4Z-?usp=sharing)
### [Reinforcement Learning](https://github.com/SyedAanif/AI-ML-Python/tree/master/Reinforcement%20Learning)
- Q-Learning
- Deep Q Networks(DQNs)
### [Generative Adversarial Networks-GANs](https://drive.google.com/drive/folders/1M331lLFzrXgSZGQx_-UNNlVQYltY7xrc?usp=sharing)
- Deep Convolutional GAN - DCGAN
- Conditional GAN - CGAN
- [GAN Lab](https://poloclub.github.io/ganlab/)
- [GAN Playground](https://reiinakano.com/gan-playground/)
### [Visualisation](https://drive.google.com/drive/folders/1y5zFLNAz8d3SQ7lMMrJfTwAyKS0NHoGO?usp=sharing)
- TensorBoard
- Image Occlusion
- Saliency Maps
- Neural Style Transfer
### [Other Miscellaneous Topics](https://github.com/SyedAanif/AI-ML-Python/tree/master/Other)