A curated list of awesome Deep Learning tutorials, projects and communities.
-
Updated
Nov 26, 2020
{{ message }}
Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.
A curated list of awesome Deep Learning tutorials, projects and communities.
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
machine learning and deep learning tutorials, articles and other resources
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
A best practice for tensorflow project template architecture.
A TensorFlow & Deep Learning online course I taught in 2016
A clear, concise, simple yet powerful and efficient API for deep learning.
Machine learning glossary
The deeplearning algorithms implemented by tensorflow
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
In-depth tutorials for implementing deep learning models on your own with PyTorch.
Notes and experiments to understand deep learning concepts
This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as to check how the code works in the action.
Descriptive Deep Learning
TensorFlow and Deep Learning Tutorials
Stanford Unsupervised Feature Learning and Deep Learning Tutorial
deeplearning.ai , By Andrew Ng, All video link
Backtest 1000s of minute-by-minute trading algorithms for training AI with automated pricing data from: IEX, Tradier and FinViz. Datasets and trading performance automatically published to S3 for building AI training datasets for teaching DNNs how to trade. Runs on Kubernetes and docker-compose. >150 million trading history rows generated from +5000 algorithms. Heads up: Yahoo's Finance API was disabled on 2019-01-03 https://developer.yahoo.com/yql/
Android TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)
本仓库将PyTorch官方书籍《Deep learning with PyTorch》(基本摘录版)翻译成中文版并给出可运行的相关代码。
Official code repo for the O'Reilly Book - Practical Deep Learning for Cloud, Mobile & Edge
This is an open sourced book on deep learning.
PyTorch Tutorials, TensorFlow Tutorials and Machine Learning Algorithms
Train a state-of-the-art yolov3 object detector from scratch!
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Complete path for a beginner to become a Machine Learning Scientist!
Change
tensor.datatotensor.detach()due topytorch/pytorch#6990 (comment)
tensor.detach()is more robust thantensor.data.