资源列表
edison_binary
- 关于均值漂移的程序,该代码为编译好的程序,可以直接看图像分割效果!-Mean Shift on the procedures, the code compiled procedures, can look directly image segmentation results!
Adaboostsorting
- 关于人工智能中的Adaboost分类算法演示.-On Artificial Intelligence in Adaboost classification algorithm demo.
NLPLibSVM
- 支持向量机的JAVA实现..........(SVM)
GAPPT
- 遗传算法的PPT,讲解得非常好,内容很细很全,值得推荐!-GA PPT, explained very well, the content is all very fine, it is recommended!
lakeast-v1.0
- GA和PSO融合的源码,多个示例,设计模式重构-Integration of GA and PSO source, multiple examples, design patterns reconstruction
anfis-93
- Adaptive Neuro-Fuzzy Inference System
anfisExample_book-
- 这个是我看文献做的一个anfis(自适应神经网络模糊推理系统)的一个例子,已经表明注释,很容易上手-This is a code for anfis(Adaptive network-based fuzzy inference system),when you looke ie you can got it!
restaurantmanagement
- 一个小的类似餐馆消费的C语言小程序,对初学c语言的人会有所帮助。-Consumption of a small restaurant like a small program in C language, c language for beginners who will help.
question5
- 通过fisher进行降维,然后通过最近邻进行分类。fisher通过两种不同方式进行降维。-using fisher to decrease the dimension of feature. then use k nearest to classifycation.
map
- c++操作谷歌地图,有接口,简单实现功能,添加标记和路线等-c++ operating Google Maps, there are interface, simple implementation function, add tags and routes
利用Olami SDK 实现语音控制计算器(iOS)
- Olami Calculator是一款在键盘输入算式的普通计算器的基础上,增加了支持语音控制输入算式输出结果的人工智能计算器。此外还增加了多种动画效果,计算结果提示音功能,多元化主题换肤功能,以及保存计算公式,侧滑栏查看收藏记录等功能。网上也有许多语音计算器,但是打开看,只是添加了按钮提示音等,并不能识别我们对着计算器说的内容,而Olami Calculator可以实现不用手动敲击键盘,只需要把想知道结果的算式对着语音计算器说出来,例如三加四乘五、清空等,然后Olami会根据自己的一套语音识别系
sp-1.4
- 人工智能的一个重要方法,随机SAT问题,即一种复杂的组合优化方法,算法清晰,简单,易懂,但涉及较深的数学知识,(该源码基于linux平台的C程序)