个人笔记(资源地址收藏)

pip使用国内进行进行快速下载:
命令:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple XXX(包名)
地址有:
清华:https://pypi.tuna.tsinghua.edu.cn/simple(比较常用,亲测速度很快)
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/

基于强边缘有效性统计的图像清晰度评价:
https://blog.csdn.net/weixin_38912070/article/details/93857044。

图像质量评估:BRISQUE:
https://blog.csdn.net/ouxiaoyang5/article/details/89017473

图像配准算法大总结:
https://blog.csdn.net/gaoyu1253401563/article/details/80631601

CVPR文章网址:
https://arxiv.org/search/csquery=&searchtype=all&abstracts=show&order=-announced_date_first&size=50

MFC视频资源:
https://www.bilibili.com/video/av44224731?p=2

模式识别与机器学习》 简称 PRML 开源了
https://blog.csdn.net/freewebsys/article/details/84847904

神经网络方向传播过程推导公式:
https://blog.csdn.net/qq_29762941/article/details/80343185

吴恩达机器学习笔记:
https://blog.csdn.net/m511655654/article/details/81502254

【中文】【deplearning.ai】【吴恩达课后作业目录】:
https://blog.csdn.net/u013733326/article/details/79827273

《DeepLearning.ai 深度学习笔记》发布,黄海广博士整理:
https://www.jianshu.com/p/bb95d8506d09?utm_campaign=hugo&utm_medium=reader_share&utm_content=note

deplearning.ai视频
https://study.163.com/provider/2001053000/course.htm

超分辨率技术:
https://blog.csdn.net/Gavinmiaoc/article/details/80016051

GAN(生成对抗网络)和IQA(图像质量评价能擦出什么样的火花呢?):
https://blog.csdn.net/yjbkaoyan/article/details/80450477
SRGAN网络:
https://blog.csdn.net/Gavinmiaoc/article/details/80016051
tensorflow代码:
https://github.com/brade31919/SRGAN-tensorflow
ESRGAN网络:
https://blog.csdn.net/weixin_43840215/article/details/89785081
WGAN:
https://zhuanlan.zhihu.com/p/25071913
使用GAN生成mnist数据集:
https://blog.csdn.net/weixin_42111770/article/details/81449449

tensorflow学习资源:
csdn博客讲解
https://blog.csdn.net/lengguoxing/article/details/78456279
谷歌官方资源
https://tensorflow.google.cn/tutorials/quickstart/advanced

发布了15 篇原创文章 · 获赞 4 · 访问量 860

猜你喜欢

转载自blog.csdn.net/weixin_43319685/article/details/103179417