- 博客(63)
- 收藏
- 关注
原创 NLP常见任务
https://www.cnblogs.com/databingo/p/10182663.html
2020-04-07 09:33:35
339
原创 编辑gazebo中的world
网址https://blog.csdn.net/wilylcyu/article/details/51754495
2020-03-24 23:34:57
2640
原创 matlab提供的ubuntu虚拟机安装ros
https://www.cnblogs.com/vcan123/p/11496923.html
2020-03-09 23:49:07
259
原创 python中的list和array的不同之处
python中的list是python的内置数据类型,list中的数据类不必相同的,而array的中的类型必须全部相同。在list中的数据类型保存的是数据的存放的地址,简单的说就是指针,并非数据,这样保存一个list就太麻烦了,例如list1=[1,2,3,‘a’]需要4个指针和四个数据,增加了存储和消耗cpu。numpy中封装的array有很强大的功能,里面存放的都是相同的数据类型...
2019-12-14 15:38:27
147
原创 VSD和LSI之间的关系
https://www.cnblogs.com/LeftNotEasy/archive/2011/01/19/svd-and-applications.html
2019-11-26 17:27:01
199
原创 决策树回归
https://blog.csdn.net/Albert201605/article/details/81865261
2019-11-04 14:54:24
167
原创 C++ 值传递、指针传递、引用传递详解
https://www.cnblogs.com/dingxiaoqiang/p/8012578.html
2019-11-01 18:57:27
129
原创 F_REGRESSION
https://blog.csdn.net/jetFlow/article/details/78884619
2019-10-29 14:45:12
1338
原创 边缘概率
网址:https://blog.csdn.net/liuweiyuxiang/article/details/89741195
2019-10-21 08:43:47
168
原创 functools.cmp_to_key(func)
网址:https://www.w3xue.com/exp/article/20191/18102.html
2019-10-16 00:13:09
382
原创 基于吉布斯采样的LDA主题模型
网址https://www.jianshu.com/p/f6e77ed945cb
2019-10-15 21:56:25
516
原创 sklearn中文版本
网址:https://sklearn.apachecn.org/docs/0.21.3/11.html
2019-10-08 11:27:32
177
原创 单元测试
网址:https://www.cnblogs.com/liyuanhong/articles/5306918.html
2019-10-07 11:47:09
104
原创 hash摘要(hashlib)
网址:https://blog.csdn.net/Star_SDK/article/details/80549139
2019-10-04 23:01:24
170
原创 base64
网址:https://blog.csdn.net/wzyaiwl/article/details/82971749
2019-10-04 22:10:13
171
原创 动态规划
网址:https://blog.csdn.net/wcandy001/article/details/79714010
2019-10-04 19:34:21
126
原创 八皇后问题
https://blog.csdn.net/weixin_40411446/article/details/80379952
2019-10-03 22:49:20
106
原创 繁体字转换为中文python
网址:https://blog.csdn.net/MianChaoDaHai1234567/article/details/89191007
2019-09-29 10:22:28
501
原创 进程与线程的一个简单解释
进程与线程的一个简单解释:http://www.ruanyifeng.com/blog/2013/04/processes_and_threads.html
2019-09-27 17:45:39
107
原创 python中class(object)
https://blog.csdn.net/yangwangnndd/article/details/89384389
2019-09-24 10:59:40
651
原创 类方法、实例方法、静态方法
网址:https://blog.csdn.net/weixin_45086637/article/details/92798125
2019-09-24 10:48:33
103
原创 Python内置的@property装饰器
https://www.liaoxuefeng.com/wiki/897692888725344/923030547069856
2019-09-23 17:50:11
98
原创 python单下划线和双下划线
https://blog.csdn.net/qq_37315403/article/details/81607016
2019-09-23 17:40:35
125
原创 ubuntu 16.04安装wx
直接运行命令行:pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 wxPython详情:https://www.jianshu.com/p/4b1c090e1a69
2019-09-19 08:28:44
318
原创 特征选择
https://www.cnblogs.com/stevenlk/p/6543628.html
2019-09-18 09:15:27
107
原创 pymongo安装及报错解决
网址:https://blog.csdn.net/qq_28418387/article/details/76481386
2019-09-06 11:35:39
442
原创 pyahocorasick介绍
网址:https://blog.csdn.net/pirage/article/details/51657178
2019-09-05 16:52:43
769
原创 viterbi算法
https://blog.csdn.net/sailist/article/details/83064985
2019-09-03 14:59:09
252
原创 python通过py2neo模块操作Neo4j图数据库
网址:https://www.jianshu.com/p/da84712ef62b
2019-08-28 10:49:03
555
原创 Operation received an exception:Status: 5, message: could not create a view primitive descriptor
将tensorflow版本(我原来是1,14)从1.13.1回退到1.13.1pip3 install tensorflow==1.13.1
2019-08-22 15:15:14
1912
原创 tf.nn.embedding_lookup函数的用法
https://www.cnblogs.com/gaofighting/p/9625868.html
2019-08-15 17:09:33
127
转载 基于知识图谱推理
基于知识图谱推理的关系推演:https://zhuanlan.zhihu.com/p/42340077
2019-08-14 20:59:52
2213
原创 知识图谱推理
链接:https://www.zhihu.com/question/287927659/answer/467111641KG上的推理依赖KG的表示。KG的表示目前有两种,一种是符号化的表示,就是把知识表示成RDF三元组形式,即(Subject,Predictor,Object),如(周杰伦,妻子,昆凌)(黄渤,导演作品,一出好戏);另一种是分布式的表示,就是把实体信息embedding到一个向量...
2019-08-14 17:32:41
516
转载 Trans系列
https://blog.csdn.net/wp_csdn/article/details/79607727
2019-08-11 16:31:40
430
转载 np.random.binomial
https://blog.csdn.net/lanchunhui/article/details/50172659
2019-08-06 11:31:16
286
原创 Python numpy函数:zeros()、ones()、empty()
网站:https://blog.csdn.net/qq_28618765/article/details/78085457
2019-08-05 10:36:53
264
原创 'module' object is not callable
q = queue()TypeError: ‘module’ object is not callable解决:queue引用错误把import queue变成from queue import Queue即可
2019-07-30 20:43:25
1220
转载 AttributeError: 'dict' object has no attribute 'iteritems'
网址:https://blog.csdn.net/qq_30638831/article/details/79928463
2019-07-30 20:19:13
328
转载 TypeError: 'dict_keys' object is not subscriptable
网址:https://blog.csdn.net/mlp750303040/article/details/79287177/
2019-07-30 20:18:03
453
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人