11 2017 档案

CentOS6和CentOS7 一键更换内核,一键安装锐速
摘要:CentOS6和CentOS7 一键更换内核,一键安装锐速[lotServer] –方舟博客 https://www.zhangfangzhou.cn/lotserver.html I have applied this on my aliyun ECS ... 阅读全文

posted @ 2017-11-28 20:40 yusisc 阅读(43) 评论(0) 推荐(0) 编辑

程序猿必定会爱上的十款软件
摘要:程序猿必定会爱上的十款软件 https://news.html5.qq.com/share/2325592639145268518?ch=060000&docId=2325592639145268518&url=http%3A%2F%2Fmp.weixin.q... 阅读全文

posted @ 2017-11-24 09:29 yusisc 阅读(9) 评论(0) 推荐(0) 编辑

Argparse简易教程
摘要:from: https://blog.ixxoo.me/argparse.html 原文:Argparse Tutorial 译者:likebeta 本教程是对于Python标准库中推荐使用的命令行解析模块argparse的简单介绍。 PS:... 阅读全文

posted @ 2017-11-21 11:20 yusisc 阅读(46) 评论(0) 推荐(0) 编辑

Basic Tensorflow example
摘要:Basic Tensorflow example import tensorflow as tfa = tf.constant(20... 阅读全文

posted @ 2017-11-21 11:20 yusisc 阅读(16) 评论(0) 推荐(0) 编辑

python 命令行参数解析 argparse简单分析
摘要:from: python 命令行参数解析 argparse简单分析 - CSDN博客 http://blog.csdn.net/it_way/article/details/44815141 在python 2.7 后,不推荐使用 optparse, 而... 阅读全文

posted @ 2017-11-21 11:14 yusisc 阅读(47) 评论(0) 推荐(0) 编辑

数据标准化/归一化normalization
摘要:数据标准化/归一化normalization - 皮皮blog - CSDN博客 http://blog.csdn.net/pipisorry/article/details/52247379 http://blog.csdn.net/pipisorry... 阅读全文

posted @ 2017-11-21 11:14 yusisc 阅读(139) 评论(0) 推荐(0) 编辑

各种优化方法总结比较(sgd/momentum/Nesterov/adagrad/adadelta)
摘要:from: 各种优化方法总结比较(sgd/momentum/Nesterov/adagrad/adadelta) - CSDN博客 http://blog.csdn.net/luo123n/article/details/48239963 SGDAdaGr... 阅读全文

posted @ 2017-11-21 11:13 yusisc 阅读(31) 评论(0) 推荐(0) 编辑

python中调用 imread 报错: ImportError: cannot import name imread
摘要:python中调用 imread 报错: ImportError: cannot import name imread - xiao_lxl的专栏 - CSDN博客 http://blog.csdn.net/xiao_lxl/article/details/5... 阅读全文

posted @ 2017-11-21 11:13 yusisc 阅读(58) 评论(0) 推荐(0) 编辑

TensorFlow和Caffe、MXNet、Keras等其他深度学习框架的对比
摘要:TensorFlow和Caffe、MXNet、Keras等其他深度学习框架的对比 | 雷锋网 https://www.leiphone.com/news/201702/T5e31Y2ZpeG1ZtaN.html TensorFlow和Caffe、MXNe... 阅读全文

posted @ 2017-11-21 11:13 yusisc 阅读(65) 评论(0) 推荐(0) 编辑

范数与距离的关系以及在机器学习中的应用
摘要:范数与距离的关系以及在机器学习中的应用 - CSDN博客http://blog.csdn.net/kingzone_2008/article/details/150739871 范数向量的范数可以简单形象的理解为向量的长度,或者向量到零点的距离,或者相应的两个... 阅读全文

posted @ 2017-11-21 11:12 yusisc 阅读(69) 评论(0) 推荐(0) 编辑

Purpose Of Multiple Graphs In Tensorflow
摘要:why tensorflow designed to programming with multiple graphs IDsimp... 阅读全文

posted @ 2017-11-21 11:12 yusisc 阅读(14) 评论(0) 推荐(0) 编辑

How To Add Bookmark (mark) In Pycharm
摘要:When reading or editing a long code, you may want to add some bookmarks to the current file for locating it quickly later. Pycharm... 阅读全文

posted @ 2017-11-20 14:31 yusisc 阅读(24) 评论(0) 推荐(0) 编辑

convolution in tensorflow (tf.nn.conv)
摘要:Understanding convolution in tensorflow Points should be noticed ... 阅读全文

posted @ 2017-11-20 14:24 yusisc 阅读(22) 评论(0) 推荐(0) 编辑

pycharm的一些快捷键
摘要:[转]pycharm的一些快捷键 - seven_clear - 博客园 http://www.cnblogs.com/littleseven/p/5599019.html [转]pycharm的一些快捷键 忙了好一阵终于忙完了,最近在重构代码,... 阅读全文

posted @ 2017-11-20 14:23 yusisc 阅读(7) 评论(0) 推荐(0) 编辑

Sharing Your Computer's Internet Connection in Windows 10
摘要:Sharing Your Computer's Internet Connection | Windows 10 Tips and Tricks: Connecting to Networks and the Internet | InformIT http:... 阅读全文

posted @ 2017-11-20 14:22 yusisc 阅读(0) 评论(0) 推荐(0) 编辑

How to choose cross-entropy loss in tensorflow?
摘要:machine learning - How to choose cross-entropy loss in tensorflow? - Stack Overflow https://stackoverflow.com/questions/47034888/h... 阅读全文

posted @ 2017-11-20 14:21 yusisc 阅读(42) 评论(0) 推荐(0) 编辑

GIT BASH IN INTELLIJ IDEA 13 ON WINDOWS One of the top features of the recent release of IntelliJ ID
摘要:GIT BASH IN INTELLIJ IDEA 13 ON WINDOWS One of the top features of the recent release of IntelliJ IDEA 13 is definitively a b... 阅读全文

posted @ 2017-11-20 14:21 yusisc 阅读(23) 评论(0) 推荐(0) 编辑

Multithreading in Python
摘要:The package for multithreading The package threading is for multit... 阅读全文

posted @ 2017-11-20 14:20 yusisc 阅读(22) 评论(0) 推荐(0) 编辑

Python File Processing
摘要:Get your hand dirty title = 'aaa'with open('%s.txt' % (title,),'a'... 阅读全文

posted @ 2017-11-20 14:19 yusisc 阅读(36) 评论(0) 推荐(0) 编辑

Python Logging Module
摘要:Main stuff logger, handler, formatter. How it works ref: How Py... 阅读全文

posted @ 2017-11-20 14:18 yusisc 阅读(28) 评论(0) 推荐(0) 编辑

Win10下安装Tensorflow(GPU)+CUDA8.0+cudnn6
摘要:Win10下安装Tensorflow(GPU)+CUDA8.0+cudnn6 - TongXXhaha的博客 - CSDN博客 http://blog.csdn.net/tongxxhaha/article/details/75752047 之前... 阅读全文

posted @ 2017-11-20 14:06 yusisc 阅读(40) 评论(0) 推荐(0) 编辑

国内镜像
摘要:conda 清华大学开源软件镜像站 | Tsinghua Open Source Mirror https://mirror.tu... 阅读全文

posted @ 2017-11-14 20:41 yusisc 阅读(17) 评论(0) 推荐(0) 编辑

xfce in ubuntu
摘要:1 A new ubuntu 2 Change source to use tsinghua source reference pa... 阅读全文

posted @ 2017-11-14 14:47 yusisc 阅读(27) 评论(0) 推荐(0) 编辑

Linux List
摘要:remote control ssh at ubuntu ubuntu开启SSH服务远程登录 - CSDN博客 http://bl... 阅读全文

posted @ 2017-11-14 14:46 yusisc 阅读(18) 评论(0) 推荐(0) 编辑

Ubuntu中PPA源是什么
摘要:Ubuntu中PPA源是什么 - EasonJim - 博客园 https://www.cnblogs.com/EasonJim/p/7119331.html Ubuntu中PPA源是什么 以下内容转自https://imcn.me/ppa:... 阅读全文

posted @ 2017-11-14 12:58 yusisc 阅读(15) 评论(0) 推荐(0) 编辑

Ubuntu Customization
摘要:Theme How it looks like tool 1 unity-tweak-tool sudo apt-get inst... 阅读全文

posted @ 2017-11-12 14:44 yusisc 阅读(24) 评论(0) 推荐(0) 编辑

ubuntu multiple Simultaneous independent remote (desktop like ) connections
摘要:vnc - ubuntu 14.10 multiple Simultaneous independent remote (desktop like ) connections - Ask Ubuntu https://askubuntu.com/questio... 阅读全文

posted @ 2017-11-12 08:20 yusisc 阅读(28) 评论(0) 推荐(0) 编辑

VNC实现Windows远程访问Ubuntu 16.04(无需安装第三方桌面)
摘要:VNC实现Windows远程访问Ubuntu 16.04(无需安装第三方桌面) - 法号阿兴 - 博客园 https://www.cnblogs.com/xuliangxing/p/7642650.html VNC实现Windows远程访问Ubuntu 1... 阅读全文

posted @ 2017-11-12 08:19 yusisc 阅读(40) 评论(0) 推荐(0) 编辑

Wake Your Computer Up From Local Network
摘要:(10)使用Magic Packet进行网络唤醒(WOL)偶是小谢新浪博客 http://blog.sina.com.cn/s/b... 阅读全文

posted @ 2017-11-09 14:14 yusisc 阅读(21) 评论(0) 推荐(0) 编辑

share network connection on windows
摘要:Sharing Your Computer's Internet Connection | Windows 10 Tips and Tricks: Connecting to Networks and the Internet | InformIT http:... 阅读全文

posted @ 2017-11-04 16:35 yusisc 阅读(24) 评论(0) 推荐(0) 编辑

Ubuntu16.04下安装sublime text3并配置anaconda插件
摘要: 阅读全文

posted @ 2017-11-03 11:49 yusisc 阅读(10) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示