Stars
《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases
Collection of publicly available IPTV channels from all over the world
List of Dirty, Naughty, Obscene, and Otherwise Bad Words
《Pytorch实用教程》(第二版)无论是零基础入门,还是CV、NLP、LLM项目应用,或是进阶工程化部署落地,在这里都有。相信在本书的帮助下,读者将能够轻松掌握 PyTorch 的使用,成为一名优秀的深度学习工程师。
A simple deep learning framework in pure python for purpose of learning in DL
A booklet on machine learning systems design with exercises. NOT the repo for the book "Designing Machine Learning Systems"
DuckDB is an analytical in-process SQL database management system
PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
A collection of code snippets from the publication Daily Dose of Data Science on Substack: http://www.dailydoseofds.com/
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs,…
Minimal and clean examples of machine learning algorithms implementations
Practice your pandas skills!
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
深度学习面试宝典(含数学、机器学习、深度学习、计算机视觉、自然语言处理和SLAM等方向)
Source code for Twitter's Recommendation Algorithm
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), ga…
Master programming by recreating your favorite technologies from scratch.
This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.
《深度学习入门-基于Python的理论与实现》,包含源代码和高清PDF(带书签);慕课网imooc《深度学习之神经网络(CNN-RNN-GAN)算法原理-实战》;《菜菜的机器学习sklearn》
Inside Deep Learning: The math, the algorithms, the models
主要存储Datawhale组队学习中“数据挖掘/机器学习”方向的资料。
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系[email protected] 版权所有,违权必究 Tan 2018.06
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列