搜索资源列表

  1. AdaBoost

    0下载:
  2. 用python实现的AdaBoost分类算法,文件是一个ipython notebook,可以直接用ipython/jupyter打开使用。内附简单测试数据集。 程序运行需要numpy库的支持。-An AdaBoost classifier implemented with Python.
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-24
    • 文件大小:3072
    • 提供者:马然
  1. deeplearningbook-chinese-master

    0下载:
  2. Python机器学习代码示例,包含了全部的书本的代码示例,可以通过jupyter notebook直接运行文件显示结果(Python Machine Learning)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-24
    • 文件大小:2008064
    • 提供者:yudongzhao
  1. 11

    0下载:
  2. yongyudakaixuexikuangjibkjaldbndkjbasn,das(jupyter notebook gkahbk dbaiuhdkj haskljnkajf fasf sd)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-24
    • 文件大小:557056
    • 提供者:花开都会
  1. Python_for_Data_Science-master

    0下载:
  2. github的源码,大量jupyter文件方便学习和动手实践。很好的数据科学入门教程(GitHub source code, a large number of jupyter files to facilitate learning and hands-on practice. A good introductory course in Data Science)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-24
    • 文件大小:272384
    • 提供者:DaiKiQi
  1. House Price Regression

    0下载:
  2. 经典的房价预测问题,用jupyter notebook编写的简单实现。使用XGBoost模块进行学习预测。(The classic price prediction problem, a simple implementation written in jupyter notebook. The XGBoost module is used for learning prediction.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-24
    • 文件大小:286720
    • 提供者:SuperDan
  1. deep-learning-with-python-notebooks-master

    0下载:
  2. 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 s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-24
    • 文件大小:7189504
    • 提供者:Nick玉
  1. Mysummarize_reviews

    0下载:
  2. 用tensorflow编写的基于seq2seq的文本摘要代码,请用jupyter打开(Seq2seq based text summary code written in tensorflow, please open it with jupyter)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-24
    • 文件大小:16384
    • 提供者:小千xiaoqian
  1. edge_demo

    0下载:
  2. Edge detection demos with specific numerator results in jupyter
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-24
    • 文件大小:1040384
    • 提供者:jtlover
  1. jupyter.tar

    0下载:
  2. jupyter instrution
  3. 所属分类:其他小程序

    • 发布日期:2024-05-24
    • 文件大小:411648
    • 提供者:J1187049781
  1. TensorFlow

    0下载:
  2. TensorFlow入门资料,源码加笔记(TensorFlow introductory information, source code and notes)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-24
    • 文件大小:84130816
    • 提供者:bigyuan9
  1. PyData-D3-in-Jupyter

    0下载:
  2. 在jupyter notebook中嵌入D3.js可视化(Embedding D3.js visualization in jupyter notebook)
  3. 所属分类:文档资料

    • 发布日期:2024-05-24
    • 文件大小:7954432
    • 提供者:jim_xu
  1. subway_prediction_notebook

    0下载:
  2. jupyter notebook of subway prediction kaggle
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-24
    • 文件大小:1869824
    • 提供者:meishengtao
  1. 最小二乘法-梯度下降法-牛顿法

    0下载:
  2. 用Python3在jupyter notebook实现最小二乘法,梯度下降法和牛顿法(Using Python3 to realize least square method, gradient descent method and Newton method in jupyter notebook)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-24
    • 文件大小:196608
    • 提供者:奘晨
  1. Tensorflow CNN

    1下载:
  2. 卷积神经网络识别手写数字,放在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.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-24
    • 文件大小:3072
    • 提供者:詹英姿
  1. fault_synth_batch

    0下载:
  2. 合成地震断层数据,python程序语言,可以直接在jupyter notebook运行(Synthetic seismic tomographic data, python programming language, can be run directly on jupyter notebook)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-24
    • 文件大小:1501184
    • 提供者:messi&10
  1. 1_Neural Network & DeepLearning

    0下载:
  2. 吴恩达深度学习微专业课程一配套作业,jupyter notebook格式的(Wu enda deep learning micro professional course a matching homework)
  3. 所属分类:其他小程序

    • 发布日期:2019-08-05
    • 文件大小:14998528
    • 提供者:Jennie000
  1. LSTM-单变量多步

    0下载:
  2. 用jupyter notebook 实现深度学习LSTM单变量多步的时间序列预测(Using jupyter notebook to realize multi-step time series prediction of deep learning LSTM)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-24
    • 文件大小:3072
    • 提供者:DGSucl
  1. midi_trans

    0下载:
  2. jupyter解析midi,并可视化,亲测可用代码,想了解midi解析实例的朋友可以看看(Jupyter parses MIDI and visualizes it)
  3. 所属分类:midi

    • 发布日期:2024-05-24
    • 文件大小:688128
    • 提供者:520289

源码中国 www.ymcn.org