Neural Network
Artificial neural networks (ANN) are computational systems that "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules.
-
- Sign up for GitHub or sign in to edit this page
Here are 7,379 public repositories matching this topic...
LogCumsumExp
🚀 Feature
Add numerically stable cumulative logsumexp function. Also we have associated PR on cummax that is needed for numerically stable implementation (pytorch/pytorch#20240).
Motivation
This is useful when computing sum of probabilities and have different applications.
Pitch
Torch has cumsum and cumprod so I suggest logcumsumexp to be added.
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
Oct 27, 2019 - 444 commits
- Jupyter Notebook
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
Oct 28, 2019 - 16 commits
- C++
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁
-
Updated
Oct 27, 2019 - 1 commits
- Java
I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration
If you have questions about the projects I suggested,
A curated list of awesome Deep Learning tutorials, projects and communities.
-
Updated
Oct 28, 2019 - 315 commits
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.
🤖 Neural networks in JavaScript
-
Updated
Oct 28, 2019 - 985 commits
- JavaScript
The "Python Machine Learning (1st edition)" book code repository and info resource
-
Updated
Oct 27, 2019 - 532 commits
- Jupyter Notebook
We currently support reading FastText models from Facebook's format. The gensim.models._fasttext_bin does this.
This enables people to use gensim with a model that was trained using Facebook's binaries.
Sometimes, people want things to work the other way: they start with gensim, train a model, and then
machine learning and deep learning tutorials, articles and other resources
-
Updated
Oct 27, 2019 - 299 commits
Deep learning library featuring a higher-level API for TensorFlow.
-
Updated
Oct 26, 2019 - 605 commits
- Python
Decensoring Hentai with Deep Neural Networks
-
Updated
Oct 27, 2019 - 376 commits
- Python
WebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.
-
Updated
Oct 24, 2019 - 1 commits
- TypeScript
TensorFlow 1.x and 2.x tutorials and best practices.
-
Updated
Oct 27, 2019 - 117 commits
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
-
Updated
Oct 27, 2019 - 146 commits
- Jupyter Notebook
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
Oct 28, 2019 - 687 commits
TensorFlow Tutorials with YouTube Videos
-
Updated
Oct 27, 2019 - 98 commits
- Jupyter Notebook
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Oct 28, 2019 - 1 commits
- C++
i'm a newbie in programming. I try to use this library. it's very useful for me.
I want to show centroid in K-means clustering. how to show it? thank u so much..
Svr training error
Support for storing large tensor values in external files was introduced in #678, but AFAICT is undocumented.
This is a pretty important feature, functionally, but it's also important for end users who may not realise that they need to move around more than just the *.onnx file.
I would suggest it should be documented in IR.md, and perhaps there are other locations from which it could be s
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
-
Updated
Oct 27, 2019 - 23 commits
- Java
Visualizer for neural network, deep learning and machine learning models
-
Updated
Oct 28, 2019 - 2 commits
- JavaScript
Deep Learning and Reinforcement Learning Library for Scientists
-
Updated
Oct 27, 2019 - 3 commits
- Python
Windows and Linux version of Darknet Yolo v3 & v2 Neural Networks for object detection (Tensor Cores are used)
-
Updated
Oct 27, 2019 - 1 commits
- C
Hi I would like to propose a better implementation for 'test_indices':
We can remove the unneeded np.array casting:
Cleaner/New:
test_indices = list(set(range(len(texts))) - set(train_indices))
Old:
test_indices = np.array(list(set(range(len(texts))) - set(train_indices)))
A flexible framework of neural networks for deep learning
-
Updated
Oct 27, 2019 - 29 commits
- Python
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers
-
Updated
Oct 28, 2019 - 167 commits
Learn about neural-network
- Wikipedia
- Wikipedia


I am trying to compile TensorflowLite for emscripten (I am aware of TensorflowJS) and pthreads are currently disabled. Is there a way to use it without pthreads?