在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Theano-0.7.0

Theano-0.7.0

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.01M
  • 下载次数:1
  • 浏览次数:72
  • 发布时间:2021-12-06
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Theano-0.7.0
【实例截图】
【核心代码】
4744300845408421688.rar
└── Theano-0.7.0
├── benchmark
│   └── convolution
│   └── bench.sh
├── bin
│   ├── theano-cache
│   ├── theano-nose
│   └── theano-test
├── DESCRIPTION.txt
├── doc
│   ├── acknowledgement.txt
│   ├── cifarSC2011
│   │   ├── advanced_theano.txt
│   │   ├── boot_camp_overview.txt
│   │   ├── gpundarray.txt
│   │   ├── index.txt
│   │   ├── introduction.txt
│   │   ├── pyCUDA.txt
│   │   └── theano.txt
│   ├── citation.txt
│   ├── core_development_guide.txt
│   ├── crei2013
│   │   ├── advanced_theano.txt
│   │   ├── gpundarray.txt
│   │   ├── index.txt
│   │   ├── introduction.txt
│   │   └── theano.txt
│   ├── developer
│   │   ├── compat.txt
│   │   ├── index.txt
│   │   ├── scan.txt
│   │   └── tensor.txt
│   ├── dev_start_guide.txt
│   ├── extending
│   │   ├── cop.txt
│   │   ├── ctype.txt
│   │   ├── extending_faq.txt
│   │   ├── fibby.txt
│   │   ├── graphstructures.txt
│   │   ├── index.txt
│   │   ├── inplace.txt
│   │   ├── optimization.txt
│   │   ├── op.txt
│   │   ├── other_ops.txt
│   │   ├── pipeline.txt
│   │   ├── theano_vs_c.txt
│   │   ├── tips.txt
│   │   ├── type.txt
│   │   └── unittest.txt
│   ├── faq.txt
│   ├── glossary.txt
│   ├── index.txt
│   ├── install_centos6.txt
│   ├── install.txt
│   ├── install_ubuntu.txt
│   ├── install_windows.txt
│   ├── internal
│   │   ├── dev_start_guide.txt
│   │   ├── how_to_release.txt
│   │   ├── index.txt
│   │   ├── lisa_labo.txt
│   │   ├── mammouth.txt
│   │   ├── metadocumentation.txt
│   │   ├── python.txt
│   │   └── release.txt
│   ├── introduction.txt
│   ├── library
│   │   ├── compile
│   │   │   ├── debugmode.txt
│   │   │   ├── function.txt
│   │   │   ├── index.txt
│   │   │   ├── io.txt
│   │   │   ├── mode.txt
│   │   │   ├── opfromgraph.txt
│   │   │   ├── ops.txt
│   │   │   ├── profilemode.txt
│   │   │   └── shared.txt
│   │   ├── config.txt
│   │   ├── gof
│   │   │   ├── fgraph.txt
│   │   │   ├── index.txt
│   │   │   ├── toolbox.txt
│   │   │   ├── type.txt
│   │   │   └── utils.txt
│   │   ├── gradient.txt
│   │   ├── index.txt
│   │   ├── printing.txt
│   │   ├── sandbox
│   │   │   ├── cuda
│   │   │   │   ├── dnn.txt
│   │   │   │   ├── index.txt
│   │   │   │   ├── op.txt
│   │   │   │   ├── type.txt
│   │   │   │   └── var.txt
│   │   │   ├── index.txt
│   │   │   ├── linalg.txt
│   │   │   ├── neighbours.txt
│   │   │   └── rng_mrg.txt
│   │   ├── scalar
│   │   │   └── index.txt
│   │   ├── scan.txt
│   │   ├── sparse
│   │   │   ├── index.txt
│   │   │   └── sandbox.txt
│   │   ├── tensor
│   │   │   ├── basic.txt
│   │   │   ├── extra_ops.txt
│   │   │   ├── index.txt
│   │   │   ├── io.txt
│   │   │   ├── nlinalg.txt
│   │   │   ├── nnet
│   │   │   │   ├── conv.txt
│   │   │   │   ├── index.txt
│   │   │   │   ├── neighbours.txt
│   │   │   │   └── nnet.txt
│   │   │   ├── raw_random.txt
│   │   │   ├── shared_randomstreams.txt
│   │   │   ├── signal
│   │   │   │   ├── conv.txt
│   │   │   │   ├── downsample.txt
│   │   │   │   └── index.txt
│   │   │   ├── slinalg.txt
│   │   │   └── utils.txt
│   │   └── typed_list.txt
│   ├── LICENSE.txt
│   ├── links.txt
│   ├── NEWS.txt
│   ├── nice_quotes.txt
│   ├── optimizations.txt
│   ├── proposals
│   │   ├── complex_gradient.txt
│   │   ├── conditional.txt
│   │   ├── dp_optimization.txt
│   │   ├── graphical_models.txt
│   │   ├── index.txt
│   │   ├── intermediate_language.txt
│   │   ├── mongodb_cache.txt
│   │   ├── noupdates.txt
│   │   ├── opt_patterns2.txt
│   │   ├── pfunc.txt
│   │   ├── premerge.txt
│   │   └── tensor_attributes.txt
│   ├── sandbox
│   │   ├── broadcasting.txt
│   │   ├── ccodegen.txt
│   │   ├── compilation.txt
│   │   ├── debugging_with_stepmode.txt
│   │   ├── elemwise_compiler.txt
│   │   ├── fg.txt
│   │   ├── functional.txt
│   │   ├── function.txt
│   │   ├── hosting.txt
│   │   ├── how_to_make_ops.txt
│   │   ├── index2.txt
│   │   ├── index.txt
│   │   ├── interactive_debugger.txt
│   │   ├── logistic_regression_example.txt
│   │   ├── max_gotcha.txt
│   │   ├── performance.txt
│   │   ├── randomnumbers.txt
│   │   ├── rethinkccodegen.txt
│   │   ├── sandbox.txt
│   │   ├── software.txt
│   │   ├── sparse.txt
│   │   └── tensoroptools.txt
│   └── tutorial
│   ├── adding.txt
│   ├── aliasing.txt
│   ├── conditions.txt
│   ├── debug_faq.txt
│   ├── examples.txt
│   ├── extending_theano_c.txt
│   ├── extending_theano.txt
│   ├── gpu_data_convert.txt
│   ├── gradients.txt
│   ├── index.txt
│   ├── loading_and_saving.txt
│   ├── loop.txt
│   ├── modes.txt
│   ├── multi_cores.txt
│   ├── numpy.txt
│   ├── printing_drawing.txt
│   ├── profiling.txt
│   ├── python-memory-management.txt
│   ├── python.txt
│   ├── shape_info.txt
│   ├── sparse.txt
│   ├── symbolic_graphs.txt
│   └── using_gpu.txt
├── EMAIL.txt
├── HISTORY.txt
├── LICENSE.txt
├── MANIFEST.in
├── NEWS_DEV.txt
├── NEWS.txt
├── PKG-INFO
├── README.txt
├── setup.cfg
├── setup.py
├── theano
│   ├── compat
│   │   ├── __init__.py
│   │   ├── python2x.py
│   │   └── six.py
│   ├── compile
│   │   ├── builders.py
│   │   ├── debugmode.py
│   │   ├── function_module.py
│   │   ├── function.py
│   │   ├── __init__.py
│   │   ├── io.py
│   │   ├── mode.py
│   │   ├── monitormode.py
│   │   ├── ops.py
│   │   ├── pfunc.py
│   │   ├── profilemode.py
│   │   ├── profiling.py
│   │   ├── sandbox
│   │   │   └── __init__.py
│   │   ├── sharedvalue.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── test_builders.py
│   │   ├── test_debugmode.py
│   │   ├── test_function_module.py
│   │   ├── test_function_name.py
│   │   ├── test_function.py
│   │   ├── test_misc.py
│   │   ├── test_mode.py
│   │   ├── test_modes.py
│   │   ├── test_monitormode.py
│   │   ├── test_ops.py
│   │   ├── test_pfunc.py
│   │   ├── test_profiling.py
│   │   └── test_shared.py
│   ├── configdefaults.py
│   ├── configparser.py
│   ├── generated_version.py
│   ├── gof
│   │   ├── callcache.py
│   │   ├── cc.py
│   │   ├── cmodule.py
│   │   ├── compiledir.py
│   │   ├── compilelock.py
│   │   ├── cutils.py
│   │   ├── destroyhandler.py
│   │   ├── fg.py
│   │   ├── graph.py
│   │   ├── __init__.py
│   │   ├── lazylinker_c.c
│   │   ├── lazylinker_c.py
│   │   ├── link.py
│   │   ├── null_type.py
│   │   ├── op.py
│   │   ├── optdb.py
│   │   ├── opt.py
│   │   ├── sandbox
│   │   │   └── typeattr.txt
│   │   ├── sched.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── test_cc.py
│   │   │   ├── test_cmodule.py
│   │   │   ├── test_compiledir.py
│   │   │   ├── test_compute_test_value.py
│   │   │   ├── test_destroyhandler.py
│   │   │   ├── test_fg.py
│   │   │   ├── test_graph_opt_caching.py
│   │   │   ├── test_graph.py
│   │   │   ├── test_lazy.py
│   │   │   ├── test_link.py
│   │   │   ├── test_op.py
│   │   │   ├── test_optdb.py
│   │   │   ├── test_opt.py
│   │   │   ├── test_sched.py
│   │   │   ├── test_toolbox.py
│   │   │   ├── test_types.py
│   │   │   ├── test_utils.py
│   │   │   └── test_vm.py
│   │   ├── toolbox.py
│   │   ├── type.py
│   │   ├── unify.py
│   │   ├── utils.py
│   │   └── vm.py
│   ├── gradient.py
│   ├── ifelse.py
│   ├── __init__.py
│   ├── misc
│   │   ├── buildbot_filter.py
│   │   ├── check_blas_many.sh
│   │   ├── check_blas.py
│   │   ├── check_duplicate_key.py
│   │   ├── cpucount.py
│   │   ├── cudamat_utils.py
│   │   ├── doubleop.py
│   │   ├── elemwise_openmp_speedup.py
│   │   ├── elemwise_time_test.py
│   │   ├── gh_api.py
│   │   ├── gnumpy_utils.py
│   │   ├── __init__.py
│   │   ├── latence_gpu_transfert.py
│   │   ├── may_share_memory.py
│   │   ├── ordered_set.py
│   │   ├── pkl_utils.py
│   │   ├── pycuda_example.py
│   │   ├── pycuda_init.py
│   │   ├── pycuda_utils.py
│   │   ├── safe_asarray.py
│   │   ├── strutil.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── test_cudamat_utils.py
│   │   │   ├── test_gnumpy_utils.py
│   │   │   ├── test_may_share_memory.py
│   │   │   ├── test_pycuda_example.py
│   │   │   ├── test_pycuda_theano_simple.py
│   │   │   └── test_pycuda_utils.py
│   │   └── windows.py
│   ├── printing.py
│   ├── raise_op.py
│   ├── sandbox
│   │   ├── conv.py
│   │   ├── cuda
│   │   │   ├── basic_ops.py
│   │   │   ├── blas.py
│   │   │   ├── blocksparse.py
│   │   │   ├── conv.cu
│   │   │   ├── conv_full_kernel.cu
│   │   │   ├── conv_kernel.cu
│   │   │   ├── corr3d_gemm.cu
│   │   │   ├── corr_gemm.cu
│   │   │   ├── cuda_ndarray.cu
│   │   │   ├── cuda_ndarray.cuh
│   │   │   ├── cudnn_helper.h
│   │   │   ├── dnn_base.c
│   │   │   ├── dnn_conv_base.c
│   │   │   ├── dnn_fwd.c
│   │   │   ├── dnn_gi.c
│   │   │   ├── dnn_gw.c
│   │   │   ├── dnn.py
│   │   │   ├── elemwise.py
│   │   │   ├── extra_ops.py
│   │   │   ├── fftconv.py
│   │   │   ├── GpuConv3D.py
│   │   │   ├── GpuConvGrad3D.py
│   │   │   ├── GpuConvTransp3D.py
│   │   │   ├── __init__.py
│   │   │   ├── kernel_codegen.py
│   │   │   ├── neighbours.py
│   │   │   ├── nnet.py
│   │   │   ├── nvcc_compiler.py
│   │   │   ├── opt.py
│   │   │   ├── opt_util.py
│   │   │   ├── rng_curand.py
│   │   │   ├── tests
│   │   │   │   ├── CudaNdarray.pkl
│   │   │   │   ├── CudaNdarray_py3.pkl
│   │   │   │   ├── __init__.py
│   │   │   │   ├── test_basic_ops.py
│   │   │   │   ├── test_bench_loopfusion.py
│   │   │   │   ├── test_blas.py
│   │   │   │   ├── test_blocksparse.py
│   │   │   │   ├── test_conv_cuda_ndarray.py
│   │   │   │   ├── test_cuda_ndarray.py
│   │   │   │   ├── test_dnn.py
│   │   │   │   ├── test_driver.py
│   │   │   │   ├── test_extra_ops.py
│   │   │   │   ├── test_fftconv.py
│   │   │   │   ├── test_gemmcorr3d.py
│   │   │   │   ├── test_gradient.py
│   │   │   │   ├── test_memory.py
│   │   │   │   ├── test_mlp.py
│   │   │   │   ├── test_neighbours.py
│   │   │   │   ├── test_nnet.py
│   │   │   │   ├── test_opt.py
│   │   │   │   ├── test_rng_curand.py
│   │   │   │   ├── test_tensor_op.py
│   │   │   │   ├── test_type.py
│   │   │   │   ├── test_var.py
│   │   │   │   ├── test_viewop.py
│   │   │   │   └── walltime.py
│   │   │   ├── type.py
│   │   │   └── var.py
│   │   ├── debug.py
│   │   ├── fourier.py
│   │   ├── gpuarray
│   │   │   ├── basic_ops.py
│   │   │   ├── blas.py
│   │   │   ├── comp.py
│   │   │   ├── conv.cu
│   │   │   ├── conv_full_kernel.cu
│   │   │   ├── conv_kernel.cu
│   │   │   ├── conv.py
│   │   │   ├── elemwise.py
│   │   │   ├── __init__.py
│   │   │   ├── kernel_codegen.py
│   │   │   ├── neighbours.py
│   │   │   ├── nnet.py
│   │   │   ├── opt.py
│   │   │   ├── subtensor.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── test_basic_ops.py
│   │   │   │   ├── test_blas.py
│   │   │   │   ├── test_conv_cuda_ndarray.py
│   │   │   │   ├── test_elemwise.py
│   │   │   │   ├── test_neighbours.py
│   │   │   │   ├── test_nnet.py
│   │   │   │   ├── test_opt.py
│   │   │   │   ├── test_scan.py
│   │   │   │   ├── test_subtensor.py
│   │   │   │   └── test_type.py
│   │   │   └── type.py
│   │   ├── __init__.py
│   │   ├── linalg
│   │   │   ├── __init__.py
│   │   │   ├── ops.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   └── test_linalg.py
│   │   ├── minimal.py
│   │   ├── multinomial.py
│   │   ├── neighbourhoods.py
│   │   ├── neighbours.py
│   │   ├── rng_mrg.py
│   │   ├── samples_MRG31k3p_12_7_5.txt
│   │   ├── scan_module
│   │   │   ├── __init__.py
│   │   │   ├── scan_op.py
│   │   │   ├── scan.py
│   │   │   ├── scan_utils.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── test_scan.py
│   │   │   └── test_utils.py
│   │   ├── scan.py
│   │   ├── softsign.py
│   │   ├── solve.py
│   │   ├── symbolic_module.py
│   │   ├── test_multinomial.py
│   │   ├── test_neighbourhoods.py
│   │   ├── test_rng_mrg.py
│   │   ├── test_scan.py
│   │   ├── test_theano_object.py
│   │   └── theano_object.py
│   ├── scalar
│   │   ├── basic.py
│   │   ├── basic_scipy.py
│   │   ├── basic_sympy.py
│   │   ├── __init__.py
│   │   ├── sharedvar.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── test_basic.py
│   │   └── test_basic_sympy.py
│   ├── scan_module
│   │   ├── __init__.py
│   │   ├── scan_op.py
│   │   ├── scan_opt.py
│   │   ├── scan_perform.c
│   │   ├── scan_perform_ext.py
│   │   ├── scan.py
│   │   ├── scan_utils.py
│   │   ├── scan_views.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── test_scan_opt.py
│   │   ├── test_scan.py
│   │   └── test_scan_utils.py
│   ├── sparse
│   │   ├── basic.py
│   │   ├── __init__.py
│   │   ├── opt.py
│   │   ├── sandbox
│   │   │   ├── __init__.py
│   │   │   ├── sp2.py
│   │   │   ├── sp.py
│   │   │   ├── test_sp.py
│   │   │   └── truedot.py
│   │   ├── sharedvar.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── test_basic.py
│   │   │   ├── test_opt.py
│   │   │   ├── test_sp2.py
│   │   │   ├── test_type.py
│   │   │   └── test_utils.py
│   │   ├── type.py
│   │   └── utils.py
│   ├── tensor
│   │   ├── basic.py
│   │   ├── blas_c.py
│   │   ├── blas_headers.py
│   │   ├── blas.py
│   │   ├── blas_scipy.py
│   │   ├── deprecated
│   │   │   └── __init__.py
│   │   ├── elemwise_cgen.py
│   │   ├── elemwise.py
│   │   ├── extra_ops.py
│   │   ├── fourier.py
│   │   ├── __init__.py
│   │   ├── inplace.py
│   │   ├── io.py
│   │   ├── nlinalg.py
│   │   ├── nnet
│   │   │   ├── conv3d2d.py
│   │   │   ├── Conv3D.py
│   │   │   ├── ConvGrad3D.py
│   │   │   ├── conv.py
│   │   │   ├── ConvTransp3D.py
│   │   │   ├── __init__.py
│   │   │   ├── neighbours.py
│   │   │   ├── nnet.py
│   │   │   ├── sigm.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── speed_test_conv.py
│   │   │   ├── test_conv3d2d.py
│   │   │   ├── test_conv3d.py
│   │   │   ├── test_conv.py
│   │   │   ├── test_neighbours.py
│   │   │   ├── test_nnet.py
│   │   │   └── test_sigm.py
│   │   ├── opt.py
│   │   ├── opt_uncanonicalize.py
│   │   ├── raw_random.py
│   │   ├── shared_randomstreams.py
│   │   ├── sharedvar.py
│   │   ├── signal
│   │   │   ├── conv.py
│   │   │   ├── downsample.py
│   │   │   ├── __init__.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── test_conv.py
│   │   │   └── test_downsample.py
│   │   ├── slinalg.py
│   │   ├── sort.py
│   │   ├── subtensor.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── mlp_test.py
│   │   │   ├── shape_opt_cycle.pkl
│   │   │   ├── test_basic.py
│   │   │   ├── test_blas_c.py
│   │   │   ├── test_blas.py
│   │   │   ├── test_blas_scipy.py
│   │   │   ├── test_casting.py
│   │   │   ├── test_complex.py
│   │   │   ├── test_elemwise.py
│   │   │   ├── test_extra_ops.py
│   │   │   ├── test_fourier.py
│   │   │   ├── test_gc.py
│   │   │   ├── test_inc_subtensor.py
│   │   │   ├── test_io.py
│   │   │   ├── test_keepdims.py
│   │   │   ├── test_merge.py
│   │   │   ├── test_misc.py
│   │   │   ├── test_mpi.py
│   │   │   ├── _test_mpi_roundtrip.py
│   │   │   ├── test_nlinalg.py
│   │   │   ├── test_opt.py
│   │   │   ├── test_opt_uncanonicalize.py
│   │   │   ├── test_raw_random.py
│   │   │   ├── test_shared_randomstreams.py
│   │   │   ├── test_sharedvar.py
│   │   │   ├── test_slinalg.py
│   │   │   ├── test_sort.py
│   │   │   ├── test_subtensor.py
│   │   │   ├── test_type_other.py
│   │   │   ├── test_utils.py
│   │   │   └── test_xlogx.py
│   │   ├── type_other.py
│   │   ├── type.py
│   │   ├── utils.py
│   │   ├── var.py
│   │   └── xlogx.py
│   ├── tests
│   │   ├── disturb_mem.py
│   │   ├── diverse_tests.py
│   │   ├── __init__.py
│   │   ├── main.py
│   │   ├── record.py
│   │   ├── run_tests_in_batch.py
│   │   ├── test_2nd_order_grads.py
│   │   ├── test_config.py
│   │   ├── test_determinism.py
│   │   ├── test_flake8.py
│   │   ├── test_gradient.py
│   │   ├── test_ifelse.py
│   │   ├── test_pickle_unpickle_theano_fn.py
│   │   ├── test_printing.py
│   │   ├── test_record.py
│   │   ├── test_rop.py
│   │   ├── test_tutorial.py
│   │   ├── test_updates.py
│   │   └── unittest_tools.py
│   ├── typed_list
│   │   ├── basic.py
│   │   ├── __init__.py
│   │   ├── opt.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── test_basic.py
│   │   │   ├── test_opt.py
│   │   │   └── test_type.py
│   │   └── type.py
│   ├── updates.py
│   └── version.py
└── Theano.egg-info
├── dependency_links.txt
├── PKG-INFO
├── requires.txt
├── SOURCES.txt
└── top_level.txt

60 directories, 556 files

标签:

实例下载地址

Theano-0.7.0

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警