yechengxi / LightNet

Efficient, transparent deep learning in hundreds of lines of code.
Other
270 stars 116 forks source link

What's the different of lightnet and matconvnet? #3

Closed marksunpeng closed 7 years ago

marksunpeng commented 7 years ago

Hi guys, great work! thanks for sharing.

Just one question: what's the different of lightnet and matconvnet? better wrapper function? more convenient choices?

Thanks for your time, peng

yechengxi commented 7 years ago

LightNet is implemented in fewer lines of code and in pure Matlab. There is less redundancy compared to most other platforms. The lines of code is at least an order of magnitude fewer than any other platforms.

It also supports different network architectures such as MLP and RNN.

RoyiAvital commented 7 years ago

Looks very very good.

I hope you and other will keep developing it.

yechengxi commented 7 years ago

Thanks. LightNet is likely to stay alive for a long time for both theoretical and practical purposes.