Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.35 KB

getting_started_with_lava.rst

File metadata and controls

27 lines (20 loc) · 1.35 KB

Getting Started with Lava

This guide to programming Lava will provide a growing collection of learning resources to help you become a Lava developer! It will cover all aspects of Lava enabling you to create, compile, execute and understand Lava Processes. Review the :ref:`Lava Architecture <lava architecture>` section for an introduction to the fundamental architectural concepts of Lava.

.. toctree::
    :maxdepth: 4
    :glob:

    ../lava/notebooks/in_depth/tutorial01_installing_lava.ipynb
    ../lava/notebooks/end_to_end/tutorial00_tour_through_lava.ipynb
    ../lava/notebooks/in_depth/tutorial02_processes.ipynb
    ../lava/notebooks/in_depth/tutorial03_process_models.ipynb
    ../lava/notebooks/in_depth/tutorial04_execution.ipynb
    ../lava/notebooks/in_depth/tutorial05_connect_processes.ipynb
    ../lava/notebooks/in_depth/tutorial06_hierarchical_processes.ipynb
    ../lava/notebooks/in_depth/tutorial07_remote_memory_access.ipynb
    ../lava/notebooks/end_to_end/tutorial01_mnist_digit_classification.ipynb
    ../lava/notebooks/end_to_end/tutorial02_excitatory_inhibitory_network.ipynb
    ../lava/notebooks/in_depth/tutorial08_stdp.ipynb
    ../lava/notebooks/in_depth/tutorial09_custom_learning_rules.ipynb
    ../lava/notebooks/in_depth/three_factor_learning/tutorial01_Reward_Modulated_STDP.ipynb