搜索资源列表
基于Java的BP网络数字识别法
- 详细给出了一个完整的人脸检测算法。对于实际应用有一定的参考价值-detail given a complete face detection algorithm. For practical application of a certain reference value
neural
- 用Java编写的基于Kohonen神经网络的OCR-Java prepared by the Kohonen neural network-based OCR
face_recognition_source
- 该程序用java结合神经网络训练的方法实现了人脸识别的功能。
JAVA ANPR 神经网络车牌识别系统
- JAVA ANPR 神经网络车牌识别系统
用神经网络进行手写字母识别(java程序下载)
- 用神经网络进行手写字母识别(java程序下载)- 鐢ㄧ
License-Plate-Recognition-java
- 这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别-This project involves the artificial intelligence, machine vision and neural networks in the field, the realization of a license plate recognition system (ANPR). It
SS_ANPR
- 国外车牌识别源码,利用神经网络学习算法和图像处理技术,对图像中的车牌进行识别并提取-source code of License Plate Recognition
chepai
- 车牌自动识别系统(ANPR)源代码,这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别。 -Automatic License Plate Recognition System (ANPR) source code, this project involves the artificial intelligence, machine vision and neural netwo
Digit
- Java实现的手写数字识别工具,基于人工神经网络和机器学习原理。先读入一个文件进行训练,然后可以识别相同格式文件中的手写数字。目录下的PNT文件即为手写数字的数据文件。-Java implementation of the handwritten numeral recognition tool, based on artificial neural networks and machine learning principles. To read a file into training, t
CNN
- 卷积神经网络代码,Java版。改自Deep Learning Toolbox的matlab代码。-CNN code with Java. From github deep learning toolbox