All Projects → aqibsaeed → Tensorflow-ML

aqibsaeed / Tensorflow-ML

Licence: MIT license
Different machine learning algorithms implementation in Tensorflow

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Tensorflow-ML

Adventures In Deep Learning
A curated list of Deep Learning resources sorted by reputation
Stars: ✭ 131 (+403.85%)
Mutual labels:  deep-learning-tutorial
Ml Glossary
Machine learning glossary
Stars: ✭ 2,338 (+8892.31%)
Mutual labels:  deep-learning-tutorial
Wordgcn
ACL 2019: Incorporating Syntactic and Semantic Information in Word Embeddings using Graph Convolutional Networks
Stars: ✭ 230 (+784.62%)
Mutual labels:  deep-learning-tutorial
Machine Learning Tutorials
machine learning and deep learning tutorials, articles and other resources
Stars: ✭ 11,692 (+44869.23%)
Mutual labels:  deep-learning-tutorial
Dive Into Dl Pytorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Stars: ✭ 14,234 (+54646.15%)
Mutual labels:  deep-learning-tutorial
Gluon Api
A clear, concise, simple yet powerful and efficient API for deep learning.
Stars: ✭ 2,322 (+8830.77%)
Mutual labels:  deep-learning-tutorial
Machine learning lectures
Collection of lectures and lab lectures on machine learning and deep learning. Lab practices in Python and TensorFlow.
Stars: ✭ 118 (+353.85%)
Mutual labels:  deep-learning-tutorial
python autocomplete
Use Transformers and LSTMs to learn Python source code
Stars: ✭ 172 (+561.54%)
Mutual labels:  deep-learning-tutorial
Vgg19 with tensorflow
An easy implement of VGG19 with tensorflow, which has a detailed explanation.
Stars: ✭ 173 (+565.38%)
Mutual labels:  deep-learning-tutorial
Color Accessibility Neural Network Deeplearnjs
🍃 Using a Neural Network to improve web accessibility in JavaScript.
Stars: ✭ 230 (+784.62%)
Mutual labels:  deep-learning-tutorial
Fake Voice Detection
Using temporal convolution to detect Audio Deepfakes
Stars: ✭ 156 (+500%)
Mutual labels:  deep-learning-tutorial
Numpydl
Deep Learning Library. For education. Based on pure Numpy. Support CNN, RNN, LSTM, GRU etc.
Stars: ✭ 169 (+550%)
Mutual labels:  deep-learning-tutorial
Tensorflow And Deeplearning Tutorial
A TensorFlow & Deep Learning online course I taught in 2016
Stars: ✭ 2,337 (+8888.46%)
Mutual labels:  deep-learning-tutorial
Alexnet with tensorflow
an implement of AlexNet with tensorflow, which has a detailed explanation.
Stars: ✭ 139 (+434.62%)
Mutual labels:  deep-learning-tutorial
Nn
🧑‍🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Stars: ✭ 5,720 (+21900%)
Mutual labels:  deep-learning-tutorial
Python autocomplete
Use Transformers and LSTMs to learn Python source code
Stars: ✭ 123 (+373.08%)
Mutual labels:  deep-learning-tutorial
Awesome Deep Learning And Machine Learning Questions
【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
Stars: ✭ 203 (+680.77%)
Mutual labels:  deep-learning-tutorial
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (-34.62%)
Mutual labels:  deep-learning-tutorial
lectures-all
Central repository for all lectures on deep learning at UPC ETSETB TelecomBCN.
Stars: ✭ 46 (+76.92%)
Mutual labels:  deep-learning-tutorial
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (+753.85%)
Mutual labels:  deep-learning-tutorial

Machine Learning using Tensorflow

Tensorflow is an open source machine learning (ML) library from Google. It has particularly became popular because of the support for Deep Learning. Apart from that it's highly scalable and can run locally on Android. The documentation is well maintained and several tutorials available for different expertise levels. To learn more about downloading and installing Tesnorflow, visit official website (www.tensorflow.org).

Below mentioned algorithms (available as IPython notebooks).

  • Linear regression for housing price prediction (Boston dataset )
  • Logistic regression for multi-class classification (Iris dataset)
  • K Nearest Neighbours for letter recognition (Letter Recognition dataset)
  • Logistic regression with SMOTE for anomaly detection
  • Convolution Neural Network for custom image dataset
  • Neural Network for Multilabel Classification (Yeast dataset)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].