Pinned Repositories
ML-homework
机器学习作业 python实现
Python-100-Days
Python - 100天从新手到大师
algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
Awesome-algorithm-interview
算法工程师(人工智能CV方向)面试问题及相关资料
DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
dive-into-llms
《动手学大模型Dive into LLMs》系列编程实践教程
Evolutionary-Computation
记录了演化计算课堂上学习的两个算法,遗传算法GA以及粒子群算法PSO,有对应的例题和代码。
handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
LLMSurvey
The official GitHub page for the survey paper "A Survey of Large Language Models".
lodash
A modern JavaScript utility library delivering modularity, performance, & extras.
CarlosChengxl's Repositories
CarlosChengxl/WorkerVless2sub
这个是一个将 Cloudflare Workers - VLESS 搭配 自建优选域名 的 订阅生成器
CarlosChengxl/LLMSurvey
The official GitHub page for the survey paper "A Survey of Large Language Models".
CarlosChengxl/dive-into-llms
《动手学大模型Dive into LLMs》系列编程实践教程
CarlosChengxl/project-based-learning
Curated list of project-based tutorials
CarlosChengxl/DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
CarlosChengxl/machine-learning
吴恩达机器学习作业(python)
CarlosChengxl/ML-homework
机器学习作业 python实现
CarlosChengxl/algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
CarlosChengxl/handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
CarlosChengxl/PRML
PRML algorithms implemented in Python
CarlosChengxl/Awesome-algorithm-interview
算法工程师(人工智能CV方向)面试问题及相关资料
CarlosChengxl/lodash
A modern JavaScript utility library delivering modularity, performance, & extras.
CarlosChengxl/Python-100-Days
Python - 100天从新手到大师
CarlosChengxl/Evolutionary-Computation
记录了演化计算课堂上学习的两个算法,遗传算法GA以及粒子群算法PSO,有对应的例题和代码。
CarlosChengxl/study-Socket_Programming
Windows 环境下基于TCP/IP套接字编程(Socket Programming)实现“获取服务器时间”