Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,19 @@ <h2>Project Ideas</h2>
<a href="http://gsoc2017.scrapinghub.com/">Ideas Page</a>
</td>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
<tr>
<!-- Logo -->
<td rowspan="4" class="logo">
<img src="http://deeplearning.net/software/theano/_static/theano_logo_allblue_200x46.png"
width="300px"></td>
<!-- Info -->
<td><h4>Theano</h4></td>
<tr><td>Theano is an optimizing compiler for numpy.ndarray and scipy.sparse matrix that generate GPU code and do symbolic differentiation </td></tr>
<tr><td><a href="http://deeplearning.net/software/theano">Website</a> |
<a href="http://groups.google.com/group/theano-dev">Contact</a> |
<a href="https://github.com/Theano/Theano/wiki/GSoC2017">Ideas Page</a>
</td>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
</tr>


Expand Down