CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能

文件名称:git_book-master

介绍说明--下载内容来自于网络,使用问题请自行百度

数据分析样历,从基本到神经网络, 非常实用(samples for data analyse,
From basic to neural networks, very practical)
相关搜索: Python data

(系统自动生成,下载前可以参看下载内容)

下载文件列表

git_book-master
git_book-master\LICENSE
git_book-master\README.md
git_book-master\chapters
git_book-master\chapters\Bayesian
git_book-master\chapters\Bayesian\__init__.py
git_book-master\chapters\Bayesian\__pycache__
git_book-master\chapters\Bayesian\__pycache__\__init__.cpython-35.pyc
git_book-master\chapters\Bayesian\__pycache__\bayesian.cpython-35.pyc
git_book-master\chapters\Bayesian\__pycache__\bernoulliNB.cpython-35.pyc
git_book-master\chapters\Bayesian\__pycache__\gaussianNB.cpython-35.pyc
git_book-master\chapters\Bayesian\__pycache__\multinomialNB.cpython-35.pyc
git_book-master\chapters\Bayesian\bayesian.py
git_book-master\chapters\Bayesian\bernoulliNB.py
git_book-master\chapters\Bayesian\gaussianNB.py
git_book-master\chapters\Bayesian\multinomialNB.py
git_book-master\chapters\Cluster_EM
git_book-master\chapters\Cluster_EM\__init__.py
git_book-master\chapters\Cluster_EM\__pycache__
git_book-master\chapters\Cluster_EM\__pycache__\__init__.cpython-35.pyc
git_book-master\chapters\Cluster_EM\__pycache__\agglomerative_clustering.cpython-35.pyc
git_book-master\chapters\Cluster_EM\__pycache__\cluster.cpython-35.pyc
git_book-master\chapters\Cluster_EM\__pycache__\dbscan.cpython-35.pyc
git_book-master\chapters\Cluster_EM\__pycache__\gmm.cpython-35.pyc
git_book-master\chapters\Cluster_EM\__pycache__\kmeans.cpython-35.pyc
git_book-master\chapters\Cluster_EM\agglomerative_clustering.py
git_book-master\chapters\Cluster_EM\cluster.py
git_book-master\chapters\Cluster_EM\dbscan.py
git_book-master\chapters\Cluster_EM\gmm.py
git_book-master\chapters\Cluster_EM\kmeans.py
git_book-master\chapters\Decision_Tree
git_book-master\chapters\Decision_Tree\__init__.py
git_book-master\chapters\Decision_Tree\__pycache__
git_book-master\chapters\Decision_Tree\__pycache__\__init__.cpython-35.pyc
git_book-master\chapters\Decision_Tree\__pycache__\decisiontree_classifier.cpython-35.pyc
git_book-master\chapters\Decision_Tree\__pycache__\decisiontree_regressor.cpython-35.pyc
git_book-master\chapters\Decision_Tree\decisiontree_classifier.py
git_book-master\chapters\Decision_Tree\decisiontree_regressor.py
git_book-master\chapters\Ensemble
git_book-master\chapters\Ensemble\__init__.py
git_book-master\chapters\Ensemble\__pycache__
git_book-master\chapters\Ensemble\__pycache__\__init__.cpython-35.pyc
git_book-master\chapters\Ensemble\__pycache__\adaboost_classifier.cpython-35.pyc
git_book-master\chapters\Ensemble\__pycache__\adaboost_regressor.cpython-35.pyc
git_book-master\chapters\Ensemble\__pycache__\gradientboosting_classifier.cpython-35.pyc
git_book-master\chapters\Ensemble\__pycache__\gradientboosting_regressor.cpython-35.pyc
git_book-master\chapters\Ensemble\__pycache__\randomforest_classifier.cpython-35.pyc
git_book-master\chapters\Ensemble\__pycache__\randomforest_regressor.cpython-35.pyc
git_book-master\chapters\Ensemble\adaboost_classifier.py
git_book-master\chapters\Ensemble\adaboost_regressor.py
git_book-master\chapters\Ensemble\gradientboosting_classifier.py
git_book-master\chapters\Ensemble\gradientboosting_regressor.py
git_book-master\chapters\Ensemble\randomforest_classifier.py
git_book-master\chapters\Ensemble\randomforest_regressor.py
git_book-master\chapters\KNN_Dimension_Reduction
git_book-master\chapters\KNN_Dimension_Reduction\__init__.py
git_book-master\chapters\KNN_Dimension_Reduction\__pycache__
git_book-master\chapters\KNN_Dimension_Reduction\__pycache__\__init__.cpython-35.pyc
git_book-master\chapters\KNN_Dimension_Reduction\__pycache__\isomap.cpython-35.pyc
git_book-master\chapters\KNN_Dimension_Reduction\__pycache__\kneighbors_classifier.cpython-35.pyc
git_book-master\chapters\KNN_Dimension_Reduction\__pycache__\kneighbors_regressor.cpython-35.pyc
git_book-master\chapters\KNN_Dimension_Reduction\__pycache__\kpca.cpython-35.pyc
git_book-master\chapters\KNN_Dimension_Reduction\__pycache__\lle.cpython-35.pyc
git_book-master\chapters\KNN_Dimension_Reduction\__pycache__\mds.cpython-35.pyc
git_book-master\chapters\KNN_Dimension_Reduction\__pycache__\pca.cpython-35.pyc
git_book-master\chapters\KNN_Dimension_Reduction\isomap.py
git_book-master\chapters\KNN_Dimension_Reduction\kneighbors_classifier.py
git_book-master\chapters\KNN_Dimension_Reduction\kneighbors_regressor.py
git_book-master\chapters\KNN_Dimension_Reduction\kpca.py
git_book-master\chapters\KNN_Dimension_Reduction\lle.py
git_book-master\chapters\KNN_Dimension_Reduction\mds.py
git_book-master\chapters\KNN_Dimension_Reduction\pca.py
git_book-master\chapters\Kaggle
git_book-master\chapters\Kaggle\__init__.py
git_book-master\chapters\Kaggle\__pycache__
git_book-master\chapters\Kaggle\__pycache__\__init__.cpython-35.pyc
git_book-master\chapters\Kaggle\__pycache__\data_clean.cpython-35.pyc
git_book-master\chapters\Kaggle\__pycache__\data_preprocess.cpython-35.pyc
git_book-master\chapters\Kaggle\__pycache__\grid_search.cpython-35.pyc
git_book-master\chapters\Kaggle\__pycache__\learning_validation_curve.cpython-35.pyc
git_book-master\chapters\Kaggle\check_data.ipynb
git_book-master\chapters\Kaggle\data_clean.py
git_book-master\chapters\Kaggle\data_preprocess.py
git_book-master\chapters\Kaggle\grid_search.py
git_book-master\chapters\Kaggle\learning_validation_curve.py
git_book-master\chapters\Linear
git_book-master\chapters\Linear\__init__.py
git_book-master\chapters\Linear\__pycache__
git_book-master\chapters\Linear\__pycache__\__init__.cpython-35.pyc
git_book-master\chapters\Linear\__pycache__\elasticnet.cpython-35.pyc
git_book-master\chapters\Linear\__pycache__\lasso.cpython-35.pyc
git_book-master\chapters\Linear\__pycache__\lda.cpython-35.pyc
git_book-master\chapters\Linear\__pycache__\linear_regression.cpython-35.pyc
git_book-master\chapters\Linear\__pycache__\logistic_regression.cpython-35.pyc
git_book-master\chapters\Linear\__pycache__\ridge.cpython-35.pyc
git_book-master\chapters\Linear\elasticnet.py
git_book-master\chapters\Linear\lasso.py
git_book-master\chapters\Linear\lda.py
git_book-master\chapters\Linear\linear_regression.py
git_book-master\chapters\Linear\logistic_regression.py

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com