Skip to content

Commit

Permalink
Merge pull request #65 from DakshMiglani/patch-1
Browse files Browse the repository at this point in the history
Heading Fixes
  • Loading branch information
soumith authored Jul 14, 2017
2 parents 37e01fb + ca6de57 commit 54b26ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: home
hero: true
---

##What is Torch?
## 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.
Expand All @@ -22,14 +22,14 @@ A summary of core features:
* Embeddable, with ports to iOS and Android backends


##Why Torch?
## 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
## 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>.

Expand Down

0 comments on commit 54b26ca

Please sign in to comment.