Theano Logo
1.0
  • Release Notes
  • Theano at a Glance
  • Requirements
  • Installing Theano
  • Updating Theano
  • Tutorial
  • Extending Theano
  • Developer Start Guide
  • Optimizations
  • API Documentation
  • Troubleshooting
  • Glossary
  • Links
  • Internal Documentation
  • Acknowledgements
  • LICENSE
Theano
  • Docs »
  • Sandbox, this documentation may or may not be out-of-date
  • View page source

Sandbox, this documentation may or may not be out-of-dateΒΆ

  • What will be passed to C
  • Extracting the data for use with C
  • Manipulating the data from C
  • Failure
  • Example ResultBase
  • Example Op
  • Generating a C function
  • Generating a C struct
  • Compilation and Linking
    • Linker
  • Debugging with a customized so-called StepMode
  • Elemwise compiler
  • function interface
  • Functional
  • Hosting Theano
  • How to Make Ops
    • Parametrization
      • __eq__, __ne__ and __hash__
    • make_node
      • __call__
    • perform
      • reusing outputs
    • grad
    • Destroyers and viewers
      • Destroyers
      • Viewers
    • Hidden outputs (as a form of op state)
  • Advanced Topics (under construction)
    • Compilation and Linking
      • Linker
    • What will be passed to C
    • Extracting the data for use with C
    • Manipulating the data from C
    • Failure
    • Example ResultBase
    • Example Op
    • Generating a C function
    • Generating a C struct
    • function interface
    • Debugging with a customized so-called StepMode
  • Interactive Debugger
  • State example
  • Max Gotcha
  • Performance
  • Random Numbers
  • New C code generation?
    • Issues
    • Structure
    • Caching
  • How do you define the grad function?
  • What is staticmethod, st_impl?
  • how do we write scalar ops and upgrade them to tensor ops?
  • Documentation on how to write tests
  • How to use the PrintOp
  • Mammouth
  • Type checking
  • More simple numpy stuff
  • How to reuse (overwrite) a storage tensor
  • Others software
  • Sparse matrices
    • scipy.sparse
    • Speed
    • Misc
    • Dot vs. StructuredDot
  • Tensor Op Tools

© Copyright 2008--2019, LISA lab. Last updated on May 27, 2019.

Built with Sphinx using a theme provided by Read the Docs.