YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
-
Updated
Dec 29, 2021 - C
{{ message }}
Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.
YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
A curated list of awesome Deep Learning tutorials, projects and communities.
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.
Machine learning glossary
A TensorFlow & Deep Learning online course I taught in 2016
A clear, concise, simple yet powerful and efficient API for deep learning.
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.
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.
Notes and experiments to understand deep learning concepts
Descriptive Deep Learning
TensorFlow and Deep Learning Tutorials
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/
Stanford Unsupervised Feature Learning and Deep Learning Tutorial
本仓库将PyTorch官方书籍《Deep learning with PyTorch》(基本摘录版)翻译成中文版并给出可运行的相关代码。
deeplearning.ai , By Andrew Ng, All video link
Train a state-of-the-art yolov3 object detector from scratch!
Template repository to build PyTorch projects from source on any version of PyTorch/CUDA/cuDNN.
Official code repo for the O'Reilly Book - Practical Deep Learning for Cloud, Mobile & Edge
Android TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Change
tensor.datatotensor.detach()due topytorch/pytorch#6990 (comment)
tensor.detach()is more robust thantensor.data.