Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.md - github.com/torch/torch.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d1fa45f125427ff16f4003a09fba6478ffc0e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: default
title: Scientific computing for LuaJIT.
id: home
hero: true
---

## What is Torch?

Torch is a scientific computing framework with wide support for machine learning algorithms that puts GPUs first. 
It is easy to use and efficient, thanks to an easy and fast scripting language, LuaJIT, and an underlying C/CUDA implementation.

A summary of core features:  

* a powerful N-dimensional array
* lots of routines for indexing, slicing, transposing, ...
* amazing interface to C, via LuaJIT
* linear algebra routines
* neural network, and energy-based models
* numeric optimization routines
* Fast and efficient GPU support
* Embeddable, with ports to iOS and Android backends


## Why Torch?

The goal of Torch is to have maximum flexibility and speed in building your scientific algorithms while making the process extremely simple. Torch comes with a <strong><a href="https://github.com/torch/torch7/wiki/Cheatsheet">large ecosystem of community-driven packages</a></strong> in machine learning, computer vision, signal processing, parallel processing, image, video, audio and networking among others, and builds on top of the Lua community.

At the heart of Torch are the popular neural network and optimization libraries which are simple to use, while having maximum flexibility in implementing complex neural network topologies. You can build arbitrary graphs of neural networks, and parallelize them over CPUs and GPUs in an efficient manner.


## Using Torch

Start with our <a href="/docs/getting-started.html">Getting Started</a> guide to download and try Torch yourself. Torch is open-source, so you can also start with the code on the <a href="https://github.com/torch/torch7">GitHub repo</a>.

Torch is constantly evolving: it is already used within Facebook, Google, Twitter, NYU, IDIAP, Purdue and several other companies and research labs.