Deep learning
Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.
Here are 20,555 public repositories matching this topic...
Small thing, but costed me several hours to find :)
In the documentation example of Siamese mnist .
We see a code for contrastive loss, based on a paper. But the labels in this function are reversed from
the paper. Meaning in the paper Y=0 if X1,X2 are from same domain, Y=1 other
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Dec 2, 2019 - Jupyter Notebook
Repro:
@torch.jit.script
class Timebase:
def __init__(
self,
numerator, # type: int
denominator, # type: int
):
# type: (...) -> None
self.numerator = numerator # type: int
self.denominator = denominator # type: int
Produces the error:
RuntimeError: Return type line '# type: (...) -> ...' not found on multiline
Caffe: a fast open framework for deep learning.
-
Updated
Dec 2, 2019 - C++
100 Days of ML Coding
-
Updated
Dec 2, 2019 - Python
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
-
Updated
Dec 2, 2019 - Python
A complete daily plan for studying to become a machine learning engineer.
-
Updated
Dec 2, 2019
📚 A practical approach to machine learning to enable everyone to learn, explore and build.
-
Updated
Dec 2, 2019 - Jupyter Notebook
The most cited deep learning papers
-
Updated
Dec 2, 2019 - TeX
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
Updated
Dec 2, 2019 - Jupyter Notebook
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
-
Updated
Dec 2, 2019 - Python
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
Dec 2, 2019 - C++
The fastai deep learning library, plus lessons and tutorials
-
Updated
Dec 2, 2019 - Jupyter Notebook
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
Updated
Dec 2, 2019 - C++
100-Days-Of-ML-Code中文版
-
Updated
Dec 2, 2019 - Jupyter Notebook
PyTorch Tutorial for Deep Learning Researchers
-
Updated
Dec 2, 2019 - Python
Oxford Deep NLP 2017 course
-
Updated
Dec 2, 2019
A curated list of awesome Deep Learning tutorials, projects and communities.
-
Updated
Dec 2, 2019
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
-
Updated
Dec 2, 2019 - Python
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
Updated
Dec 2, 2019 - Python
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang
-
Updated
Dec 2, 2019
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
-
Updated
Dec 2, 2019
Face recognition with deep neural networks.
-
Updated
Dec 2, 2019 - Lua
Reference from TensorFlow: https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/matrix-band-part
This op is used by the Music Transformer model.
Feedback from some workshop is that we should pay more attention to the quality and working status of the examples we have in the repossitory to help people.
- Have CI running on examples #2353
- Ensure examples works with latest stable version #2351
- Improve documentation by referring to examples
- Once v0.6, stick examples to it
DeepFaceLab is a tool that utilizes machine learning to replace faces in videos. Includes prebuilt ready to work standalone Windows 7,8,10 binary (look readme.md).
-
Updated
Dec 2, 2019 - Python
Thank you for submitting a TensorFlow documentation issue. Per our GitHub
policy, we only address code/doc bugs, performance issues, feature requests, and
build/installation issues on GitHub.
The TensorFlow docs are open source! To get involved, read the documentation
contributor guide: https://www.tensorflow.org/community/contribute/docs
URL(s) with the issue:
https://www.tensorflow.