dengguang2012's Stars
langgenius/dify
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
PaddlePaddle/PaddleOCR
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
karpathy/LLM101n
LLM101n: Let's build a Storyteller
afatcoder/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
itdevbooks/pdf
编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类
horovod/horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
wang-xinyu/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
flashlight/flashlight
A C++ standalone library for machine learning
MegEngine/MegEngine
MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架
datawhalechina/competition-baseline
数据挖掘、计算机视觉、自然语言处理、推荐系统竞赛知识、代码、思路
parallel101/course
高性能并行编程与优化 - 课件
microsoft/AI-System
System for AI Education Resource.
horance-liu/tensorflow-internals
It is open source ebook about TensorFlow kernel and implementation mechanism.
wangshusen/RecommenderSystem
open-mmlab/mmdeploy
OpenMMLab Model Deployment Framework
wzhe06/SparrowRecSys
A Deep Learning Recommender System
ChunelFeng/CGraph
【A common used C++ DAG framework】 一个通用的、无三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork & 交流
fluid-cloudnative/fluid
Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)
faustomorales/keras-ocr
A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
OpenPPL/ppl.nn
A primitive library for neural network
yangxue0827/RotationDetection
This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.
JiehangXie/PaddleBoBo
基于飞桨开发的虚拟主播
mlc-ai/mlc-zh
shellphy/jack-compiler
jack语言编译器
bytedance/ByteTransformer
optimized BERT transformer inference on NVIDIA GPU. https://arxiv.org/abs/2210.03052
zc911/MatrixSlow
A simple deep learning framework in pure python for purpose of learning in DL
LaoGong-zp/Transformer
Learning materials of Transformer, including my code, XMind, PDF and so on
BBuf/Darknet
AlexeyAB-DarkNet源码解析
bubbliiiing/facenet-keras
这是一个facenet-keras的源码,可以用于训练自己的模型。
magic3007/AutoGrad
🎈 A C++ code generator for the automatic derivation of tensors with linear indexes. Implementation for the lesson Compiling Technology(2020 Spring, advised by Yun Liang) in Peking University.