您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. msgpack-python-0.4.2.tar

  2. ======================= MessagePack for Python ======================= :author: INADA Naoki :version: 0.4.1 :date: 2014-02-17 .. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png :target: https://travis-ci.org/#!/msgpack/msgpack-python
  3. 所属分类:Python

    • 发布日期:2014-09-19
    • 文件大小:113664
    • 提供者:c12951217
  1. iteration.py

  2. 数值分析中,使用迭代法求解解线性方程组,使用python编写。
  3. 所属分类:机器学习

    • 发布日期:2019-10-19
    • 文件大小:7168
    • 提供者:weixin_39124421
  1. 使用fsl进行MRI脑图像分析

  2. 使用fsl进行MRI脑图像分析,安装教程,fsl Course,bet去除颅骨,fslroi选取感兴趣区域,FAST分割+偏置场校正,Partial Volume Segmentation 图像分割结果,fslstats 统计,FIRST 皮层下结构分割及统计分析,Vertex Analysis,Volumetric Analysis,信息汇总。 o FSLeyes FSLeyes File overlay View Settings Tools structura Brightness 三是R
  3. 所属分类:讲义

    • 发布日期:2019-10-09
    • 文件大小:3145728
    • 提供者:qq_29300341
  1. Deep.Reinforcement.Learning.Han.-.Maxim.Lapan.pdf

  2. Deep Reinforcement Learning Hands-On by Maxim LapanTable of contents Deep reinforcement Learning Hands-On Why subscribe? Packtpub.com Contributors about the author about the reviewers Packt is Searching for Authors Like You Preface Who this book is f
  3. 所属分类:深度学习

    • 发布日期:2019-08-18
    • 文件大小:12582912
    • 提供者:wanghui499917270
  1. glow编译器,降低了计算图之间的计算量

  2. 具体描述Glow编译器的基础知识,glow是通过减少计算图的计算量来优化的have implemented a high-level intermediate represen Variable name: save saveLl tation that allows a compiler to reason about and Value: 0.000000e+C0 output: floaK optimize high-level constructs such as tensors and
  3. 所属分类:其它

    • 发布日期:2019-07-27
    • 文件大小:843776
    • 提供者:xiao_mei_mei
  1. PyTorch官方文档.pdf

  2. PyTorch官方文档,详细介绍了pytorch的使用。Notes 1 Autograd mechanics 2 CUDA semantics 7 3 Extending Py tor 4 Multiprocessing best practices 5 Serialization semantics 17 6 torch 19 7 torch Tensor 8 torch. Storage orch.nn 113 10 torch.nn. functional 167 torch.nn. in
  3. 所属分类:深度学习

    • 发布日期:2019-06-28
    • 文件大小:774144
    • 提供者:xiang_yun
  1. 基于VQ方法的人工智能模糊系统

  2. 非常经典的机器学习的好资料一个推荐思路VQ。Specifically, it is known that learning methods using vector quantization (VQ) and steepest descent method (SDM) are superior to other methods. In their learning methods, VQ is used only in determination of the initial parameter
  3. 所属分类:机器学习

    • 发布日期:2019-04-06
    • 文件大小:400384
    • 提供者:dreamriver503
  1. algorithms:实践中的算法!-源码

  2. 演算法 在此存储库中,您将找到问题及其解决方案,我最初是将其逻辑付诸实践,但对于解决相同的问题并为您的问题找到替代解决方案也非常有用。 模块1,基本 1.1 -> product.py 1.2 -> geometry.py 1.3 -> iteration.py 1.4 -> factorial.py 1.5 -> basic.py 1.6 -> names.py 模块2,简单程序 2.1 -> tax.py 2.2 -> temperature.
  3. 所属分类:其它

    • 发布日期:2021-03-18
    • 文件大小:275456
    • 提供者:weixin_42113552
  1. 完美解决python遍历删除字典里值为空的元素报错问题

  2. exam = { ‘math’: ’95’, ‘eng’: ’96’, ‘chn’: ’90’, ‘phy’: ”, ‘chem’: ” } 使用下列遍历的方法删除: 1. for e in exam: 2. if exam[e] == ”: 3. del exam[e] 结果出现下列错误,怎么解决: Traceback (most recent call last): File Untitled.py, line 3, in for e in exam: RuntimeError:
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:38912
    • 提供者:weixin_38632046