06 2019 档案
Python实现简单的梯度下降法
摘要:Python 实现简单的梯度下降法 机器学习算法常常可以归结为求解一个最优化问题,而梯度下降法就是求解最优化问题的一个方法。 梯度下降法(gradient descent)或最速下降法(steepest decent),是求解无约束最优化问题的一种最常用的方法。 梯度下降法实现简单,是一种迭代算法, 阅读全文
posted @ 2019-06-30 02:25 何雨龙 阅读(34852) 评论(3) 推荐(4)
加速Github访问
摘要:Github 仓库的数据传输很慢,甚至可能导致仓库拉取失败。例如: remote: Enumerating objects: 67, done. remote: Counting objects: 100% (67/67), done. remote: Compressing objects: 10 阅读全文
posted @ 2019-06-27 11:06 何雨龙 阅读(1449) 评论(0) 推荐(0)
CentOS7安装Pycharm
摘要:1. 进入官网:https://www.jetbrains.com/pycharm/2. 点击下载3. 直接安装:tar zxvf ***.tar.gz4. 建立软连接:sudo ln -s /your/path/pycharm-2019.1.3/bin/pycharm.sh /usr/bin/py 阅读全文
posted @ 2019-06-27 09:53 何雨龙 阅读(714) 评论(0) 推荐(0)
CentOS7安装Postman
摘要:1. 进入官网:https://www.getpostman.com/downloads/2. 点击下载3. 直接安装:tar zxvf ***.tar.gz4. 确认当前目录: 4. 建立软连接:sudo ln -s /home/hyl/下载/Postman/Postman /usr/bin/po 阅读全文
posted @ 2019-06-26 14:21 何雨龙 阅读(1847) 评论(0) 推荐(0)
CentOS7安装Chrome
摘要:1. 进入官网:https://www.google.cn/intl/zh-CN/chrome/2. 点击下载3. 直接安装:sudo yum localinstall google-chrome-stable_current_x86_64.rpm4. 开始菜单即可显示该应用 阅读全文
posted @ 2019-06-26 14:05 何雨龙 阅读(158) 评论(0) 推荐(0)