搜索资源列表
Gauss_seidel
- Gauss_Seidel numeric method
general_genetic
- 通用遗传算法类,遗传算法在设计时,因为不同的优化问题需要使用不同的评估函数,且遗传算法优化时,可能优化二进制的表达形式、也可能优化的是数值问题,导致遗传算法很能有一个通用的设计。采用本案中,通过使用代理函数public delegate double DelegateFunc(Vector x) 且允许用户自行设定优化问题的分类(数值优化还是二进制串型优化问题)。允许使用者自行定义评估函数,使遗传算法有了更大的通用性。-A general genetic algorithm,for numeri
Backpropagation-Neural-Network-v1.0
- This "classic" style of neural network is used for spontaneously generating an algorithm for the analysis of numeric patterns. The goal is to "teach" the network how to analyze a desired set of numeric inputs. For instance, the network might be taugh
BP
- matlab 用BP算法实现数字字符(0-9)识别-BP algorithm to achieve numeric characters (0-9) Identification
Naivebayes-classification
- 简单朴素贝叶斯 分类器,针对数值型和名称型属性的分类基本算法。-Simple bayesian classifier, in view of the numeric type and name attributes the classification of the basic algorithm.NaiveBayesSimple.java * Copyright (C) 1999 University of Waikato, Hamilton, New Zealand
BP
- 基于VC++的BP神经网络,用于识别数字字符,亲测可用。-VC++ based on BP neural network for identifying numeric characters, pro-test available.
Handwritten_numeric_recognition
- 基于keras深度学习框架的手写数字字符识别(Handwritten numeric character recognition based on keras depth learning framework)
figure_recognition
- 基于python3的利用神经网络进行的手写数字识别程序。(A handwritten numeric recognition program based on python3 based on Neural Network.)