neural_complete
Code completer
A tool to aid in writing neural network code by suggesting completions based on learned patterns from similar source code
A neural network trained to help writing neural network code using autocomplete
1k stars
43 watching
121 forks
Language: Python
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An open-source project that uses machine learning to summarize source code using a neural attention model. | 237 |
| Recurrent neural network designed to detect code blocks in text. | 12 |
| Builds neural networks with less boilerplate code by providing a standardized interface for different architectures | 166 |
| A minimal C library for training and using feedforward artificial neural networks | 2,017 |
| A Python library for implementing and training various neural network architectures | 40 |
| A Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch | 577 |
| Enables the creation of smaller neural network models through efficient pruning and quantization techniques | 2,083 |
| A system for proving an inference pass for pre-trained neural networks on private inputs. | 40 |
| Software that uses neural networks to crack passwords | 229 |
| Provides a Python interface to integrate neural networks with scikit-learn, making it easier to use deep learning libraries like Lasagne. | 949 |
| A Python library for building and training neural networks. | 163 |
| A monadic implementation of a fully-connected neural network in OCaml with customizable hyperparameters | 5 |
| An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
| A tool that translates neural network code into languages that can run on devices without floating-point operations. | 29 |