#
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.
Here are 13,416 public repositories matching this topic...
neochristou
commented
Feb 21, 2022
🐛 Describe the bug
Floating point exception in mkldnn_convolution when stride contains 0s.
Example to reproduce
import torch
self = torch.full((1, 1, 1, 24000,), 1, dtype=torch.float32, requires_grad=False)
weight = torch.full((1, 1, 1, 24000,), 1, dtype=torch.float32, requires_grad=False)
bias = torch.full((1, 1, 1, 24000,), 1, dtype=torch.float32, requires_gradA series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
python
machine-learning
deep-learning
neural-network
tensorflow
scikit-learn
jupyter-notebook
ml
distributed
-
Updated
Mar 11, 2022 - Jupyter Notebook
python
nlp
data-science
machine-learning
natural-language-processing
ai
deep-learning
neural-network
text-classification
cython
artificial-intelligence
spacy
named-entity-recognition
neural-networks
nlp-library
tokenization
entity-linking
-
Updated
Mar 15, 2022 - Python
Roadmap to becoming an Artificial Intelligence Expert in 2022
data-science
machine-learning
roadmap
ai
deep-learning
neural-network
artificial-intelligence
data-analysis
study-plan
ai-roadmap
-
Updated
Feb 10, 2022 - JavaScript
YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
deep-neural-networks
computer-vision
deep-learning
neural-network
dnn
yolo
object-detection
deep-learning-tutorial
yolov3
yolov4
scaledyolov4
scaled-yolov4
-
Updated
Mar 10, 2022 - C
A curated list of awesome Deep Learning tutorials, projects and communities.
machine-learning
awesome
deep-learning
neural-network
recurrent-networks
synthetic-images
awesome-list
deep-learning-tutorial
deep-networks
face-images
-
Updated
Mar 8, 2022
Visualizer for neural network, deep learning, and machine learning models
machine-learning
caffe
ai
deep-learning
neural-network
mxnet
tensorflow
keras
ml
torch
pytorch
visualizer
machinelearning
deeplearning
darknet
paddle
caffe2
coreml
onnx
tensorflow-lite
-
Updated
Mar 14, 2022 - JavaScript
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
python
machine-learning
deep-learning
neural-network
scalability
efficiency
paddlepaddle
distributed-training
-
Updated
Mar 15, 2022 - Python
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
python
java
c-sharp
c-plus-plus
machine-learning
deep-neural-networks
deep-learning
neural-network
cntk
distributed
highlight
cognitive-toolkit
-
Updated
Aug 27, 2021 - C++
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
-
Updated
Feb 7, 2022 - Jupyter Notebook
davidsoergel
commented
Feb 13, 2019
fitDataset() expects a Dataset that produces elements of a certain shape, with matching batch sizes etc., and throws errors (from standardizeDataIteratorOutput()) when the conditions are not met. These errors should be tested.
ncnn is a high-performance neural network inference framework optimized for the mobile platform
android
ios
caffe
deep-learning
neural-network
mxnet
tensorflow
vulkan
keras
inference
pytorch
artificial-intelligence
simd
riscv
darknet
arm-neon
high-preformance
ncnn
onnx
mlir
-
Updated
Mar 15, 2022 - C++
mpenkov
commented
Jun 22, 2021
In gensim/models/fasttext.py:
model = FastText(
vector_size=m.dim,
vector_size=m.dim,
window=m.ws,
window=m.ws,
epochs=m.epoch,
epochs=m.epoch,
negative=m.neg,
negative=m.neg,
# FIXME: these next 2 lines read in unsupported FB FT modes (loss=3 softmax or loss=4 onevsall,
# or model=3 superviA comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
python
nlp
data-science
machine-learning
natural-language-processing
awesome
facebook
computer-vision
deep-learning
neural-network
cv
tutorials
pytorch
awesome-list
utility-library
probabilistic-programming
papers
nlp-library
pytorch-tutorials
pytorch-model
-
Updated
Mar 11, 2022
nodejs
api
node
browser
web
stream
neural-network
recurrent-neural-networks
easy-to-use
convolutional-neural-networks
brain
hacktoberfest
-
Updated
Mar 11, 2022 - TypeScript
chan4cc
commented
Apr 26, 2021
New Operator
Describe the operator
Why is this operator necessary? What does it accomplish?
This is a frequently used operator in tensorflow/keras
Can this operator be constructed using existing onnx operators?
If so, why not add it as a function?
I don't know.
Is this operator used by any model currently? Which one?
Are you willing to contribute it?
machine learning and deep learning tutorials, articles and other resources
list
machine-learning
awesome
deep-neural-networks
deep-learning
neural-network
neural-networks
awesome-list
machinelearning
deeplearning
deep-learning-tutorial
-
Updated
Feb 3, 2022
The "Python Machine Learning (1st edition)" book code repository and info resource
python
data-science
machine-learning
data-mining
neural-network
scikit-learn
machine-learning-algorithms
logistic-regression
-
Updated
Jul 30, 2021 - Jupyter Notebook
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
python
data-science
machine-learning
deep-learning
neural-network
tensorflow
machine-learning-algorithms
pytorch
distributed
feature-extraction
hyperparameter-optimization
feature-engineering
nas
bayesian-optimization
hyperparameter-tuning
automl
automated-machine-learning
model-compression
neural-architecture-search
deep-neural-network
-
Updated
Mar 15, 2022 - Python
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
learning
pdf
machine-learning
good
mit
deep-learning
neural-network
book
machine
linear-algebra
neural-networks
deeplearning
print
excercises
lecture-notes
chapter
clear
thinking
printable
-
Updated
Jan 16, 2021 - Java
机器学习相关教程
-
Updated
Dec 22, 2020 - Python
Deep learning library featuring a higher-level API for TensorFlow.
-
Updated
Jan 25, 2021 - Python
TensorFlow Tutorials with YouTube Videos
machine-learning
youtube
tutorial
reinforcement-learning
deep-learning
neural-network
tensorflow
python-notebook
-
Updated
Jan 15, 2021 - Jupyter Notebook
TensorFlow tutorials and best practices.
machine-learning
ops
deep-learning
neural-network
tensorflow
gpu
shape
ebook
loop
control-flow
gradient
python-ops
-
Updated
Oct 22, 2020
WebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.
javascript
webgl
machine-learning
typescript
deep-neural-networks
deep-learning
neural-network
gpu-acceleration
-
Updated
Aug 14, 2019 - TypeScript
Data-centric declarative deep learning framework
python
learning
data-science
machine-learning
natural-language-processing
computer-vision
deep-learning
neural-network
machine
natural-language
ml
deep
pytorch
datascience
machinelearning
deeplearning
data-centric
-
Updated
Mar 15, 2022 - Python
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
python
google
reinforcement-learning
deep-learning
neural-network
tensorflow
chatbot
artificial-intelligence
gan
dqn
imagenet
tensorflow-tutorials
object-detection
a3c
tensorlayer
tensorflow-tutorial
-
Updated
Feb 15, 2022 - Python
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
machine-learning
reinforcement-learning
ai
deep-learning
neural-network
statistical-learning
artificial-intelligence
unsupervised-learning
intelligent-systems
machine-intelligence
intelligent-machines
-
Updated
Feb 3, 2022
Build your neural network easy and fast, 莫烦Python中文教学
python
machine-learning
tutorial
reinforcement-learning
neural-network
regression
cnn
pytorch
batch
dropout
generative-adversarial-network
gan
batch-normalization
dqn
classification
rnn
autoencoder
pytorch-tutorial
pytorch-tutorials
-
Updated
Jan 20, 2022 - Jupyter Notebook
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.