• Stars
    star
    194
  • Rank 199,039 (Top 4 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

比做算法的懂工程落地,比做工程的懂算法模型。

Paper Reading -- Deep Learning Infra

比做算法的懂工程落地,比做工程的懂算法模型。

  1. 编程: c++ / CUDA / 汇编 / python / Shell
  2. 算法: deep learning / CV / NLP etc,训练框架,推理部署
  3. 加速: AI compiler, 并行优化,profile 工具
  4. 工程: 硬件体系结构,OS & linux kernel, 分布式 & k8s 集群,存储

Awesome Online Tools

URL Brief Notes
https://en.wikichip.org/wiki/WikiChip 查各类芯片的架构 & spec
https://www.cpubenchmark.net 查芯片(CPU)的 benchmark, 算力(Ops/s)
https://www.videocardbenchmark.net 查显卡的 benchmark
https://godbolt.org/ 在线看 c++ 代码的汇编代码
https://quick-bench.com/ 在线测 c++ 代码的 benchmark
https://en.cppreference.com c++ 手册

AI compiler

传统 compiler

Deep Learning

大模型 & AIGC

AI 落地应用

算法相关

DL 框架

HPC - 高性能计算

Learning Maps

  • perf-tools-map: 性能调优的工具 & 工具使用文档
  • cpu 架构: todo
  • Learning CUDA: gpu 架构 & CUDA
  • 并行加速: todo (指令级并行,单独 topic?)

Good Readings

Tutorials with code

Engineering 工程化

Docker & K8S

Protobuf & gRPC

(文档)

(笔记)

编程语言

汇编

  • x86 汇编
  • MIPS 汇编

C++

Python & Shell

使用说明

powered by https://github.com/JackonYang/paper-pipe

Feishu Drive 下载已收集的论文 pdf,放在 paper-pdfs 目录下

More Repositories

1

captcha-tensorflow

Image Captcha Solving Using TensorFlow and CNN Model. Accuracy 90%+
Jupyter Notebook
992
star
2

money-maker-apps

我认为有赚钱能力的开源小程序、个人网站
JavaScript
891
star
3

maya

骂丫--对骂机器人。君子动口不动手,科技改变骂丫
Python
205
star
4

renren

人人网信息抓取与数据挖掘。social network analysis
Python
94
star
5

bookhub

eBook manager and sharing tools
Python
91
star
6

wechat-notification

通过微信公众号, 将通知信息推送至个人微信. 无需认证公众号, 可群发.
Python
58
star
7

personalization-vocabulary

根据个人的英语水平、兴趣和经常阅读的文章, 自动创建一个自定义的生词库,供背单词使用。
Python
33
star
8

distributed-vertical-crawlers

分布式垂直爬虫框架 & 爬虫们
Python
15
star
9

pages

一个月黑风不高的夜晚,接到一单外包。通宵写了这 270 行代码,赚了 1 万。
HTML
14
star
10

porn-hot-classification

Tensorflow 版本的图片鉴黄。not suitable/safe for work (NSFW) images detection using Tensorflow
Jupyter Notebook
13
star
11

football

足彩爬虫与数据分析
Python
12
star
12

dianping-crawler

大众点评网爬虫
HTML
10
star
13

hands-on-deep-learning-using-tensorflow-2.0

重读 CNN 网络的经典论文,并用 tensorflow 2.0 手撸一遍经典模型,感受一下实测数据
Jupyter Notebook
9
star
14

wechat-broker-bot

微信消息转发器
Python
7
star
15

mcm_latex_template

美赛数学建模论文 latex 模板 2010年 H 奖
6
star
16

django2-python3-docker-tmpl

Python3 & Django2 web 项目通用模板。docker & 微服务部署
Python
6
star
17

parenting

育儿的图书、文章、攻略和一页纸计划
5
star
18

ansible-playbooks

管理个人开发环境、服务器资源的 playbook 们
Shell
5
star
19

topology

树形结构展示网络拓扑图
JavaScript
5
star
20

projects-in-one

我的独立项目,都在这里。
JavaScript
5
star
21

media-of-lean-read

lean-read media与数据库备份
Shell
5
star
22

PerfTrack

linux 性能监控与图像显示。启动、关闭 sar 监控系统运行状态,并将性能运行信息写入文件; 显示滤波后的性能曲线;清理数据文件。
Python
5
star
23

interview-questions

HTML
2
star
24

vimrc

vim 配置备份
C++
2
star
25

shadowsocks-proxychains4-openvpn

文章最早发在知乎上,被和谐了。在这里做个备份
2
star
26

reading-more-books

我的读书笔记
2
star
27

score-now

实时比分与赔率信息
JavaScript
1
star
28

lottery-article-writer

rubbish
Python
1
star
29

dataset-repo

collection of datasets for deep learning
Python
1
star
30

compile_latex

latex 自动编译脚本
Shell
1
star
31

public-wechat-proxy

微信公众号消息 proxy
Python
1
star
32

iTableOcr

基于深度学习的 Table 信息提取框架
Python
1
star
33

paper-pipe

科技论文的下载、数据清洗与信息提取,试着碰撞一下好玩的思路💥
Python
1
star