CodeNeuron
Code detector
Recurrent neural network designed to detect code blocks in text.
Recurrent neural network to split code snippets from text.
13 stars
3 watching
3 forks
Language: Python
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kootenpv/neural_complete | A tool to aid in writing neural network code by suggesting completions based on learned patterns from similar source code | 1,152 |
msracver/relation-networks-for-object-detection | An implementation of an object detection algorithm that improves on traditional methods by modeling relationships between objects in images | 1,097 |
paarthneekhara/rnn_adversarial_reprogramming | Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
tianzhi0549/ctpn | Detects text in images using a neural network architecture | 1,284 |
hciilab/derpn | A novel region proposal network for object detection and scene text detection that focuses on improving the adaptivity of current detectors | 156 |
eniac-xie/faster-rcnn-resnet | An implementation of a Faster R-CNN object detection algorithm using a ResNet neural network architecture. | 207 |
jetbrains-research/astminer | A tool for mining path-based representations of code and data from various programming languages | 282 |
mrphrazer/obfuscation_detection | Automatically detects obfuscated code and other complex code constructs in binaries to aid reverse engineering. | 575 |
jetbrains-research/psiminer | A tool that processes code syntax trees to create datasets for machine learning pipelines | 58 |
nv-tlabs/gscnn | This code implements a neural network architecture designed to perform semantic segmentation in computer vision tasks. | 920 |
sanghoon/pva-faster-rcnn | Demonstrates a real-time object detection system based on PVANet | 650 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
emited/variationalrecurrentneuralnetwork | A deep learning implementation of a VRNN model for sequential data processing | 283 |
tusimple/mx-maskrcnn | An implementation of Mask R-CNN using MXNet and Resnet-50-FPN for object detection and segmentation in images. | 1,755 |
vsitzmann/siren | An implementation of a neural network architecture for implicit function representation learning using periodic activation functions. | 1,756 |