hackeryoung's Stars
sgl-project/sglang
SGLang is a fast serving framework for large language models and vision language models.
AIDC-AI/Ovis
A novel Multimodal Large Language Model (MLLM) architecture, designed to structurally align visual and textual embeddings.
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
karpathy/LLM101n
LLM101n: Let's build a Storyteller
Lordog/dive-into-llms
《动手学大模型Dive into LLMs》系列编程实践教程
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
shengcaishizhan/kkndme_tianya
天涯 kkndme 神贴聊房价
wxywb/history_rag
TheThreeDog/Auto-Lianliankan
基于python图像识别实现的连连看外挂,可实现QQ连连看秒破
xlzd/img2html
Convert image to HTML
hackerzhou/Love
My love story with MaryNee
nginx/unit
NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
davideuler/architecture.wechat-tencent
互联网公司架构: 微信技术架构, 腾讯技术架构
geekcompany/ResumeSample
Resume template for Chinese programmers . 程序员简历模板系列。包括PHP程序员简历模板、iOS程序员简历模板、Android程序员简历模板、Web前端程序员简历模板、Java程序员简历模板、C/C++程序员简历模板、NodeJS程序员简历模板、架构师简历模板以及通用程序员简历模板
wb14123/seq2seq-couplet
Play couplet with seq2seq model. 用深度学习对对联。
chinese-poetry/chinese-poetry
The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
houshanren/hangzhou_house_knowledge
2017年买房经历总结出来的买房购房知识分享给大家,希望对大家有所帮助。买房不易,且买且珍惜。Sharing the knowledge of buy an own house that according to the experience at hangzhou in 2017 to all the people. It's not easy to buy a own house, so I hope that it would be useful to everyone.
rxin/db-readings
Readings in Databases
chiphuyen/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
jindongwang/MachineLearning
一些关于机器学习的学习资料与研究介绍
brianway/webporter
基于 webmagic 的 Java 爬虫应用
pingcap/tidb
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
stanfordnlp/GloVe
Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
JerryLead/SparkInternals
Notes talking about the design and implementation of Apache Spark
jakevdp/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
facebookresearch/ResNeXt
Implementation of a classification framework from the paper Aggregated Residual Transformations for Deep Neural Networks