Lua About the Tutorial Lua is an open source language built on top of C programming language. Lua has its value across multiple platforms ranging from large server systems to small mobile applications. This tutorial covers various topics ranging from the basics of Lua to its scope in various applications. Audience This tutorial is designed for all those readers who are looking for a starting point to learn Lua. It has topics suitable for both beginners as well as advanced users. Prerequisites It is a self-contained tutorial and you should be able to grasp the concepts easily even if you ...
Creating a module How to create a MAQAO module Version 1.0 www.maqao.org MAQAO Tutorial series: Creating a module 1 Contents ................................................................................................................................................................. 0 1 Prequisites ....................................................................................................................................... 2 2 Creating a Module ........................................................................................................................... 3 3 Running The Module ....................................................................................................................... 5 4 Using parameters ............................................................................................................................ 7 5 Aliases .............................................................................................................................................. 9 6 Man page ....................................................................................................................................... 11 7 Example ......................................................................................................................................... 11 7.1 Use several source files ......................................................................................................... 11 7.2 The Help Class ........................................................................................................................ 12 8 More performance using C code ................................................................................................... 14 MAQAO Tutorial series: Creating a module 2 1 Prequisites MAQAO tutorials: MAQAO Lua API MAQAO Tutorial series: Creating a module 3 2 Creating a Module MAQAO has an option ...
CS224d: TensorFlow Tutorial Bharath Ramsundar Administrative Announcements PSet 1 Due today 4/19 (3 late days maximum) PSet 2 Released tomorrow 4/20 (due 5/5) Help us help you! Fill out class survey to give us feedback. Qiaojing will host Tensorflow on AWS setup session in office hours, Sundar 4/24, 4-6 pm, Gates B24 Will host special TensorFlow help session in my office hours, Tuesday 4/26, 1-3 pm, Huang basement. Deep-Learning Package Zoo Torch Caffe Theano (Keras, Lasagne) CuDNN Tensorflow Mxnet Etc. Deep-Learning Package Design Choices Model specification: Configuration file (e.g. Caffe, DistBelief, CNTK) versus programmatic generation (e.g. Torch, Theano ...