搜索资源列表
NeuralNetwork
- 该资源是神经网络算法。 ProduceTestFile.jar和src\produce目录下的ProduceTestFile.java用于在画图文件中手写字生成文件后转化成txt文件(生成BPTestFile.txt),注意在画图文件中应将图片大小设为长和宽均为100像素,写字时选择最粗的刷子。 两个txt分别是训练数据和测试数据。读入BPTrainingFile.txt中的样本进行训练,然后用BPTestFile.txt中的样本进行测试。-This resource is neural
mlp
- 人工智能导论作业,用mlp方法实现的水杯图片分类,生成loss的下降趋势图(Homework of AI. Using MLP to classify images of cups and bottles, and plot loss of the training process.)
svm
- 人工智能导论作业,用SVM方法实现的水杯图片分类,并生成loss的下降趋势图(Homework of AI. Using SVM to classify images of cups and bottles.)