All Projects → dneprDroid → ImageRecognizer-iOS

dneprDroid / ImageRecognizer-iOS

Licence: other
[this repo is no longer maintained] Neural Network image classifier (inception-bn network architecture), developed via MxNet

Programming Languages

C++
36643 projects - #6 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to ImageRecognizer-iOS

Mobulaop
A Simple & Flexible Cross Framework Operators Toolkit
Stars: ✭ 161 (+215.69%)
Mutual labels:  mxnet
Bmxnet V2
BMXNet 2: An Open-Source Binary Neural Network Implementation Based on MXNet
Stars: ✭ 199 (+290.2%)
Mutual labels:  mxnet
XKT
Multiple Knowledge Tracing models implemented by mxnet
Stars: ✭ 14 (-72.55%)
Mutual labels:  mxnet
Coach
Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
Stars: ✭ 2,085 (+3988.24%)
Mutual labels:  mxnet
Thinc
🔮 A refreshing functional take on deep learning, compatible with your favorite libraries
Stars: ✭ 2,422 (+4649.02%)
Mutual labels:  mxnet
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+33611.76%)
Mutual labels:  mxnet
Pyeco
python implementation of efficient convolution operators for tracking
Stars: ✭ 150 (+194.12%)
Mutual labels:  mxnet
djl
An Engine-Agnostic Deep Learning Framework in Java
Stars: ✭ 3,080 (+5939.22%)
Mutual labels:  mxnet
Gluon Nlp
NLP made easy
Stars: ✭ 2,344 (+4496.08%)
Mutual labels:  mxnet
digital champions deeplearning r mxnet
Showcase for using R + MXNET along with AWS and bitfusion for deep learning.
Stars: ✭ 20 (-60.78%)
Mutual labels:  mxnet
Mx Lsoftmax
mxnet version of Large-Margin Softmax Loss for Convolutional Neural Networks.
Stars: ✭ 175 (+243.14%)
Mutual labels:  mxnet
Xfer
Transfer Learning library for Deep Neural Networks.
Stars: ✭ 177 (+247.06%)
Mutual labels:  mxnet
Fusenet
Deep fusion project of deeply-fused nets, and the study on the connection to ensembling
Stars: ✭ 230 (+350.98%)
Mutual labels:  mxnet
Crnn Mxnet Chinese Text Recognition
An implementation of CRNN (CNN+LSTM+warpCTC) on MxNet for chinese text recognition
Stars: ✭ 161 (+215.69%)
Mutual labels:  mxnet
gluon-faster-rcnn
Faster R-CNN implementation with MXNet Gluon API
Stars: ✭ 31 (-39.22%)
Mutual labels:  mxnet
Deep Learning Containers
AWS Deep Learning Containers (DLCs) are a set of Docker images for training and serving models in TensorFlow, TensorFlow 2, PyTorch, and MXNet.
Stars: ✭ 152 (+198.04%)
Mutual labels:  mxnet
Arcface Multiplex Recognition
适用于复杂场景的人脸识别身份认证系统
Stars: ✭ 200 (+292.16%)
Mutual labels:  mxnet
Densenet
MXNet implementation for DenseNet
Stars: ✭ 28 (-45.1%)
Mutual labels:  mxnet
mxnet-retrain
Create mxnet finetuner (retrain) for mac/linux ,no need install docker and supports CPU, GPU(eGpu/cudnn).support the inception,resnet ,squeeznet,mobilenet...
Stars: ✭ 32 (-37.25%)
Mutual labels:  mxnet
Deeplearning Cfn
Distributed Deep Learning on AWS Using CloudFormation (CFN), MXNet and TensorFlow
Stars: ✭ 252 (+394.12%)
Mutual labels:  mxnet

ImageRecognizer-iOS

Image classification using neural networks (inception-bn) and MxNet (Python/C++ neural net library), implemented for iOS.

nn/NNManager.mm - class working with MxNet

Pre-trained model:

nndata/params - serialized data of the network (weights, convolutional kernels)

nndata/symbol.json - structure of the network

nndata/syncet.txt - word dictionary for network, pair output value - meaning word

Android

Android version - https://github.com/dneprDroid/ImageRecognizer

Links

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].