『ゼロから作る Deep Learning』(O'Reilly Japan, 2016). Contribute to qihuijia/deep-learning-from-scratch development by creating an account on GitHub.
master ch01 ch02 ch03 ch04 ch05 ch06 ch07 apply_filter.py gradient_check.py params.pkl simple_convnet.py train_convnet.py visualize_filter.py ch08 common dataset training .gitignore LICENSE.md README.md Breadcrumbs deep-learning-from-scratch / ch07/ Directory actions More options Latest...
DSOD DSOD: Learning Deeply Supervised Object Detectors from Scratch intro: ICCV 2017. Fudan University & Tsinghua University & Intel Labs China arxiv: https://arxiv.org/abs/1708.01241 github: https://github.com/szq0214/DSOD Object Detection from Scratch with Deep Supervision https://arxiv.org/...
a deep learning research platform that provides maximum flexibility and speed. Elaborating further: A GPU-Ready Tensor Library If you use NumPy, then you have used Tensors (a.k.a ndarray). PyTorch provides Tensors that can live either on the CPU or the GPU, and accelerates the computation ...
https://www.analyticsvidhya.com/blog/2019/04/introduction-deep-q-learning-python/?utm_source=blog&utm_medium=7-data-science-projects-github-showcase-your-skills 2.DistilBERT –一个更轻、更便宜的BERT https://github.com/huggingface/pytorch-transformers/tree/master/examples/distillation 读者肯定听说过...
【Bootstrap yourself to write an OS from scratch】☕网页链接引导自己从头编写一个操作系统。 【Great collection of dev podcasts】☕网页链接开发播客的大集合。 【Texttop – An interactive X Linux desktop rendered in TTY and streamable over SSH】☕网页链接 Text...
DSOD: Learning Deeply Supervised Object Detectors from Scratch · intro: ICCV 2017. Fudan University & Tsinghua University & Intel Labs China · arxiv:https://arxiv.org/abs/1708.01241 · github:https://github.com/szq0214/DSOD · github:https://github.com/Windaway/DSOD-Tensorflow ...
tensorwatch: Debugging, monitoring and visualization for Deep Learning and Reinforcement Learning from Microsoft Research. wavetorch: Numerically solving and backpropagating through the wave equation arxiv.org/abs/1904.12831 diffdist: diffdist is a python library for pytorch. It extends the default functi...
NVIDIA Deep Learning Accelerator2. Opencores的镜像3. 略嘿嘿嘿,来晚了,题主可以来看看 Gitee 上...
https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch 本教程包含五个部分: 1. YOLO 的工作原理 2. 创建 YOLO 网络层级 3. 实现网络的前向传播 4. objectness 置信度阈值和非极大值抑制 5. 设计输入和输出管道 所需背景知识 在学习本教程之前,你需要了解: ...