2020年5月29日
摘要: Rectified linear unit 在神经网络中,常用到的激活函数有sigmoid函数f(x)=11+exp(−x)、双曲正切函数f(x)=tanh(x),今天要说的是另外一种activation function,rectified linear function,f(x)=max(0,x 阅读全文
posted @ 2020-05-29 10:19 sunxing007 阅读(359) 评论(0) 推荐(0) 编辑
2019年3月19日
摘要: ES2015(又称ES6)部分1 let/const以及块作用域;2 循环语句 3 箭头函数 4 字符串模板 5 对象字面量省略语法 6 解构 7 函数默认参数 8 数组展开 9 Set和Map数据结构 10 类定义语法, 可带构造函数 11 Promise 12 模块化导入 13 模块导出 13 阅读全文
posted @ 2019-03-19 10:58 sunxing007 阅读(133) 评论(0) 推荐(0) 编辑
2016年3月31日
摘要: 我是一个线程, 我一出生就被编了个号: 0x3704, 然后被领到一个昏暗的屋子里, 这里我发现了很多和我一模一样的同伴。 我身边的同伴0x6900 待的时间比较长, 他带着沧桑的口气对我说: 我们线程的宿命就是处理包裹。 把包裹处理完以后还得马上回到这里,否则可能永远回不来了。 我一脸懵懂,包裹, 阅读全文
posted @ 2016-03-31 22:08 sunxing007 阅读(201) 评论(0) 推荐(0) 编辑
2016年3月3日
摘要: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter org.springframework.http.converter.json.MappingJacksonHttpMessageConverter 阅读全文
posted @ 2016-03-03 15:00 sunxing007 阅读(108) 评论(0) 推荐(0) 编辑
2016年2月4日
摘要: /* _ooOoo_ o8888888o 88" . "88 (| -_- |) O\ = /O ____/`---'\____ .' \\| |// `. / \\||| : |||// \ / _||||| -:- |||||- \ | | \\\ - /// | | | \_| ''\---/ 阅读全文
posted @ 2016-02-04 15:11 sunxing007 阅读(158) 评论(0) 推荐(0) 编辑
2015年12月6日
摘要: Eclipse SVN忽略一些文件夹:Windows -> Preferences -> Team -> Ignored Resources里点 “Add Pattern”,然后把 target 等等东西一个一个输入就可以了,这样貌似可以一劳永逸。。。 阅读全文
posted @ 2015-12-06 20:22 sunxing007 阅读(129) 评论(0) 推荐(0) 编辑