会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一扇窗
make something great ! 花苦功夫扎扎实实把每一个细节搞清楚!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
下一页
2018年10月6日
迭代法的理论基础
摘要: 在算法中经常要用到迭代法,不明白为什么不断迭代就可以逼近正确值,下面是百度文库比较好的一个解释文档 https://wenku.baidu.com/view/27b74067f8c75fbfc67db231.html?rec_flag=default&sxts=1538794322621
阅读全文
posted @ 2018-10-06 12:37 dgi
阅读(297)
评论(0)
推荐(0)
2018年9月28日
排列组合
摘要: 浅谈排列组合 https://blog.csdn.net/aloproking/article/details/54798777
阅读全文
posted @ 2018-09-28 20:35 dgi
阅读(115)
评论(0)
推荐(0)
DRCNN超分辨重建2016年
摘要: 论文疑点: Embedding层是怎么操作的? https://gshtime.github.io/2018/06/01/tensorflow-embedding-lookup-sparse/ 这篇文章解释的很好,就是把一个高维的特征,乘以一个矩阵,把维数降下来。尽量少的稀疏,方便表达。和PCA的作
阅读全文
posted @ 2018-09-28 15:20 dgi
阅读(1186)
评论(0)
推荐(0)
2018年9月26日
leetcode566. Reshape the Matrix
摘要: https://leetcode.com/problems/reshape-the-matrix/description/ 序号对行数整除,取整是所在行数。对行数求余,是所在列数。 自己的代码:1.不够简洁 ,有点累赘 2.compiler error,找不出原因,哈哈哈哈
阅读全文
posted @ 2018-09-26 13:27 dgi
阅读(189)
评论(0)
推荐(0)
2018年9月19日
CS231N assignment1
摘要: 用矩阵运算取代两次循环运算,大大减少运算时间。 核心的公式:https://blog.csdn.net/zhyh1435589631/article/details/54236643 https://blog.csdn.net/geekmanong/article/details/51524402
阅读全文
posted @ 2018-09-19 22:15 dgi
阅读(878)
评论(0)
推荐(0)
2018年9月16日
leetcode226. Invert Binary Tree
摘要: https://leetcode.com/problems/invert-binary-tree/description/ 使用了迭代 图解如下:
阅读全文
posted @ 2018-09-16 22:01 dgi
阅读(552)
评论(0)
推荐(0)
SRcnn:神经网络重建图片的开山之作
摘要: SRCNN的核心算法: 图解里面变量和卷积
阅读全文
posted @ 2018-09-16 10:39 dgi
阅读(890)
评论(1)
推荐(0)
2018年9月11日
YUV与RBG的装换公式
摘要: Y’ = 0.257*R' + 0.504*G' + 0.098*B' + 16 Cb' = -0.148*R' - 0.291*G' + 0.439*B' + 128 Cr' = 0.439*R' - 0.368*G' - 0.071*B' + 128 R' = 1.164*(Y’-16) + 1.596*(Cr'-128) G' = 1.164*(Y’-...
阅读全文
posted @ 2018-09-11 16:13 dgi
阅读(228)
评论(0)
推荐(0)
2018年9月4日
leetcode589. N-ary Tree Preorder Traversal
摘要: python 版: 看了,很久才看懂,因为太简洁,举一个小栗子会更好懂。 python关于构建树的数据结构:https://www.cnblogs.com/bjwu/p/9016566.html 自己写,反思疑问: 1.结点的容器定义,只有child的,没有左右节点,这个怎么确定是左边的叶子节点,还
阅读全文
posted @ 2018-09-04 22:21 dgi
阅读(954)
评论(0)
推荐(0)
2018年8月30日
sofar:机器学习检测十题
摘要: http://sofasofa.io/forum_main_post.php?postid=1001084 http://sofasofa.io/forum_main_post.php?postid=1000546 http://sofasofa.io/forum_main_post.php?pos
阅读全文
posted @ 2018-08-30 19:40 dgi
阅读(207)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
下一页
公告