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

文件名称:MachineLearning-wepe

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-11-24
  • 文件大小:
    1.38mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

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

MachineLearning-作者wepe 及其学习的实用包

包含决策树,支持向量机,K-MachineLearning- OF wepe and learn practical package contains decision trees, SVM, KNN, etc.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

MachineLearning-master/
MachineLearning-master/DecisionTree/
MachineLearning-master/DecisionTree/id3_c45.py
MachineLearning-master/DecisionTree/readme.md
MachineLearning-master/DecisionTree/treePlotter.py
MachineLearning-master/DeepLearning Tutorials/
MachineLearning-master/DeepLearning Tutorials/FaceRecognition_CNN(olivettifaces)/
MachineLearning-master/DeepLearning Tutorials/FaceRecognition_CNN(olivettifaces)/olivettifaces.gif
MachineLearning-master/DeepLearning Tutorials/FaceRecognition_CNN(olivettifaces)/train_CNN_olivettifaces.py
MachineLearning-master/DeepLearning Tutorials/FaceRecognition_CNN(olivettifaces)/use_CNN_olivettifaces.py
MachineLearning-master/DeepLearning Tutorials/Softmax_sgd(or logistic_sgd)/
MachineLearning-master/DeepLearning Tutorials/Softmax_sgd(or logistic_sgd)/logistic_sgd.py
MachineLearning-master/DeepLearning Tutorials/Softmax_sgd(or logistic_sgd)/logistic_sgd_commentate.py
MachineLearning-master/DeepLearning Tutorials/cnn_LeNet/
MachineLearning-master/DeepLearning Tutorials/cnn_LeNet/convolutional_mlp.py
MachineLearning-master/DeepLearning Tutorials/cnn_LeNet/convolutional_mlp_commentate.py
MachineLearning-master/DeepLearning Tutorials/dive_into_keras/
MachineLearning-master/DeepLearning Tutorials/dive_into_keras/README.md
MachineLearning-master/DeepLearning Tutorials/dive_into_keras/cnn-svm.py
MachineLearning-master/DeepLearning Tutorials/dive_into_keras/cnn.py
MachineLearning-master/DeepLearning Tutorials/dive_into_keras/data.py
MachineLearning-master/DeepLearning Tutorials/dive_into_keras/get_feature_map.py
MachineLearning-master/DeepLearning Tutorials/keras_usage/
MachineLearning-master/DeepLearning Tutorials/keras_usage/README.md
MachineLearning-master/DeepLearning Tutorials/keras_usage/cnn.py
MachineLearning-master/DeepLearning Tutorials/keras_usage/data.py
MachineLearning-master/DeepLearning Tutorials/mlp/
MachineLearning-master/DeepLearning Tutorials/mlp/mlp.py
MachineLearning-master/DeepLearning Tutorials/mlp/mlp_with_commentate.py
MachineLearning-master/DeepLearning Tutorials/readme.md
MachineLearning-master/KMeans/
MachineLearning-master/KMeans/Readme.md
MachineLearning-master/KMeans/data.pkl
MachineLearning-master/KMeans/kmeans.py
MachineLearning-master/KMeans/test.py
MachineLearning-master/ManifoldLearning/
MachineLearning-master/ManifoldLearning/DimensionalityReduction_DataVisualizing/
MachineLearning-master/ManifoldLearning/DimensionalityReduction_DataVisualizing/README.md
MachineLearning-master/ManifoldLearning/DimensionalityReduction_DataVisualizing/data_visualizing.py
MachineLearning-master/NaiveBayes/
MachineLearning-master/NaiveBayes/NaiveBayes.py
MachineLearning-master/NaiveBayes/README.md
MachineLearning-master/NaiveBayes/test.py
MachineLearning-master/PCA/
MachineLearning-master/PCA/pca.py
MachineLearning-master/README.md
MachineLearning-master/SVM/
MachineLearning-master/SVM/libsvm liblinear-usage/
MachineLearning-master/SVM/libsvm liblinear-usage/README.md
MachineLearning-master/SVM/libsvm liblinear-usage/convert.c
MachineLearning-master/SVM/libsvm liblinear-usage/gen_datafile.py
MachineLearning-master/kNN/
MachineLearning-master/kNN/use Python and NumPy/
MachineLearning-master/kNN/use Python and NumPy/kNN.py
MachineLearning-master/kNN/use Python and NumPy/readme.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/
MachineLearning-master/kNN/use Python and NumPy/testDigits/0_1.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/0_2.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/0_3.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/0_4.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/0_5.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/1_1.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/1_2.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/1_3.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/1_4.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/1_5.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/2_1.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/2_2.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/2_3.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/2_4.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/2_5.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/3_1.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/3_2.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/3_3.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/3_4.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/3_5.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/4_1.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/4_2.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/4_3.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/4_4.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/4_5.txt
MachineLearning-master/kNN/use Python and NumPy/testDigits/5_1.txt
MachineLearning-master/kNN/use Python

相关说明

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

相关评论

暂无评论内容.

发表评论

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