# torch/nn

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/torch-nn).**

1,358 stars · 961 forks · Lua · NOASSERTION

## Links

- GitHub: https://github.com/torch/nn
- awesome-repositories: https://awesome-repositories.com/repository/torch-nn.md

## Description

This package provides an easy and modular way to build and train simple or complex neural networks using Torch: Modules are the bricks used to build neural networks. Each are themselves neural networks, but can be combined with other networks using containers to create complex neural networks:…

## Tags

### Part of an Awesome List

- [Deep Learning Frameworks](https://awesome-repositories.com/f/awesome-lists/ai/deep-learning-frameworks.md) — Core neural network package for the Torch framework.
- [General Machine Learning](https://awesome-repositories.com/f/awesome-lists/ai/general-machine-learning.md) — Neural network package for Torch.
