搜索资源列表
AdaBoost
- 用python实现的AdaBoost分类算法,文件是一个ipython notebook,可以直接用ipython/jupyter打开使用。内附简单测试数据集。 程序运行需要numpy库的支持。-An AdaBoost classifier implemented with Python.
House Price Regression
- 经典的房价预测问题,用jupyter notebook编写的简单实现。使用XGBoost模块进行学习预测。(The classic price prediction problem, a simple implementation written in jupyter notebook. The XGBoost module is used for learning prediction.)
deep-learning-with-python-notebooks-master
- Deep Learning With Python 原书配套代码。 包括所有常见的深度学习模型 注释丰富,代码规范 使用流行的keras库实现,jupyter notebook格式(Deep Learning With Python Original book matching code. Including all the common deep learning models Rich annotation, code specification Using the popula
TensorFlow
- TensorFlow入门资料,源码加笔记(TensorFlow introductory information, source code and notes)
subway_prediction_notebook
- jupyter notebook of subway prediction kaggle
Tensorflow CNN
- 卷积神经网络识别手写数字,放在jupyter直接跑,99%识别率,已经和Tensorboard联通好了(Convolutional neural network recognizes handwritten numerals and runs directly on jupyter. The recognition rate is 99%. It has been connected with Tensorboard.)
梯度下降法 回溯直线搜索 python代码
- 梯度下降法 回溯直线搜索 python代码 包含回溯直线搜索,以及初始值相同时不同alpha,beta值对下降速度的影响测试 用jupyter notebook打开
python机器学习
- python机器学习Chapter1.4的示例代码。使用jupyter notebook。python2.