会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
宠辱不惊,天道酬勤
Livelong learning.
博客园
首页
新随笔
联系
订阅
管理
2017年11月24日
android notes
摘要: android elements 1. activity = what is on screen layout = look java = behaviour 2.
阅读全文
posted @ 2017-11-24 15:15 byshen
阅读(115)
评论(0)
推荐(0)
2017年5月2日
critique format
摘要: 1. a brief summary of the paper in 2 4 sentences 2. What problem does it try to solve? (2 4 sentences) 3. How does it advance the state of the art? (n
阅读全文
posted @ 2017-05-02 22:11 byshen
阅读(84)
评论(0)
推荐(0)
2017年4月27日
教程收集🙄
摘要: 教程类 "Scipy lecture notes" "Scala 课堂 twitter"
阅读全文
posted @ 2017-04-27 19:01 byshen
阅读(96)
评论(0)
推荐(0)
note from UW PL course
摘要: 31 function里面的参数实际上都是只有一个的,然后使用pattern matching来进行操作,这也是函数能够返回多个值的原理。 32 type inference 不适用pattern match的话就要specify参数的个数, patten match里面没有出现的参数可以是任何参数
阅读全文
posted @ 2017-04-27 15:40 byshen
阅读(225)
评论(0)
推荐(0)
2017年4月6日
GAN
摘要: 现在真的是什么火都一窝蜂似的去搞,感觉现在不搞GAN就不是做深度学习的了,虽然不喜欢但是还是要看一下然后划水的。。。 第一个paper就是始祖的那篇 "GAN" . Generative Adversarial Networks 原理大概是,有一个生成器G,通过接受一个噪音z,可以生成图片G(z)。
阅读全文
posted @ 2017-04-06 22:33 byshen
阅读(219)
评论(0)
推荐(0)
2017年4月4日
PhD Grind
摘要: 今天也算是完完整整的把Philp Guo写的这本大名鼎鼎的书给看完了, "pdf链接" 。下面是一些戳到痛处的笔记 读博做的事情如果以前已经有人做过了,就不算是学术研究了。 我不想成为老板手下最无能的那个人。 学术伴随着你所有的时间,你不能把工作留在办公室,回到家就能完全放松。 文章的撰写最少需要四
阅读全文
posted @ 2017-04-04 00:10 byshen
阅读(448)
评论(0)
推荐(0)
2017年4月2日
基本的数据处理方法
摘要: 填补NaN空缺 Imputer 数据正则化 Normalize, min_max, http://www.tuicool.com/articles/JzMjeyi 分割数据集 cross_validation & metrics AUC http://blog.csdn.net/u010414589
阅读全文
posted @ 2017-04-02 19:53 byshen
阅读(309)
评论(0)
推荐(0)
2017年3月30日
使用markdown在cnblogs上面写博客
摘要: 插入图片 突然发现cnblogs也是一个很好的图床。 插入代码 插入列表 第一条 第二条 第三条
阅读全文
posted @ 2017-03-30 17:02 byshen
阅读(278)
评论(0)
推荐(0)
2016年10月19日
好久不见
摘要: 无意中发现了以前的博客,csdn上面博客的访问量上面也接近10000了。 过去了这么久,学会了一些东西,也失去了很多。时光匆匆,逝去的日子也渐渐模糊。不如安安静静写几篇博客,也给自己的留下一些学习路上的印记。 Bingyu
阅读全文
posted @ 2016-10-19 14:24 byshen
阅读(115)
评论(0)
推荐(0)
2016年3月2日
useful links
摘要: 1. linux源更新对应 https://lug.ustc.edu.cn/repogen/
阅读全文
posted @ 2016-03-02 23:08 byshen
阅读(136)
评论(0)
推荐(0)
2016年1月28日
一个小python 爬虫
摘要: 数据传送分为POST和GET两种方式,两种方式区别? 最重要的区别是GET方式是直接以链接形式访问,链接中包含了所有的参数,当然如果包含了密码的话是一种不安全的选择,不过你可以直观地看到自己提交了什么内容。POST则不会在网址上显示所有的参数,不过如果你想直接查看提交了什么就不太方便了。
阅读全文
posted @ 2016-01-28 16:49 byshen
阅读(135)
评论(0)
推荐(0)
2015年12月20日
Agent admitted failure to sign using the key 问题 with ssh
摘要: 解決方式 使用 ssh-add 指令将私钥 加进来 (根据个人的密匙命名不同更改 id_rsa)# ssh-add ~/.ssh/id_rsa
阅读全文
posted @ 2015-12-20 11:54 byshen
阅读(140)
评论(0)
推荐(0)
2015年12月18日
P, NP, NPC, NP-hard
摘要: https://www.zybuluo.com/chanvee/note/12722
阅读全文
posted @ 2015-12-18 22:11 byshen
阅读(99)
评论(0)
推荐(0)
2015年12月8日
面试准备
摘要: 地址栏里面输入一个网址,会发生哪些事情? http://www.cnblogs.com/panxueji/archive/2013/05/12/3073924.html把公司里的pc全部换成Mac OS需要做哪些事情? 系统的常用操作不同 更改常用软件的版本,做好业务的转换快速打印1-100...
阅读全文
posted @ 2015-12-08 17:47 byshen
阅读(119)
评论(0)
推荐(0)
2015年12月7日
hbase1
摘要: http://blog.csdn.net/anhuidelinger/article/details/16989771import java.io.IOException; import java.util.HashMap; import org.apache.hadoop.conf.Con...
阅读全文
posted @ 2015-12-07 14:21 byshen
阅读(197)
评论(0)
推荐(0)
2015年11月21日
mitcmucbford
摘要: 不习惯坑队友,正式入web
阅读全文
posted @ 2015-11-21 23:12 byshen
阅读(114)
评论(0)
推荐(0)
2015年11月13日
打印树
摘要: 假设node的子节点都在children数组中。void print_ast(Node* ptr, int depth) { int i; int n = (depth - 1) * 2; for (i = 0; i 0) { putchar('|'); putchar('...
阅读全文
posted @ 2015-11-13 11:02 byshen
阅读(229)
评论(0)
推荐(0)
2015年11月5日
hadoop 倒排索引-分布式作业二
摘要: import java.io.IOException;import java.util.StringTokenizer;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import org.ap...
阅读全文
posted @ 2015-11-05 20:19 byshen
阅读(270)
评论(0)
推荐(0)
2015年11月4日
Django入门
摘要: 环境搭建
阅读全文
posted @ 2015-11-04 23:48 byshen
阅读(114)
评论(0)
推荐(0)
RCNN 研究相关
摘要: http://blog.csdn.net/hao529good/article/details/46544163Fast rcnn的bugfaster rcnn总结fast rcnn总结张李亮的博客写的博客总结的很好!
阅读全文
posted @ 2015-11-04 21:02 byshen
阅读(195)
评论(0)
推荐(0)
下一页
公告