书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 361 个相关结果.
  • Developer Start Guide

    Developer Start Guide Contributing Resources Requirements for Quality Contributions Unit tests Setting up your Editor for PEP8 Vim A few useful commands Emacs Documentation ...
  • Release

    Release Release Having a release system has many benefits. First and foremost, it makes tryingout Theano easy. You can install a stable version of Theano, without having toworr...
  • Release

    Release Release Having a release system has many benefits. First and foremost, it makes tryingout Theano easy. You can install a stable version of Theano, without having toworr...
  • Welcome

    864 2020-04-11 《Theano 1.0 Document》
    Welcome News Download Status Citing Theano Documentation Community Help! How to Seek Help How to provide help Welcome Theano is a Python library that allows you to def...
  • Graph Structures

    Graph Structures Traversing the graph Graph Structures Apply Op Type Variable Constant Graph Structures Extension Automatic Differentiation Optimizations Graph Struct...
  • Acknowledgements

    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...
  • Writing an Op to work on an ndarray in C

    512 2020-04-11 《Theano 1.0 Document》
    Writing an Op to work on an ndarray in C Writing an Optimization Test the optimization Writing an Op to work on an ndarray in C This section walks through a non-trivial examp...
  • Acknowledgements

    479 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...
  • Conditions

    Conditions IfElse vs Switch Conditions IfElse vs Switch Both ops build a condition over symbolic variables. IfElse takes a boolean condition and two variables as inputs. S...
  • Baby Steps - Algebra

    444 2020-04-11 《Theano 1.0 Document》
    Baby Steps - Algebra Adding two Scalars Adding two Matrices Exercise Baby Steps - Algebra Adding two Scalars To get us started with Theano and get a feel of what we’re wor...