愚人码头
Leetcode-盛水最多的容器(medium) Leetcode-盛水最多的容器(medium)
Problem descriptionGiven n non-negative integers a1, a2, …, an , where each represents a point at coordinate (i, ai). n
2020-04-18
Leetcode-回文数(easy) Leetcode-回文数(easy)
Problem descriptionDetermine whether an integer is a palindrome. An integer is a palindrome when it reads the same backw
2020-04-16
cnn训练恶评区分模型 cnn训练恶评区分模型
训练集 数据集包含大量来自wikipedia的恶评,并且被分类为以下6个标签: toxicsevere_toxicobscenethreatinsultidentity_hate创建一个模型来预测每个恶评在每种标签的可能性。
2019-11-15
Word2Vec Word2Vec
Word2Vec是使用浅层神经网络学习词嵌入的最流行技术之一。它是由Tomas Mikolov于2013年在Google上开发的。 当使用one-hot 编码并将其可视化时,将其想象为一个多维空间,其中每个单词占据一个维,而与其余单
2019-11-03
使用Dijkstra算法,MPI并行编程解决全源最短路径问题(All-Pairs Shortest Paths Problem) 使用Dijkstra算法,MPI并行编程解决全源最短路径问题(All-Pairs Shortest Paths Problem)
该项目的目标是设计并行算法,并使用Dijkstra算法来解决全源最短路径问题(All-Pairs Shortest Paths Problem) 。 Dijkstra算法mpi 全源最短路径问题: 确定给定图中每对顶点之间
2019-10-24
使用ardunio nano 开发自动小船 使用ardunio nano 开发自动小船
功能 通过指南针模块反馈保持直行碰到障碍物时掉头掉头后保持直行返回到起始点 器件清单 Arduino Nano x 1; Boat cover x 1; Battery case x 1; 1.5v Battery x
2019-10-13
slitherlink puzzle game slitherlink puzzle game
slitherlink slitherlink game: 数回:游戏由0,1,2,3四个数字组成。每一个数字,代表四周划线的数目,并在最后成为一个不间断 、不分岔的回路。 把点与点以直线和横线相连,使之成为一个回路,且只能有
2019-05-15
蚁群算法在旅行商问题的应用 蚁群算法在旅行商问题的应用
Applying Ant Colony Optimisation to the Travelling Salesman Problem problem description 旅行推销员问题:如果旅行推销员希望精确访问一次m个城市
2018-10-20
4 / 4