Skip to content

Commit 1d8938d

Browse files
LinLin
authored andcommitted
Merge branch 'main' of https://github.com/Justjustifyjudge/CSBasicKnowledge into linyifan_branch
2 parents 991c539 + 5c1d21a commit 1d8938d

23 files changed

Lines changed: 192 additions & 53 deletions

src/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
- [Writing](./writing/writing.md)
3636
- [CV & Resume](./writing/resume.md)
3737
- [LaTeX & Markdown](./writing/latex.md)
38-
- [Beamer tutorial]()
3938
- [Typst](./writing/typst.md)
4039
- [实用工具](./useful/useful.md)
4140
- [Linux](./useful/linux.md)

src/ac/academic.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Academic常用知识
2+
## 论文写作
3+
- [learning_research](https://github.com/pengsida/learning_research): 科研经验总结
4+
- [English-Writing](https://github.com/yzy1996/English-Writing/tree/main): Enhance Your English Writing for Science Research 写论文英语素材
5+
- [ML Visuals](https://github.com/dair-ai/ml-visuals): 🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
26

3-
- 谷歌学术:Google Scholar [[en](https://scholar.google.com)]
7+
## 常用工具
8+
- [Google Scholar](https://scholar.google.com):谷歌学术
49
- 计算机科学文献数据库:DBLP [[en](https://dblp.org/)]
510
- SCI期刊查询和scihub各种科研导航: [[Page](https://www.ablesci.com/journal )]
611
- ACM数字图书馆:ACM Digital Library [[en](https://dl.acm.org/)]
@@ -11,7 +16,7 @@
1116
- 中国计算机学会(CCF)推荐国际学术会议和期刊目录(2022版)[[pdf](https://github.com/CS-BAOYAN/CSBasicKnowledge/blob/main/CCF_Recommended_List.pdf)]
1217
- CCF会议投稿截止时间汇总:[[zh-cn](https://ccfddl.github.io/)]
1318
- CCFrank: 在相关网站的搜索结果中显示 CCF 评级的浏览器插件 \[[Github](https://github.com/WenyanLiu/CCFrank4dblp)\] \[[Chrome](https://chrome.google.com/webstore/detail/ccfrank/pfcajmbenomfbjnbjhgbnbdjmiklnkie)\] \[[Edge](https://microsoftedge.microsoft.com/addons/detail/pboigbpepikdoeindehghnpojjblhjmm)\] \[[FireFox](https://addons.mozilla.org/zh-CN/firefox/addon/ccfrank/)\]
14-
- 清华大学计算机学科推荐学术会议和期刊列表 (TH-CPL) [[Github](https://github.com/bugaosuni59/TH-CPL)]
15-
- CSRankings: Computer Science Rankings [[en](https://csrankings.org/)]
16-
- 国家自然科学基金查询 [[zh](https://kd.nsfc.gov.cn/resultInit)]
19+
- [清华大学计算机学科推荐学术会议和期刊列表 (TH-CPL)](https://github.com/bugaosuni59/TH-CPL)
20+
- [CSRankings](https://csrankings.org/): Computer Science Rankings
21+
- [国家自然科学基金查询](https://kd.nsfc.gov.cn/resultInit)
1722

src/ac/ap_phd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- 一个博士生在科研大组的生存指南: [[pdf](http://www.tcse.cn/~wsdou/advice/phd%20survival-chen.pdf)]
55
- Collection of advice for prospective and current PhD students: [[Github: en](https://github.com/pliang279/awesome-phd-advice)]
66
- A Survival Guide to a PhD: [[en](https://karpathy.github.io/2016/09/07/phd/)]
7+
- [nlp-phd-global-equality](https://github.com/zhijing-jin/nlp-phd-global-equality): A repo for open resources & information for people to succeed in PhD in CS & career in AI / NLP

src/ai/cuda.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# CUDA & Nvidia
22

3+
- [CUDA C++ Programming Guide](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html): The programming guide to the CUDA model and interface.
4+
- [NVIDIA/CUDALibrarySamples](https://github.com/NVIDIA/CUDALibrarySamples): The CUDA Library Samples are released by NVIDIA Corporation as Open Source software under the 3-clause "New" BSD license.
5+
- [pybind11 documentation](https://pybind11.readthedocs.io/en/stable/basics.html)
6+
- [Using pybind11](https://people.duke.edu/~ccc14/sta-663-2016/18G_C++_Python_pybind11.html)
7+
- [Use pybind11 for a detailed but simple example](https://iamsorush.com/posts/pybind11-robot/)
38
- 切换CUDA版本步骤: [[CSDN](https://blog.csdn.net/u013905398/article/details/103799621)]
49
- 查看你的显卡的情况:
510
- nvitop: [[Github](https://github.com/XuehaiPan/nvitop)]
611
- gpustat: [[Github](https://github.com/wookayin/gpustat)]
7-
- nvidia-smi
12+
- nvidia-smi

src/ai/cv.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# CV(Computer Vision)
22

3-
- CS231n: Stanford 的 CV 入门课程 \[[Main Page](http://cs231n.stanford.edu/)\] \[[bilibili](https://www.bilibili.com/video/BV1nJ411z7fe)\] \[[Assignments](http://cs231n.stanford.edu/schedule.html)\]
3+
- CS231n: Stanford 的 CV 入门课程 \[[Main Page](http://cs231n.stanford.edu/)\] \[[bilibili](https://www.bilibili.com/video/BV1nJ411z7fe)\] \[[Assignments](http://cs231n.stanford.edu/schedule.html)\]
4+
- [Awesome-Vision-Attentions](https://github.com/MenghaoGuo/Awesome-Vision-Attentions): Summary of related papers on visual attention. Related code will be released based on Jittor gradually.
5+
- [Transformer-in-Computer-Vision](https://github.com/Yangzhangcst/Transformer-in-Computer-Vision): A paper list of some recent Transformer-based CV works.
6+
- [rese1f/Awesome-VQVAE](https://github.com/rese1f/Awesome-VQVAE): A collection of resources and papers on Vector Quantized Variational Autoencoder (VQ-VAE) and its application
7+
8+
9+
## object detection
10+
- [open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection): OpenMMLab Detection Toolbox and Benchmark
11+
- [facebookresearch/detectron2](https://github.com/facebookresearch/detectron2): Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
12+
- [facebookresearch/detr](https://github.com/facebookresearch/detr): End-to-End Object Detection with Transformers
13+
- [IDEA-Research/detrex](https://github.com/IDEA-Research/detrex): detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks
14+
15+
## segmentation
16+
- [facebookresearch/segment-anything](https://github.com/facebookresearch/segment-anything)
17+
18+
## Vision-Language Model
19+
- [VLM_survey](https://github.com/jingyi0000/VLM_survey): Vision-Language Models for Vision Tasks: A Survey
20+
- [LLM-in-Vision](https://github.com/DirtyHarryLYL/LLM-in-Vision): Recent LLM-based CV and related works. Welcome to comment/contribute!

src/ai/dataset.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Dataset下载
2-
- Opendatalab (国内pjlab实验室维护):[[page](https://opendatalab.com/)]
3-
- OpenSLR (Daniel Povey维护):[[page](https://openslr.org/)]
2+
- [Opendatalab (国内pjlab实验室维护)](https://opendatalab.com/)
3+
- [OpenSLR (Daniel Povey维护)](https://openslr.org/)
4+
- [Baai data(智源维护)](https://data.baai.ac.cn/data)

src/ai/nlp.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
### NLP(Natural language Processing)
22

33
- CS224n:Stanford 的 NLP入门课程 \[[Main Page](http://web.stanford.edu/class/cs224n/index.html)\] \[[Slides, Notes & Assignments](http://web.stanford.edu/class/cs224n/index.html#schedule)\] \[[Bilibili](https://www.bilibili.com/video/BV1Eb411H7Pq/)\]
4-
- funNLP: [[Github:zh-cn](https://github.com/fighting41love/funNLP)] NLP民工的乐园: 几乎最全的中文NLP资源库
4+
- [funNLP](https://github.com/fighting41love/funNLP) NLP民工的乐园: 几乎最全的中文NLP资源库
5+
- [zibuyu/research_tao](https://github.com/zibuyu/research_tao?tab=readme-ov-file)
6+
- sebastianruder/NLP-progress: [Github:en](https://github.com/sebastianruder/NLP-progress) | [online](https://nlpprogress.com/) Tracking Progress in Natural Language Processing

src/ai/pytorch.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# PyTorch
2-
- pytorch examples: [[Github:en](https://github.com/pytorch/examples)]
3-
- pytorch tutorials: [[Github:en](https://github.com/pytorch/tutorials)]
2+
- [pytorch examples](https://github.com/pytorch/examples)
3+
- [pytorch tutorials](https://github.com/pytorch/tutorials)
44
- pytorch模型性能分析和优化: [weixin](https://mp.weixin.qq.com/s/lxJthBk1L2nYOyQyLbqqEw)
55
- pytorch handbook: [[Github:zh-cn](https://github.com/zergtant/pytorch-handbook)]
66
- datawhale/thorough-pytorch: [[Github:zh-cn](https://github.com/datawhalechina/thorough-pytorch)]
7-
- 杂七杂八的收集DL相关的东西: [[Github:en](https://github.com/aymericdamien/TopDeepLearning)]
7+
- 杂七杂八的收集DL相关的东西: [[Github:en](https://github.com/aymericdamien/TopDeepLearning)]
8+
9+
## Framework
10+
- [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning): Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.
11+
12+
## Visualization
13+
- [wandb](https://github.com/wandb/wandb): 🔥 A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.
14+
- [PyTorch tensorboard](https://pytorch.org/docs/stable/tensorboard.html): How to use tensorboard in PyTorch.
15+
- [SwanLab](https://github.com/SwanHubX/SwanLab): ⚡️SwanLab: track and visualize all the pieces of your machine learning pipeline. 跟踪与可视化你的机器学习全流程

src/ai/speech.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
11
# Audio & Speech
2-
- Speech-Resources: [[Github:zh-cn](https://github.com/ddlBoJack/Speech-Resources)]
3-
- Awesome-Speech-Pretraining: [[Github:zh-cn](https://github.com/ddlBoJack/Awesome-Speech-Pretraining)]
2+
- [Speech-Resources](https://github.com/ddlBoJack/Speech-Resources): 语音方向实验室/公司/资源/实习等,欢迎推荐或自荐
3+
- [metame-ai/awesome-audio-plaza](https://github.com/metame-ai/awesome-audio-plaza): Daily tracking of awesome audio papers, including music generation, zero-shot tts, asr, audio generation
4+
- [SpeechTasks](https://github.com/WangHelin1997/SpeechTasks): This is a list of speech tasks and datasets, which can provide training data for Generative AI, AIGC, AI model training, intelligent speech tool development, and speech applications.
5+
- [ai-audio-startups](https://github.com/csteinmetz1/ai-audio-startups): Community list of startups working with AI in audio and music technology
6+
- [speech_rankings](https://github.com/mutiann/speech_rankings): A CSRankings-like index for speech researchers
7+
- [INTERSPEECH-2023-Papers](https://github.com/DmitryRyumin/INTERSPEECH-2023-Papers): INTERSPEECH 2023 Papers: A complete collection of influential and exciting research papers from the INTERSPEECH 2023 conference.
8+
9+
## SSL
10+
- [Awesome-Speech-Pretraining](https://github.com/ddlBoJack/Awesome-Speech-Pretraining): Paper, Code and Statistics for Self-Supervised Learning and Pre-Training on Speech.
11+
- [facebookresearch/fairseq](https://github.com/facebookresearch/fairseq): Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
12+
13+
## ASR
14+
- [kaldi](https://github.com/kaldi-asr/kaldi): Kaldi Speech Recognition Toolkit
15+
- next-gen kaldi
16+
- [k2-fsa/icefall](https://github.com/k2-fsa/icefall): The icefall project contains speech-related recipes for various datasets using k2-fsa and lhotse.
17+
- [lhotse-speech/lhotse](https://github.com/lhotse-speech/lhotse): Tools for handling speech data in machine learning projects.
18+
- [openai/whisper](https://github.com/openai/whisper): Robust Speech Recognition via Large-Scale Weak Supervision
19+
- [awesome-whisper](https://github.com/sindresorhus/awesome-whisper): Awesome list for Whisper — an open-source AI-powered speech recognition system developed by OpenAI
20+
21+
## Generation
22+
- [open-mmlab/Amphion](https://github.com/open-mmlab/Amphion): Amphion (/æmˈfaɪən/) is a toolkit for Audio, Music, and Speech Generation.
23+
- [facebookresearch/audiocraft](https://github.com/facebookresearch/audiocraft): Audiocraft is a library for audio processing and generation with deep learning.
24+
- [NVIDIA/NeMo](https://github.com/NVIDIA/NeMo): NeMo: a framework for generative AI
25+
26+
## Audio/Speech LLM
27+
- [QwenLM/Qwen-Audio](https://github.com/QwenLM/Qwen-Audio): The official repo of Qwen-Audio (通义千问-Audio) chat & pretrained large audio language model proposed by Alibaba Cloud.
28+
- [awesome-large-audio-models](https://github.com/EmulationAI/awesome-large-audio-models): Collection of resources on the applications of Large Language Models (LLMs) in Audio AI.
29+
- [Large-Audio-Models](https://github.com/liusongxiang/Large-Audio-Models): Keep track of big models in audio domain, including speech, singing, music etc.
30+
31+
## Dataset
32+
- [speech-datasets-collection](https://github.com/RevoSpeechTech/speech-datasets-collection): a curated list of speech datasets (110+ datasets, 75+ easy to download)
33+
- [ai-audio-datasets](https://github.com/Yuan-ManX/ai-audio-datasets): This is a list of datasets consisting of speech, music, and sound effects
34+
- [ULCA-asr-dataset-corpus](https://github.com/Open-Speech-EkStep/ULCA-asr-dataset-corpus): asr dataset corpus collection
35+
- [coqui-ai/open-speech-corpora](https://github.com/coqui-ai/open-speech-corpora): A list of accessible speech corpora for ASR, TTS, and other Speech Technologies
36+
- [voice_datasets](https://github.com/jim-schwoebel/voice_datasets): A comprehensive list of open-source datasets for voice and sound computing (95+ datasets).
37+
- [audio-datasets](https://github.com/DagsHub/audio-datasets): open-source audio datasets
38+
- [speech_dataset](https://github.com/double22a/speech_dataset): The dataset of Speech Recognition
39+
- [k2-fsa/libriheavy](https://github.com/k2-fsa/libriheavy): Libriheavy: a 50,000 hours ASR corpus with punctuation casing and context
40+
- [facebookresearch/libri-light](https://github.com/facebookresearch/libri-light)

src/security/security.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Security
2-
Let's CTF!
2+
- [ctf-wiki](https://github.com/ctf-wiki/ctf-wiki): CTF wiki
3+
- [awesome-ctf-resources](https://github.com/devploit/awesome-ctf-resources): A list of Capture The Flag (CTF) frameworks, libraries, resources and software for started/experienced CTF players 🚩

0 commit comments

Comments
 (0)