搜索资源列表
knn
- 人工智能导论课作业,水杯图片的分类,knn方法实现(Homework of AI. classify images of cups and bottles. Using knn)
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.)
softmax
- 人工智能导论作业,用softmax方法实现的水杯图片分类,可扩展到其他分类任务(Homework of AI. Classify images of cups using softmax. Can be used in other tasks.)