comparison doc/v2_planning/datalearn_pytables.txt @ 1398:1934ba31b7d9

rst syntax fix and update to what is currently done.
author Frederic Bastien <nouiz@nouiz.org>
date Wed, 12 Jan 2011 17:03:30 -0500
parents 702a933794f7
children
comparison
equal deleted inserted replaced
1397:702a933794f7 1398:1934ba31b7d9
10 We try to fix that problem by allowing to use Pytables in/with Theano. 10 We try to fix that problem by allowing to use Pytables in/with Theano.
11 11
12 Here is the ticket that I plan to do. They are in order. 12 Here is the ticket that I plan to do. They are in order.
13 13
14 - Fix ift6266 script to load PNIST data (DONE) 14 - Fix ift6266 script to load PNIST data (DONE)
15 - Put PNIST in PyTable format 15 - Put PNIST in PyTable format (Done a first version)
16 - example with PyTable data in python 16 - example with PyTable data in python (Done with modif needed in Theano)
17 - basic filter in the dataset in python 17 - basic filter in the dataset in python
18 - example with PyTable output in python 18 - example with PyTable output in python
19 - ? put stats in the pytables to don't read the file each time to normalize 19 - ? put stats in the pytables to don't read the file each time to normalize
20 Maybe we will try another mechanism. But I will start with this one as it seam simple to do. 20 Maybe we will try another mechanism. But I will start with this one as it seam simple to do.
21 - example with PyTable data in theano 21 - example with PyTable data in theano
38 ---------------- 38 ----------------
39 39
40 - clone FB repo: 40 - clone FB repo:
41 41
42 .. code-block:: bash 42 .. code-block:: bash
43
43 git clone git@github.com:nouiz/pylearn.git Pylearn.nouiz 44 git clone git@github.com:nouiz/pylearn.git Pylearn.nouiz
44 45
45 - create a local branch that track the remote branch 46 - create a local branch that track the remote branch
46 47
47 .. code-block:: bash 48 .. code-block:: bash
49
48 git checkout -b variants origin/pytables 50 git checkout -b variants origin/pytables