character-based-cnn
Character CNN
An implementation of a character-based convolutional neural network for text classification.
Implementation of character based convolutional neural network
258 stars
14 watching
56 forks
Language: Python
last commit: over 3 years ago character-based-modelcharacter-cnnconvolutional-neural-networkdeep-neural-networksnatural-language-processingnlpnlp-machine-learningpaper-implementationspytorchyoutube-video
Related projects:
Repository | Description | Stars |
---|---|---|
ahmedfgad/numpycnn | An implementation of a convolutional neural network (CNN) using NumPy for basic classification tasks. | 570 |
soloice/chinese-character-recognition | This project demonstrates how to build and train a convolutional neural network (CNN) to recognize Chinese characters. | 200 |
ahmedfgad/cnngenetic | Trains convolutional neural networks using the genetic algorithm | 22 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy | 98 |
yoonkim/lstm-char-cnn | An LSTM language model with a convolutional neural network over characters as input to predict words. | 826 |
chxj1992/captcha_cracker | An image recognition system using a deep learning model to classify characters from verification codes | 188 |
shawn1993/cnn-text-classification-pytorch | An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch | 1,020 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
carpedm20/lstm-char-cnn-tensorflow | An implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures. | 769 |
terrychenism/deformable-convnets | Deformable ConvNets are a type of neural network architecture designed for object detection and image classification tasks. | 160 |
ahmedfgad/neuralgenetic | Tools and techniques for training neural networks using genetic algorithms | 240 |
aaronshan/12306-captcha | Deep learning-based system to recognize and classify 12306 captcha images | 280 |
pavitrakumar78/anime-face-gan-keras | A GAN-based system to generate anime faces using a custom dataset | 198 |
skyduy/cnn_keras | An implementation of a Convolutional Neural Network using Keras for CAPTCHA recognition and classification | 288 |
ecobost/cnn4brca | This project uses Convolutional Neural Networks (CNN) for image segmentation of breast cancer lesions. | 75 |