Pinned Repositories
geatpy
Evolutionary algorithm toolbox and framework with high performance for Python
timefold-solver
The open source AI solver. Timefold is the successor of OptaPlanner, by the OptaPlanner team. Optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling and other planning problems
Lihang
Statistical learning methods, 统计学习方法(第2版)[李航] [笔记, 代码, notebook, 参考文献, Errata, lihang]
zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
DataMiningAlgorithm
数据挖掘18大算法实现以及其他相关经典DM算法
DataMiningNotesAndPractice
记录我学习数据挖掘过程的笔记和见到的奇技,持续更新~
DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
DesSim
✨ 离散事件仿真建模实现(基于 JaamSim,非常有意思)
DRL
Deep Reinforcement Learning
drools-springboot
规则引擎drools与springboot的使用,Drools动态规则与决策表
cplq's Repositories
cplq/easy-rl
强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/
cplq/scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
cplq/timefold-solver
The open source AI solver. Timefold is the successor of OptaPlanner, by the OptaPlanner team. Optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling and other planning problems
cplq/geatpy
Evolutionary algorithm toolbox and framework with high performance for Python
cplq/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
cplq/DRL
Deep Reinforcement Learning
cplq/DesSim
✨ 离散事件仿真建模实现(基于 JaamSim,非常有意思)
cplq/drools-springboot
规则引擎drools与springboot的使用,Drools动态规则与决策表
cplq/JGAP
This project is a fork of JGAP (pronounced "jay-gap"), a Genetic Algorithms and Genetic Programming component provided as a Java framework.
cplq/learn_python3_spider
python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式爬虫,爬虫项目实战实例等
cplq/Machine-learning-learning-notes
周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!
cplq/PythonSpiderNotes
Python入门网络爬虫之精华版
cplq/machinelearninginaction
Source Code for the book: Machine Learning in Action published by Manning
cplq/Lihang
Statistical learning methods, 统计学习方法(第2版)[李航] [笔记, 代码, notebook, 参考文献, Errata, lihang]
cplq/Java
All Algorithms implemented in Java
cplq/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
cplq/DataMiningNotesAndPractice
记录我学习数据挖掘过程的笔记和见到的奇技,持续更新~
cplq/SpringBootDemo
Spring Boot学习系列
cplq/zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
cplq/flexible-job-shop
Python implementation of a genetic algorithm for FJSP.
cplq/paradiseo
a copy of git://scm.gforge.inria.fr/paradiseo/paradiseo.git starting as at 2015-06-25.
cplq/pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
cplq/Machine-Learning-Note
机器学习笔记
cplq/Evolutionary-Algorithm
Evolutionary Algorithm using Python
cplq/DataMiningAlgorithm
数据挖掘18大算法实现以及其他相关经典DM算法