938664978
938664978
全部文章
分类
AI(18)
algorithm(18)
C(6)
computer-vision(15)
cuda(2)
database(1)
fortran(1)
hardware(3)
java(1)
leetcode(39)
MathModeling(19)
matlab(5)
other(8)
python(68)
robotics(13)
web-development(4)
未归档(5)
归档
标签
去牛客网
登录
/
注册
938664978的博客
全部文章
(共226篇)
Common motion planning algorithms 常用机器人运动规划算法
Common motion planning algorithms 1.Configuration space search Every point in configuration space represents a work state. ...
2020-07-13
0
606
[pySpark][note]Linear Regression
Linear Regression Lab This lab covers a common supervised learning pipeline, using a subset of the Million Song Dataset from the UCI Machine Learning...
2020-07-13
0
426
[pySpark][note]Click-Through Rate Prediction
Click-Through Rate Prediction Lab This lab covers the steps for creating a click-through rate (CTR) prediction pipeline. You will work with the Crite...
2020-07-13
0
479
[computational probability]1 probability and inference
probability and inference 1 probability space and events Two Ingredients to Modeling Uncertainty When we think of an uncertain world, we will alway...
2020-07-13
0
561
白宫对未来人工智能的规划报告
The Administration’s Report on the Future of Artificial Intelligence Summary: A new report from the Administration focuses on the opportunities, cons...
2020-07-13
0
777
examples - visualizing time series data and geographic data using python
In [1]: import pandas as pd In [2]: ...
2020-07-13
0
1119
[visualization]nextworkx_example - graphic data visualization
buid and modify graph import networkx as nx graph = nx.Graph() graph.add_node(1) graph.add_nodes_from(range(2,4)) graph.add_nodes_from(['u','v'])...
2020-07-13
0
514
[CompStat][计算统计][0]sharpen your tools
IPython IPython (交互式python命令行工具)是一种增强型python shell软件。 它给用户提供了更具鲁棒性和效率性的开发环境。 其中,它的几个关键特性与标准python shell不同。 命令历史 ipython中,你所有的输入输出都会被保存(这比标准python ...
2020-07-13
0
522
temp images
1 9 The markdown editor is too ugly to use. But hosting images is right for it. ipv6-reset.bat ipconfig /release6...
2020-07-13
0
540
[leetcode][401]. Binary Watch
下课了,做道简单题。 A binary watch has 4 LEDs on the top which represent the hours (0-11), and the 6 LEDs on the bottom represent the minutes (0-59). Each ...
2020-07-13
0
459
首页
上一页
11
12
13
14
15
16
17
18
19
20
下一页
末页