• Stars
    star
    149
  • Rank 248,619 (Top 5 %)
  • Language
    Jupyter Notebook
  • Created about 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Neural networks with Theano and Lasagne

Syllabus

  1. Theano basics
  • Symbolic variables/tensors, expressions
  • Functions, shared variables and updates
  1. Overview of Lasagne
  • Layer classes and building a network
  • Objectives, optimizers, and training
  1. Convolutional neural networks
  • Image classification
  • Fine-tuning a pretrained network
  • Style transfer (β€œNeural Art”)
  1. Recurrent neural networks
  • Language model (text generation)
  • CNN + RNN (image captioning)
  1. Extending Lasagne
  • Defining custom Layers