All Projects → ashokpant → nhcr

ashokpant / nhcr

Licence: other
Offline Nepali Handwritten Character Recognition Using Artificial Neural Networks

Programming Languages

matlab
3953 projects
forth
179 projects
M
324 projects

Projects that are alternatives of or similar to nhcr

python-neuron
Neuron class provides LNU, QNU, RBF, MLP, MLP-ELM neurons
Stars: ✭ 38 (+100%)
Mutual labels:  mlp, rbf
mlp stock
Stock price prediction using ensemble MLP in PyTorch.
Stars: ✭ 25 (+31.58%)
Mutual labels:  mlp
kdd99-scikit
Solutions to kdd99 dataset with Decision tree and Neural network by scikit-learn
Stars: ✭ 50 (+163.16%)
Mutual labels:  mlp
Deep-Learning-Models
Deep Learning Models implemented in python.
Stars: ✭ 17 (-10.53%)
Mutual labels:  mlp
image-classification
A collection of SOTA Image Classification Models in PyTorch
Stars: ✭ 70 (+268.42%)
Mutual labels:  mlp
SpeakerDiarization RNN CNN LSTM
Speaker Diarization is the problem of separating speakers in an audio. There could be any number of speakers and final result should state when speaker starts and ends. In this project, we analyze given audio file with 2 channels and 2 speakers (on separate channels).
Stars: ✭ 56 (+194.74%)
Mutual labels:  mlp
MachineLearning
Implementations of machine learning algorithm by Python 3
Stars: ✭ 16 (-15.79%)
Mutual labels:  mlp
polatory
Fast, memory-efficient 3D spline interpolation and global kriging, via RBF (radial basis function) interpolation.
Stars: ✭ 82 (+331.58%)
Mutual labels:  rbf
mlp-singer
Official implementation of MLP Singer: Towards Rapid Parallel Korean Singing Voice Synthesis (IEEE MLSP 2021)
Stars: ✭ 103 (+442.11%)
Mutual labels:  mlp
polyssifier
run a multitude of classifiers on you data and get an AUC report
Stars: ✭ 64 (+236.84%)
Mutual labels:  mlp
Tensorflow template application
TensorFlow template application for deep learning
Stars: ✭ 1,851 (+9642.11%)
Mutual labels:  mlp
Deeplearning tutorials
The deeplearning algorithms implemented by tensorflow
Stars: ✭ 1,580 (+8215.79%)
Mutual labels:  mlp
tiny-cuda-nn
Lightning fast & tiny C++/CUDA neural network framework
Stars: ✭ 908 (+4678.95%)
Mutual labels:  mlp
Audio-Classification-using-CNN-MLP
Multi class audio classification using Deep Learning (MLP, CNN): The objective of this project is to build a multi class classifier to identify sound of a bee, cricket or noise.
Stars: ✭ 36 (+89.47%)
Mutual labels:  mlp
neural net handwriting
neural network for handwriting recognition from scratch in C
Stars: ✭ 17 (-10.53%)
Mutual labels:  mlp
autonomio
Core functionality for the Autonomio augmented intelligence workbench.
Stars: ✭ 27 (+42.11%)
Mutual labels:  mlp
PyRecognizer
"A neural network to rule them all, a neural network to find them, a neural network to bring them all and verify if is you !!" (Face recognition tool)
Stars: ✭ 28 (+47.37%)
Mutual labels:  mlp
PyTorch-Radial-Basis-Function-Layer
An implementation of an RBF layer/module using PyTorch.
Stars: ✭ 74 (+289.47%)
Mutual labels:  rbf

nhcr: Nepali Handwritten Character Recognition

Offline Nepali Handwritten Character Recognition Using Artificial Neural Networks

Requirement

  1. MATLAB

Uses

Change configurations

Change your configurations in 'setup.m' file if necessary.

Set path

#Add anpr project path to matlab search path using set path option. OR,
>> addpath(genpath(pwd))

GUI

>> cd gui
>> handwritingRecognition

GUI

Training/Evaluation

>> main.m

Examples

Recognition Test

>> recognitionTest()

Numeral

Image Pre-processing Demo

>> preprocessingDemo

Numeral

Feature Extraction Demo

>> featureExtractionDemo

Dataset Details

https://www.kaggle.com/ashokpant/devanagari-character-dataset

Citation

Please cite in your publications if it helps your research:

@inproceedings{pant2012off,
  title={Off-line Nepali handwritten character recognition using Multilayer Perceptron and Radial Basis Function neural networks},
  author={Pant, Ashok Kumar and Panday, Sanjeeb Prasad and Joshi, Shashidhar Ram},
  booktitle={Internet (AH-ICI), 2012 Third Asian Himalayas International Conference on},
  pages={1--5},
  year={2012},
  organization={IEEE}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].