书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 422 个相关结果.
  • Acknowledgements

    505 2020-04-11 《Theano 1.0 Document》
    Acknowledgements Acknowledgements The developers of NumPy . Theano is based on its ndarray object and uses much of its implementation. The developers of SciPy . Our sparse m...
  • 无监督学习: 寻求数据表示

    无监督学习: 寻求数据表示 聚类: 对样本数据进行分组 K-means 聚类算法 分层聚类算法: 谨慎使用 连接约束聚类 特征聚集 分解: 将一个信号转换成多个成份并且加载 主成份分析: PCA 独立成分分析: ICA 无监督学习: 寻求数据表示 校验者: @片刻 翻译者: @X 聚类: 对样本数据进行分组 可以利用聚类解决的...
  • 1.1.2 Python科学计算的构成

    1.1.2 Python科学计算的构成 1.1.2 Python科学计算的构成 与Matlba,Scilab或者R不同,Python并没有预先绑定的一组科学计算模块。下面是可以组合起来获得科学计算环境的基础的组件。 Python ,通用的现代计算语言 Python语言:数据类型(字符string,整型int),流程控制,数据集合(列表list...
  • 快速入门

    快速入门 什么是快速文本? 要求 建立快速文本 快速入门 什么是快速文本? fastText 是一个用于高效学习单词表示和句子分类的库。 要求 fastText 建立在现代 Mac OS 和 Linux 发行版上.由于它使用 C++11功能, 因此需要具有良好 C++11 支持的编译器.这些包括: (gcc-4.6.3 or ne...
  • Pandas 安装

    Pandas 安装 Plan for dropping Python 2.7 Python version support Installing pandas Installing with Anaconda Installing with Miniconda Installing from PyPI Installing with ActiveP...
  • Deep Dream

    Deep Dreaming in Keras. Deep Dreaming in Keras. Run the script with: python deep_dream . py path_to_your_base_image . jpg prefix_for_results e.g.: python deep_dream . py...
  • 无监督学习: 寻求数据表示

    无监督学习: 寻求数据表示 无监督学习: 寻求数据表示 聚类: 对样本数据进行分组 K-means 聚类算法 分层聚类算法: 谨慎使用 连接约束聚类 特征聚集 分解: 将一个信号转换成多个成份并且加载 主成份分析: PCA 独立成分分析: ICA 无监督学习: 寻求数据表示 无监督学习: 寻求数据表示 校验者: @片刻 翻译者:...
  • 8. Computing with scikit-learn

    8. Computing with scikit-learn 8.1. Strategies to scale computationally: bigger data 8.1.1. Scaling with instances using out-of-core learning 8.1.1.1. Streaming instances 8.1.1.2....
  • sparse – Symbolic Sparse Matrices

    427 2020-04-11 《Theano 1.0 Document》
    sparse – Symbolic Sparse Matrices Compressed Sparse Format CSC Matrix CSR Matrix List of Implemented Operations sparse – Sparse Op sparse – Symbolic Sparse Matrices In the...