摘要: 参考:牛顿法 https://zhuanlan.zhihu.com/p/22862479 微分:微分的概念是无线分割。y=f(x),当dx无限靠近自己的时候,函数在dx处的极限 叫做函数在dx处的微分。 求解最值的方法:一、线性回归中的梯度下降法Gradient Descent[随机梯度下降|批量梯 阅读全文
posted @ 2018-01-24 20:26 小七西西 阅读(181) 评论(0) 推荐(0)
摘要: -1- 指令 (1)文件目录类1> grep指令 http://www.cnblogs.com/Years4Nancy/p/8341810.html (2)系统管理类(3)网络管理类(4)硬件|监测|内核(5)Shell(6)开发等其他类 -2- os学习:leetcodeos刷题 1> 32位vs 阅读全文
posted @ 2018-01-24 15:23 小七西西 阅读(88) 评论(0) 推荐(0)
摘要: Linux指令查询网站:http://man.linuxde.net/ -1- grep 指令grep: global search regular expression(RE) and print out the line 全面搜索正则表达式并把行打印出来。pattern:grep [option 阅读全文
posted @ 2018-01-24 15:20 小七西西 阅读(111) 评论(0) 推荐(0)