搜索资源列表
python
- 《python编程金典》书中,所有例子的源代码,可以作为学习本书很好的帮助。
python学习手册(第4版)
- Python入门,便于学习,这本书直观形象具体的介绍了Python语言的数据结构基本用法。(It's convenient for beginners to study Python)
g13tsr
- 机器学习启蒙实战学习源码,回归模型,分类模型,聚类和相似度模型,推荐系统,深度学习等学习代码。(Machine learning, practical combat learning source,regression model, classification model, clustering and similarity model, recommendation system, depth learning and other learning code.)
python_bcrmjd_jb51.net
- Python高级编程,适合对Python感兴趣的工程师学习(Python advanced programming for engineers interested in Python)
LSTM_learn-master
- 采用LSTM算法用python语言实现的信号时间序列预测,可预测信号的占用度(The LSTM algorithm is used to predict the signal time series in python language)
Hands_on_ML
- 很棒的入门向机器学习/数据科学的图书,基于scikit learn和TensorFlow库,手把手叫你如何上手机器学习,如何做数据挖掘。(the Best seller In American Amazon. With this book, you can learn a lot about how to use sklean and Tensorflow, in addition, you can have a practical understanding on the whole mach
Program3-RanShu
- 实现决策树算法 深度学习 。。。。。。。。。。。(decision tree learning)
jMetalPy-master-python
- 用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2
廖雪峰python2.7教程离线版
- 快速学习Python基础开发值得学习,可离线学习,版权归廖雪峰老师所有(learn Python better and quicker with the guidance of Professor Liao)
《机器学习实战》源代码
- python人工智能机器人学习源代码,配套书籍为python机器人学习(Python artificial intelligence robot learning source code, supporting books for Python Robot Learning)
Tensorflow
- Python Tensorflow机器学习实战中文版(Python Tensorflow introduction to practical coding)
CART
- 对汽车评估的分类决策树构建,使用了常用的python的机器学习库scikit-learn(Construction of classified decision tree for automobile evaluation,Use the common Python's machine learning library scikit-learn)
NumPy Cookbook
- NumPy Cookbook,数值计算的学习资料(This book is for scientists engineers programmers or analysts with a basic knowledge of Python and NumPy)
TicTacToc
- 基于强化学习的三子棋程序,通过学习,人机对战时电脑可立于不败之地。(Learning by reinforcement learning based on man-machine chess program, computer can be in an invincible position in wartime.)
DataMining
- 学习python,数据挖掘中的自持向量机(python data mining SVC)
EM
- EM算法一种有效的优化方法,在机器学习问题中有很重要的影响(EM algorithm is an effective optimization method and has important influence on machine learning problems.)
Python语言在Abaqus中的应用
- 特别好的学习资料,学习二次开发特别好好,希望你呢个帮助每一个需要的人(Very good learning materials)
python机器学习预测分析核心算法
- python机器学习预测分析核心算法的例程(Python machine learning prediction and analysis of core algorithm routines)
Python时间序列分析源代码
- 资源‘Python时间序列分析源代码’,是学习时间序列分析的实战代码;系统解释核心程序版本是python3.7.4,管理环境是Anaconda3,这个Project是在IDE开发环境PyCharm2019.1.1(Professional Editon)中建立的,经debug后完全正常运行,运行结果包括时间序列分析预测的7种方法。
xiangqi
- 象棋的人工实现,机器人下象棋,python实现智能象棋(chess Artificial realization of chess, robot chess, and intelligent chess by Python)