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

搜索资源列表

  1. MATLAB - C Math Library User

  2. The MATLAB ® C Math Library makes the mathematical core of MATLAB available to application programmers. The library is a collection of approximately 350 mathematical routines written in C. Programs written in any language capable of calling C functi
  3. 所属分类:C

  1. magma-2.0.2 Matrix Algebra for GPU and Multicore Architectures Library

  2. Magma is a large, well-supported software package designed for computations in algebra, number theory, algebraic geometry and algebraic combinatorics. It provides a mathematically rigorous environment for defining and working with structures such as
  3. 所属分类:其它

    • 发布日期:2016-10-03
    • 文件大小:7340032
    • 提供者:zhufenghao
  1. Matrix Computations (chinese vesion)

  2. 矩阵方面的经典教程
  3. 所属分类:讲义

    • 发布日期:2016-10-16
    • 文件大小:10485760
    • 提供者:z0200319
  1. mpfr-3.1.5

  2. The MPFR library is a C library for multiple-precision floating-point computations with correct rounding.
  3. 所属分类:C

    • 发布日期:2016-11-06
    • 文件大小:1048576
    • 提供者:qinyanhua
  1. Python Scripting for Computational Science

  2. Most of the examples are relevant for computational science. This means that the examples have a root in mathematical subjects, but the amount of mathematical details is kept as low as possible to enlarge the audience and allow focusing on software
  3. 所属分类:Python

    • 发布日期:2008-11-26
    • 文件大小:4194304
    • 提供者:vinson
  1. Python.Recipes.Handbook.A.Problem-Solution.Approach.

  2. Learn the code to write algorithms, numerical computations, data analysis and much more using the Python language: look up and re-use the recipes for your own Python coding. This book is your handy code cookbook reference. Whether you're a maker, ga
  3. 所属分类:Python

    • 发布日期:2016-11-18
    • 文件大小:4194304
    • 提供者:ramissue
  1. Python Recipes Handbook(Apress,2016)

  2. Learn the code to write algorithms, numerical computations, data analysis and much more using the Python language: look up and re-use the recipes for your own Python coding. This book is your handy code cookbook reference. Whether you’re a maker, ga
  3. 所属分类:Python

    • 发布日期:2016-11-19
    • 文件大小:4194304
    • 提供者:vanridin
  1. TensorFlow Machine Learning Cookbook 源代码

  2. TensorFlow Machine Learning Cookbook February 2017 Book Descr iption TensorFlow is an open source software library for Machine Intelligence. The independent recipes in this book will teach you how to use TensorFlow for complex data computations and
  3. 所属分类:Python

    • 发布日期:2017-02-15
    • 文件大小:205824
    • 提供者:u013003382
  1. Python in a Nutshell: A Desktop Quick Reference

  2. Python in a Nutshell: A Desktop Quick Reference by Alex Martelli English | 7 Apr. 2017 | ASIN: B06Y4DVSBM | 774 Pages | AZW3 | 2.13 MB Useful in many roles, from design and prototyping to testing, deployment, and maintenance, Python is consistently
  3. 所属分类:Python

    • 发布日期:2017-04-11
    • 文件大小:2097152
    • 提供者:u013003382
  1. Computer Age Statistical Inference: Algorithms,Evidence,and Data Science.

  2. 1 Algorithms and Inference 3 1.1 A Regression Example 4 1.2 Hypothesis Testing 8 1.3 Notes 11 2 Frequentist Inference 12 2.1 Frequentism in Practice 14 2.2 Frequentist Optimality 18 2.3 Notes and Details 20 3 Bayesian Inference 22 3.1 Two Examples 2
  3. 所属分类:机器学习

    • 发布日期:2017-06-03
    • 文件大小:4194304
    • 提供者:luxiaolei_09
  1. 最新版 0.3.0 Universal Java Matrix Package

  2. The Universal Java Matrix Package (UJMP) is an open source library for dense and sparse matrix computations and linear algebra in Java. In addition to the basic operations like matrix multiplication, matrix inverse or decomposition methods, it also
  3. 所属分类:Java

    • 发布日期:2017-07-29
    • 文件大小:2097152
    • 提供者:riemanne
  1. java矩阵包Jampack: A Java Matrix Package

  2. ampack (JAva Matrix PACKage) is a collection of cooperating classes designed to perform matrix computations in Java applications. Jampack was developed by the author at NIST and the University of Maryland. A sibling matrix package, Jama, has also be
  3. 所属分类:Java

    • 发布日期:2017-07-29
    • 文件大小:248832
    • 提供者:riemanne
  1. Antenna Arrays-A Computational Approach

  2. This book is intended to be a tutorial on antenna arrays. Each chapter builds upon the previous chapter and progressively addresses more difficult subject material. The many pictures and examples introduce the reader to practical applications. The b
  3. 所属分类:电信

    • 发布日期:2017-08-30
    • 文件大小:25165824
    • 提供者:simonsho
  1. TensorFlow.Machine.Learning.Cookbook.2017.2.pdf

  2. TensorFlow is an open source software library for Machine Intelligence. The independent recipes in this book will teach you how to use TensorFlow for complex data computations and will let you dig deeper and gain more insights into your data than ev
  3. 所属分类:机器学习

    • 发布日期:2017-09-08
    • 文件大小:3145728
    • 提供者:xinconan1992
  1. tensorflow for deep learning.pdf

  2. 1. Introduction to Deep Learning. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 Machine Learning eats Computer Science 10 Deep Learning Primitives 11 Fully Connected Layer 11 Convolutional Layer 12
  3. 所属分类:深度学习

  1. Mastering Ceph

  2. Key Features Leverage Ceph's advanced features such as erasure coding, tiering, and Bluestore Solve large-scale problems with Ceph as a tool by understanding its strengths and weaknesses to develop the best solutions A practical guide that covers en
  3. 所属分类:其它

    • 发布日期:2017-10-29
    • 文件大小:12582912
    • 提供者:v8v9v3000
  1. CUDA-Sobel-Filter-master

  2. This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp t
  3. 所属分类:C/C++

    • 发布日期:2017-11-09
    • 文件大小:13631488
    • 提供者:liurole
  1. Hands-On Machine Learning with Scikit-Learn and TensorFlow ...

  2. This book assumes that you know close to nothing about Machine Learning. Its goal is to give you the concepts, the intuitions, and the tools you need to actually implement programs capable of learning from data. We will cover a large number of techn
  3. 所属分类:算法与数据结构

    • 发布日期:2017-12-05
    • 文件大小:16777216
    • 提供者:swing2008
  1. Hands-On Machine Learning with Scikit-Learn and TensorFlow

  2. This book assumes that you know close to nothing about Machine Learning. Its goal is to give you the concepts, the intuitions, and the tools you need to actually implement programs capable of learning from data. We will cover a large number of techn
  3. 所属分类:机器学习

    • 发布日期:2017-12-28
    • 文件大小:47185920
    • 提供者:zhujie36
  1. 信号处理中的矩阵论(英文)

  2. Matrix Computations for Signal Processing 英文版的,对于想深入学习信号处理各种算法的人了解一些矩阵论方面的东西还是很必要的。
  3. 所属分类:其它

    • 发布日期:2008-12-17
    • 文件大小:8388608
    • 提供者:crazy31415926
« 1 2 3 4 5 6 7 89 10 11 12 13 »