data-driven-code
Neural net examples
Code examples for a data-driven approach to building neural networks in Python
Code related to session at PyCon Canada 2016
29 stars
6 watching
7 forks
Language: Python
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
neubig/nn4nlp-code | A collection of code examples and resources for building neural networks in NLP tasks | 1,310 |
clab/dynet_tutorial_examples | Tutorials on implementing neural networks in NLP using the DyNet toolkit | 433 |
tobiascz/mnist_pytorch_python_and_capi | An example project demonstrating how to train and deploy a neural network in Python and C++ using PyTorch 1.0 | 96 |
namisan/mt-dnn | A PyTorch package implementing multi-task deep neural networks for natural language understanding | 2,238 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
tdeboissiere/deeplearningimplementations | A collection of implementations of recent deep learning papers in Python | 1,815 |
kefirski/bytenet | A Pytorch implementation of a neural network model for machine translation | 47 |
ahmedfgad/numpycnn | An implementation of a convolutional neural network (CNN) using NumPy for basic classification tasks. | 570 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy | 98 |
ncbi-nlp/bluebert | Pre-trained language models for biomedical natural language processing tasks | 558 |
ntedgi/node-efficientnet | A Node.js implementation of the EfficientNet deep learning model architecture. | 257 |
brian-team/brian2 | A simulator for spiking neural networks written in Python | 943 |
alan-turing-institute/deepsensor | Provides an interface for building and evaluating neural process models for environmental prediction tasks using Python libraries. | 92 |
ujjwalkarn/datasciencepython | A curated list of tutorials and resources for learning Python for data science, machine learning, and other related topics. | 5,274 |
nengo/nengo | A Python library for building and simulating large-scale neural models | 829 |