文件名称:keras-master
介绍说明--下载内容均来自于网络,请自行研究使用
最近一直在用keras,说点个人感受。
1、keras根植于python及theano,人气比较旺。
2、提供较为上层的框架,搞个深度学习的原型非常方便。
3、更新很快,我记得几个月前还没有multi-task的能力,最近再查就提供了graph的对象。
4、最重要的,文档很全。这点超过其它类似的基于theano的框架(Lasagne, Opendeep, Blocks)-Keras is a high-level neural networks library, written in Python and capable of running on top of either TensorFlow or Theano. It was developed with a focus on enabling fast
1、keras根植于python及theano,人气比较旺。
2、提供较为上层的框架,搞个深度学习的原型非常方便。
3、更新很快,我记得几个月前还没有multi-task的能力,最近再查就提供了graph的对象。
4、最重要的,文档很全。这点超过其它类似的基于theano的框架(Lasagne, Opendeep, Blocks)-Keras is a high-level neural networks library, written in Python and capable of running on top of either TensorFlow or Theano. It was developed with a focus on enabling fast
(系统自动生成,下载前可以参看下载内容)
下载文件列表
keras-master
............\.gitignore
............\.travis.yml
............\CONTRIBUTING.md
............\ISSUE_TEMPLATE.md
............\LICENSE
............\README.md
............\docker
............\......\Dockerfile
............\......\Makefile
............\......\README.md
............\......\theanorc
............\docs
............\....\README.md
............\....\autogen.py
............\....\mkdocs.yml
............\....\templates
............\....\.........\activations.md
............\....\.........\applications.md
............\....\.........\backend.md
............\....\.........\callbacks.md
............\....\.........\constraints.md
............\....\.........\datasets.md
............\....\.........\getting-started
............\....\.........\...............\faq.md
............\....\.........\...............\functional-api-guide.md
............\....\.........\...............\sequential-model-guide.md
............\....\.........\index.md
............\....\.........\initializations.md
............\....\.........\layers
............\....\.........\......\about-keras-layers.md
............\....\.........\......\writing-your-own-keras-layers.md
............\....\.........\metrics.md
............\....\.........\models
............\....\.........\......\about-keras-models.md
............\....\.........\......\model.md
............\....\.........\......\sequential.md
............\....\.........\objectives.md
............\....\.........\optimizers.md
............\....\.........\preprocessing
............\....\.........\.............\image.md
............\....\.........\.............\sequence.md
............\....\.........\.............\text.md
............\....\.........\regularizers.md
............\....\.........\scikit-learn-api.md
............\....\.........\visualization.md
............\examples
............\........\README.md
............\........\addition_rnn.py
............\........\antirectifier.py
............\........\babi_memnn.py
............\........\babi_rnn.py
............\........\cifar10_cnn.py
............\........\conv_filter_visualization.py
............\........\conv_lstm.py
............\........\deep_dream.py
............\........\image_ocr.py
............\........\imdb_bidirectional_lstm.py
............\........\imdb_cnn.py
............\........\imdb_cnn_lstm.py
............\........\imdb_fasttext.py
............\........\imdb_lstm.py
............\........\lstm_benchmark.py
............\........\lstm_text_generation.py
............\........\mnist_cnn.py
............\........\mnist_hierarchical_rnn.py
............\........\mnist_irnn.py
............\........\mnist_mlp.py
............\........\mnist_net2net.py
............\........\mnist_siamese_graph.py
............\........\mnist_sklearn_wrapper.py
............\........\mnist_swwae.py
............\........\mnist_transfer_cnn.py
............\........\neural_doodle.py
............\........\neural_style_transfer.py
............\........\pretrained_word_embeddings.py
............\........\reuters_mlp.py
............\........\stateful_lstm.py
............\........\variational_autoencoder.py
............\........\variational_autoencoder_deconv.py
............\keras
............\.....\__init__.py
............\.....\activations.py
............\.....\applications
............\.....\............\__init__.py
............\.....\............\audio_conv_utils.py
............\.....\............\imagenet_utils.py
............\.....\............\inception_v3.py
............\.....\............\music_tagger_crnn.py
............\.....\............\resnet50.py
............\.....\............\vgg16.py
............\.....\............\vgg19.py
............\.....\............\xception.py
............\.....\backend
............\.....\.......\__init__.py
............\.....\.......\common.py
............\.....\.......\tensorflow_backend.py
............\.....\.......\theano_backend.py
............\.....\callbacks.py
............\.....\constraints.py