938664978
938664978
全部文章
AI
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的博客
全部文章
/ AI
(共18篇)
[note][reinforcement-learning] (0) using reinforcement to solve frozen-lake
using reinforcement to solve frozen-lake we will use GYM library to solve frozen-lake problem. GYM provides an easy way to experiment with agents in...
2020-07-13
0
861
Detection Spam Emails
There are many emails downloaded from Internet. The emails are labeled with spam or ham. This article will demonstrate the theory of Naive Bayes Fil...
2020-07-13
0
399
Detection Green Balls
Detection Green Balls In the following pictures, a green ball is photographed. Detection the green ball is our mission. ...............................
2020-07-13
0
505
[tensorflow]TypeError: Fetch argument .+ has invalid type
TypeError: Fetch argument ~ has invalid type, must be a string or Tensor. (Can not convert a float32 into a Tensor or Operation.) 今天,调试tensorflow的时候,...
2020-07-13
0
518
在tensorflow中保存模型参数
想要保存训练之后得到的神经网络参数,一般有两种办法。 第一种,可以将tensor对象转换为numpy数组进行保存。 即, numpy.savetxt( 'weight.txt', weight.eval()) 第二种,是利用tensorflow自带的Saver对象。 ...
2020-07-13
0
523
[tensorflow] feed_dict 传入序列
当前, tensorflow(1.0)还不是很人性化。 在session中传入序列参数到图模型中并不是很方便。 所以,现在只能将序列中每一个元素对应的tensor和实际值对应写入dict进行传送。 比如, 定义图时,把将填入的tensor,先用placeholder占位: ...
2020-07-13
0
465
无bug版本的生物信息学c++工具包 BALL 1.1.1
BALL BALL project 1.1.1 bugs-free version 下载链接: 点击 我修改了下源码可以直接编译成功了。 现在的版本就是可正常编译的版本。 当然,版权归BALL-Project 团队所有。 Welcome to BALL-1.1.1 Thi...
2020-07-13
0
425
tensorflow 中对数组元素的操作
上个月没咋写文章。 这个月开始,多进行进行总结分享。 tensorflow中对tensor对象进行像numpy数组一样便捷的操作是不可能的, 至少对1.2以及之前的版本而言。 从issue上看到,有不少人希望tensorflow能及早实现这些操作,但近期来看是不太可能了。 但是,这样...
2020-07-13
0
413
首页
上一页
1
2
下一页
末页