All Projects → jerryOnlyZRJ → Image Regression

jerryOnlyZRJ / Image Regression

Licence: mit
🤖️image regression (base on convnetjs)

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Image Regression

Cnn intent classification
CNN for intent classification task in a Chatbot
Stars: ✭ 90 (-11.76%)
Mutual labels:  cnn
Hyperopt Keras Cnn Cifar 100
Auto-optimizing a neural net (and its architecture) on the CIFAR-100 dataset. Could be easily transferred to another dataset or another classification task.
Stars: ✭ 95 (-6.86%)
Mutual labels:  cnn
Sarcasmdetection
Sarcasm detection on tweets using neural network
Stars: ✭ 99 (-2.94%)
Mutual labels:  cnn
Fast Autoaugment
Official Implementation of 'Fast AutoAugment' in PyTorch.
Stars: ✭ 1,297 (+1171.57%)
Mutual labels:  cnn
Face landmark dnn
Face Landmark Detector based on Mobilenet V1
Stars: ✭ 92 (-9.8%)
Mutual labels:  cnn
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-4.9%)
Mutual labels:  cnn
12306 captcha
基于深度学习识别12306验证码
Stars: ✭ 89 (-12.75%)
Mutual labels:  cnn
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+1250.98%)
Mutual labels:  cnn
Mobilenet V2 Caffe
MobileNet-v2 experimental network description for caffe
Stars: ✭ 93 (-8.82%)
Mutual labels:  cnn
Facedetector
A re-implementation of mtcnn. Joint training, tutorial and deployment together.
Stars: ✭ 99 (-2.94%)
Mutual labels:  cnn
Geo Deep Learning
Deep learning applied to georeferenced datasets
Stars: ✭ 91 (-10.78%)
Mutual labels:  cnn
Grad Cam
🌈 📷 Gradient-weighted Class Activation Mapping (Grad-CAM) Demo
Stars: ✭ 91 (-10.78%)
Mutual labels:  cnn
Captcharecognition
End-to-end variable length Captcha recognition using CNN+RNN+Attention/CTC (pytorch implementation). 端到端的不定长验证码识别
Stars: ✭ 97 (-4.9%)
Mutual labels:  cnn
Cnn lstm for text classify
CNN, LSTM, NBOW, fasttext 中文文本分类
Stars: ✭ 90 (-11.76%)
Mutual labels:  cnn
Etagger
reference tensorflow code for named entity tagging
Stars: ✭ 100 (-1.96%)
Mutual labels:  cnn
Snail Pytorch
Implementation of "A Simple Neural Attentive Meta-Learner" (SNAIL, https://arxiv.org/pdf/1707.03141.pdf) in PyTorch
Stars: ✭ 90 (-11.76%)
Mutual labels:  cnn
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-5.88%)
Mutual labels:  cnn
Keras Oneclassanomalydetection
[5 FPS - 150 FPS] Learning Deep Features for One-Class Classification (AnomalyDetection). Corresponds RaspberryPi3. Convert to Tensorflow, ONNX, Caffe, PyTorch. Implementation by Python + OpenVINO/Tensorflow Lite.
Stars: ✭ 102 (+0%)
Mutual labels:  cnn
Lesrcnn
Lightweight Image Super-Resolution with Enhanced CNN (Knowledge-Based Systems,2020)
Stars: ✭ 101 (-0.98%)
Mutual labels:  cnn
Simplepruning
cnn pruning with tensorflow.
Stars: ✭ 98 (-3.92%)
Mutual labels:  cnn

项目说明

前端CNN图像识别项目:

  • 打开页面,调出开发者工具控制台并切换到console面板
  • 等待console输出“模型训练好了”字段
  • 点击识别按钮即可输出识别结果

img-regression

目录结构

├── net             依赖库及资源文件
├── docs            项目文档
├── index.html      项目主文件
└── .gitignore

项目文档

《前端AI实战——告诉世界前端也能做AI》

其他

项目具体知识点详见文件index.html内代码注释

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