搜索资源列表
eight8
- 用计算机搜索算法解8数码问题(也就是平时玩的拼图),内置2种算法,BFS和A*,是XJTU人工智能导论课的大作业。-Computer search algorithm for solving the problem of digital 8 (that is usually playing the puzzle), built-in two kinds of algorithms, BFS and A*, is the introduc
ArtificialIntelligence
- 人工智能导论课程算法编程作业的java实现-artificial intelligence courses algorithm to solve the java programming assignments
Strategy
- 人工智能导论课程大作业,四子棋策略dll文件源码。使用并实现了MCTS算法。每一步计算时间为4秒。-Assignmeng of Introduction to Artificial Intelligence, Connect4 game strategy dll sources. Use and implement MCTS algorithm. Every step of the calculation time is 4 secon
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.)