<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nerv, branch alpha-3.3</title>
<subtitle>Lua-based toolkit for high-performance deep learning</subtitle>
<id>https://git.tedyin.com/nerv/atom?h=alpha-3.3</id>
<link rel='self' href='https://git.tedyin.com/nerv/atom?h=alpha-3.3'/>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/'/>
<updated>2016-03-30T05:54:14Z</updated>
<entry>
<title>fix bug in passing err_input to network; gen zero vectors for bias</title>
<updated>2016-03-30T05:54:14Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2016-03-30T05:54:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=89d57b6fae6bcb0195a73fb97ab6870ee0d0ce20'/>
<id>urn:sha1:89d57b6fae6bcb0195a73fb97ab6870ee0d0ce20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #35 from liuq901/master</title>
<updated>2016-03-29T03:10:20Z</updated>
<author>
<name>Ted Yin</name>
<email>Determinant@users.noreply.github.com</email>
</author>
<published>2016-03-29T03:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=9ca106d32bd09c25ce90109714be9ef62397550c'/>
<id>urn:sha1:9ca106d32bd09c25ce90109714be9ef62397550c</id>
<content type='text'>
fix bug of momentum &amp; update mse layer</content>
</entry>
<entry>
<title>fix bug of momentum &amp; update mse layer</title>
<updated>2016-03-29T02:05:29Z</updated>
<author>
<name>Qi Liu</name>
<email>liuq901@163.com</email>
</author>
<published>2016-03-29T02:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=c589c3aabaae7f3867bdfed994c8179a87f42675'/>
<id>urn:sha1:c589c3aabaae7f3867bdfed994c8179a87f42675</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix "not implemented" and lstm rebinding bugs</title>
<updated>2016-03-26T07:23:58Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2016-03-26T07:23:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=86dbfcfd490ce3f8fd4591b0950fbea7f1826c70'/>
<id>urn:sha1:86dbfcfd490ce3f8fd4591b0950fbea7f1826c70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add explicit KALDI_BASE setting to README</title>
<updated>2016-03-17T11:44:28Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2016-03-17T11:44:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=38a2afc7d9c50859e99e09f4f64af3a4254f6f37'/>
<id>urn:sha1:38a2afc7d9c50859e99e09f4f64af3a4254f6f37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not chdir while training</title>
<updated>2016-03-17T11:39:44Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2016-03-17T11:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=53332ce64662c7836296bdafa25deec9a24020eb'/>
<id>urn:sha1:53332ce64662c7836296bdafa25deec9a24020eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adjust the parameter order of methods from ParamRepo</title>
<updated>2016-03-17T05:32:06Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2016-03-17T05:32:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=49d62c459c27791b08fff318f4b70958fc4e6542'/>
<id>urn:sha1:49d62c459c27791b08fff318f4b70958fc4e6542</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'liuq901-master'</title>
<updated>2016-03-17T02:54:06Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2016-03-17T02:54:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=941a3a6ee81587568a7f8e7458e5c5f9a8595342'/>
<id>urn:sha1:941a3a6ee81587568a7f8e7458e5c5f9a8595342</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:liuq901/nerv into liuq901-master</title>
<updated>2016-03-17T02:51:21Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2016-03-17T02:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=284d9f3fe3f7017e677fac03b2bc134892875515'/>
<id>urn:sha1:284d9f3fe3f7017e677fac03b2bc134892875515</id>
<content type='text'>
Conflicts:
	nerv/layer/rnn.lua
</content>
</entry>
<entry>
<title>RNN support multiple input &amp; fix network flush bug</title>
<updated>2016-03-17T02:46:43Z</updated>
<author>
<name>Qi Liu</name>
<email>liuq901@163.com</email>
</author>
<published>2016-03-17T02:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=f1656ade78ac71d4cd84f1f7a539d1845b137589'/>
<id>urn:sha1:f1656ade78ac71d4cd84f1f7a539d1845b137589</id>
<content type='text'>
</content>
</entry>
</feed>
