一些杂乱的记录,方便以后查找
映射远端的端口到本地
ssh -L本地端口:服务器端口 [server ip]
,如下
ssh -L7777:gpu1:6006 [email protected]
教程 | 使用 PyCharm 连接服务器进行远程开发和调试
https://www.jianshu.com/p/4b3749f159f7
GloVe详解
http://www.fanyeong.com/2018/02/19/glove-in-detail/
Deep Learning解读
https://mp.weixin.qq.com/s?__biz=MjM5ODU3OTIyOA==&mid=503183187&idx=1&sn=cf18a77ef1249b589c89e23e0ddcae9e&scene=19#wechat_redirect
CS231n跟学
https://zhuanlan.zhihu.com/p/32165417
反向传播算法(过程及公式推导)
https://blog.csdn.net/u014313009/article/details/51039334
卷积神经网络CNN的反向传播原理
https://blog.csdn.net/qq_16137569/article/details/81477906
动手学深度学习第十三课:正向传播、反向传播和通过时间反向传播
https://www.bilibili.com/video/av17532288
论文跟读
https://zhuanlan.zhihu.com/p/30900244
如何理解矩阵特征值和特征向量?
https://www.matongxue.com/madocs/228.html
XGboost: A Scalable Tree Boosting System论文及源码导读
http://mlnote.com/2016/10/05/a-guide-to-xgboost-A-Scalable-Tree-Boosting-System/
cenos6.5安装与配置mysql
https://blog.csdn.net/u014270740/article/details/54933529
Centos查看端口占用情况和开启端口命令
https://www.jiloc.com/42062.html
一篇搞定Python正则表达式
https://www.cnblogs.com/greatfish/p/7572131.html
正则表达式30分钟入门教程
https://deerchao.net/tutorials/regex/regex.htm
Keras 控制多GPU命令
CUDA_VISIBLE_DEVICES=0,2 python yourCode.py
(没用!需要调用keras.utils.multi_gpu_model
)
TensorFlow 程序结束掉GPU显存没有释放的问题
查看PID:watch -n 1 nvidia-smi
关进程:sudo kill -9 PID
轨迹数据挖掘
https://www.microsoft.com/en-us/research/project/trajectory-data-mining/
AI工程师手册
http://huaxiaozhuan.com/
LSTM学习笔记
https://jiaxuncai.github.io/2016/10/14/LSTM%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/#more
LSTM讲解
https://www.bilibili.com/video/av18569005?from=search&seid=12444191306287873587
了解回归模型的度量标准
https://blog.csdn.net/CoderPai/article/details/84205276
我搭的神经网络不work该怎么办!看看这11条新手最容易犯的错误
https://zhuanlan.zhihu.com/p/29247151
CNN中千奇百怪的卷积方式大汇总
https://zhuanlan.zhihu.com/p/29367273
Matplotlib画各种论文图
https://blog.csdn.net/bskfnvjtlyzmv867/article/details/80352891
svm loss
https://blog.csdn.net/alexxie1996/article/details/79184596
Momenta详解ImageNet 2017夺冠架构SENet
http://www.sohu.com/a/161633191_465975
DenseNet 简介
https://blog.csdn.net/bryan__/article/details/77337109
英文文献写作
https://www.grammarly.com/
latax
https://www.overleaf.com
风格
http://deic.uab.es/~iblanes/beamer_gallery/individual/default-seahorse-default.html
latex templates
https://www.sharelatex.com/templates/
- 首行不缩进
\noindent
【计算机视觉算法岗面经】“吐血”整理:2019秋招资料
https://blog.csdn.net/liuxiao214/article/details/83043170
最近邻与双线性插值
https://www.youtube.com/watch?v=-aO0PYhtGtU
特征提取LBP, HoG, Haar
边缘检测Sobel, LoG, Canny
Hough 变换
https://www.zhihu.com/question/35268803/answer/82100453 原理
https://www.cnblogs.com/AndyJee/p/3805594.html 累加器
Why MobileNet and Its Variants (e.g. ShuffleNet) Are Fast
https://medium.com/@yu4u/why-mobilenet-and-its-variants-e-g-shufflenet-are-fast-1c7048b9618d
绿皮书——iOS导出微信聊天记录,并用python制作词云
https://blog.csdn.net/wangguan9527/article/details/88656538
ps: MD5在线加密微信好友号是原始的号,修改过的不算(可以自定义一次),这个时候可以用楼月微信聊天记录导出恢复助手
免费查看即可,最后生成词云可以用https://wordart.com/
,可选背景透明
科研提高效率的小程序
图像转LaTeX公式 https://mathpix.com/
Excel表格转换成LaTeX代码 https://ctan.org/tex-archive/support/excel2latex
截图并悬浮pin在屏幕上 https://www.snipaste.com/
复制pdf自动取消换行 https://github.com/JayShaun/Zstrip
image2ascii https://www.fontke.com/tool/image2ascii/
多分类下的ROC曲线和AUC
https://blog.csdn.net/xyz1584172808/article/details/81839230
Deep face recognition: a survey
https://www.cnblogs.com/shouhuxianjian/p/9789243.html