【阅读材料精选 From-to-Date:2019.11.07~2019.12.31】

【阅读材料精选 From-to-Date:2019.11.07~2019.12.31】
重点内容
【中国爬虫违法违规案例汇总】
github:https://github.com/HiddenStrawberry/Crawler_Illegal_Cases_In_China

【用GNN做表格区域识别】
github:https://github.com/shahrukhqasim/TIES-2.0
paper:https://arxiv.org/pdf/1905.13391.pdf
注:作者使用GNN来做table recognition任务,思路比较新颖

【YOLO3的通道剪枝/层剪枝压缩】
github:https://github.com/tanluren/yolov3-channel-and-layer-pruning

【汉字字符特征提取器(featurizer)】
github:https://github.com/howl-anderson/hanzi_char_featurizer
注:可以看看能不能作为字的特征添加到模型训练当中

【常用正则大全】
web:https://any86.github.io/any-rule/
github:https://github.com/any86/any-rule

【ICDAR 2019深入学习OCR、文档分析、文本识别和语言建模教程】
github:https://github.com/tmbdev/icdar2019-tutorial

【PyTorch edit-distance functions】
github:https://github.com/1ytic/pytorch-edit-distance
注:看说明发现作者使用了编辑距离掺和到了训练当中,为何要如此使用呢?

【为何在attention模型上adam效果比sgd更好?】
paper:https://arxiv.org/pdf/1912.03194.pdf

【编辑距离目标函数相关文献列表】
github:https://github.com/1ytic/edit-distance-papers

【用解耦注意网络做文本识别】
github:https://github.com/Wang-Tianwei/Decoupled-attention-network
注:阅读后发现这个方法在处理长字符串文本图片和手写图片上有优势,但是如果有字符状的干扰mask在的话,这个DAN的机制会倾向于把它表达出来。建议尝试一下。

【文本检测(CRAFT)中的字符区域检测的实现,并带有训练代码】
github:https://github.com/brooklyn1900/CRAFT_pytorch

【pytorch并行加速方法的对比和对应实践】
github:https://github.com/tczhangzhi/pytorch-distributed

【算法种类总结归纳图】
web:https://static.coggle.it/diagram/WHeBqDIrJRk-kDDY/t/categories-of-algorithms-non-exhaustive
在这里插入图片描述
图像处理

模型安全与加密
【AI-for-Security-Learning - 安全场景、基于AI的安全算法和安全数据分析学习资料整理】
github:https://github.com/404notf0und/AI-for-Security-Learning
在这里插入图片描述
NLP
【PyTorch深度学习NLP教程】
github:https://github.com/scoutbee/pytorch-nlp-notebooks

【中文语言理解测评基准的Python工具包,快速测评代表性数据集、基准(预训练)模型,并针对自己的数据选择合适的基准(预训练)模型进行快速应用】
github:https://github.com/CLUEbenchmark/PyCLUE

网络课堂
【计算机知识库整理】
github:https://github.com/404notf0und/Always-Learning#%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD

【系统设计与构架(含中文版)】
github:https://github.com/puncsky/system-design-and-architecture

【按问题类型整理的 Leetcode 题解】
github:https://github.com/xiaoylu/leetcode_category

【旷视腾讯合作推出的深度学习课程】
github:https://github.com/zsc/megvii-pku-dl-course

【leetcode 题解】
github:https://github.com/ShusenTang/LeetCode

【[译] Google Interview University 一套完整的学习手册帮助自己准备 Google 的面试】
github:https://github.com/xitu/google-interview-university/blob/zh-hans/translations/README-cn.md

文献

模型相关

数据集
【QQ音乐爬虫(with scrapy)/QQ Music Spider】
github:https://github.com/yangjianxin1/QQMusicSpider

拓展阅读
【游戏程序员生涯的读书笔记合辑,涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容】
github:https://github.com/QianMo/Game-Programmer-Study-Notes

【关于机器学习、计算机视觉和工程技术的总结和分享】
github:https://github.com/Captain1986/CaptainBlackboard

【2019腾讯广告算法大赛完整代码(冠军)】
github:https://github.com/bettenW/Tencent2019_Finals_Rank1st

【用单张动漫头像生成动画,可指定姿态或从真人示范视频迁移】
web:https://pkhungurn.github.io/talking-head-anime/

【程序内容生成:从自动生成游戏关卡到提高机器学习的通用性】
paper:https://www.arxiv-vanity.com/papers/1911.13071/

【行业内关于智能客服、聊天机器人的应用和架构、算法分享和介绍】
github:https://github.com/lizhe2004/chatbot-list

待尝试
【PyTorch图像恢复/去噪工具箱】
github:https://github.com/cszn/KAIR

【图像/视频去噪算法资源集锦】
github:https://github.com/z-bingo/awesome-image-denoising-state-of-the-art

【PyTorch实现的深度模型压缩】
github:https://github.com/666DZY666/model-compression

【模型压缩】
github:https://github.com/csyhhu/Awesome-Deep-Neural-Network-Compression

【神经网络“声控人偶”:音频驱动面部重现——给任一段语音,合成逼真自然的特定人发言视频】
weibo:https://weibo.com/1402400261/IkUbDqpce?type=repost
paper:https://www.arxiv-vanity.com/papers/1912.05566/

【将训练数据快速便捷地加载到深度学习框架】
github:https://github.com/NVlabs/tensorcom

【金山WPS:用TensorFlow做文档图像整形】
web:https://blog.tensorflow.org/2019/12/kingsoft-wps-document-image-dewarping.html

以上内容摘自新浪微博:@爱可可-爱生活
https://weibo.com/fly51fly?refer_flag=1005055010_&is

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值