-
Math.SDU
- JiNan ShanDong china
Stars
Master programming by recreating your favorite technologies from scratch.
Curated list of project-based tutorials
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, m…
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
A curated list of Rust code and resources.
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
🚀🚀 「大模型」2小时完全从0训练26M的小参数GPT!🌏 Train a 26M-parameter GPT from scratch in just 2h!
A book-in-progress about the Linux kernel and its insides.
“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
Fast and memory-efficient exact attention
Collections of awesome neovim plugins.
12 Weeks, 24 Lessons, IoT for All!
Event-driven network library for multi-threaded Linux server in C++11
基于多智能体LLM的中文金融交易框架 - TradingAgents中文增强版
AddressSanitizer, ThreadSanitizer, MemorySanitizer
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
This repository contains a 90-day cybersecurity study plan, along with resources and materials for learning various cybersecurity concepts and technologies. The plan is organized into daily tasks, …
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
Modular visual interface for GDB in Python
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net