sly932's Stars
rasbt/LLMs-from-scratch
Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
datawhalechina/fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
nageoffer/12306
🔥 官方推荐 🔥 大学春招、秋招、应届项目,SpringBoot3 + Java17 + SpringCloud Alibaba + Vue3 等技术架构,完成高仿铁路 12306 用户 + 抢票 + 订单 + 支付服务,帮助学生主打就业的项目。
mli/paper-reading
深度学习经典、新论文逐段精读
jcjohnson/neural-style
Torch implementation of neural style algorithm
google/deepdream
0voice/linux_kernel_wiki
linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频
0voice/learning_mind_map
2021年【思维导图】盒子,C/C++,Golang,Linux,云原生,数据库,DPDK,音视频开发,TCP/IP,数据结构,计算机原理等
thuml/CDAN
Code release for "Conditional Adversarial Domain Adaptation" (NIPS 2018)
fendouai/PyTorchDocs
PyTorch 官方中文教程包含 60 分钟快速入门教程,强化教程,计算机视觉,自然语言处理,生成对抗网络,强化学习。欢迎 Star,Fork!
iamseancheney/python_for_data_analysis_2nd_chinese_version
《利用Python进行数据分析·第2版》
domainadaptation/salad
A toolbox for domain adaptation and semi-supervised learning. Contributions welcome.
VisionLearningGroup/VisionLearningGroup.github.io
tim-learn/SHOT
code released for our ICML 2020 paper "Do We Really Need to Access the Source Data? Source Hypothesis Transfer for Unsupervised Domain Adaptation"
youngryan1993/SFDA-SourceFreeDA
Published in IEEE Transactions on Artificial Intelligence
Jack-Cherish/PythonPark
Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。
grpc/grpc
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
ss16118/torrent-client-cpp
A simple BitTorrent client written in C++
a-daydream/geekGFS
wzy6642/Dive-Into-Deep-Learning-PyTorch-PDF
本项目对中文版《动手学深度学习》中的代码进行了PyTorch实现并整理为PDF版本供下载
aosabook/500lines
500 Lines or Less
sdmg15/Best-websites-a-programmer-should-visit
:link: Some useful websites for programmers.
microsoft/calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
Light-City/CPlusPlusThings
C++那些事
imarvinle/awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
iCSToCS/CSBook
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
eddiewu01/Object_Tracking_with_Dynamic_Detection
d2l-ai/d2l-en
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
yingxingde/FasterRCNN-pytorch
FasterRCNN is implemented in VGG, ResNet and FPN base.