dmlc / cxxnet

move forward to https://github.com/dmlc/mxnet
Other
1.03k stars 415 forks source link

Can I define the network by code instead config file? #90

Open erogol opened 9 years ago

erogol commented 9 years ago

Does cxxnet support in code definition or it is a bit pain relatively?

antinucleon commented 9 years ago

Currently conf file / string is only way to define network

hjk41 commented 9 years ago

For writing your own algorithm, you can try Minerva ( https://github.com/dmlc/minerva), which is also part of DMLC. We are working to integrate CXXNET with Minerva so in the future we will support both with one tool. :-)

On Tue, Apr 7, 2015 at 5:55 AM, Bing Xu notifications@github.com wrote:

Currently conf file / string is only way to define network

— Reply to this email directly or view it on GitHub https://github.com/dmlc/cxxnet/issues/90#issuecomment-90257023.

HONG Chuntao System Research Group Microsoft Research Asia

erogol commented 9 years ago

Is there any documentation for minerva. I cannot find it on the repo.

hjk41 commented 9 years ago

For doc, please refer to the wiki at: https://github.com/dmlc/minerva/wiki The detailed API doc will be put on repo soon.

On Fri, Apr 10, 2015 at 9:57 PM, Eren Golge notifications@github.com wrote:

Is there any documentation for minerva. I cannot find it on the repo.

— Reply to this email directly or view it on GitHub https://github.com/dmlc/cxxnet/issues/90#issuecomment-91566395.

HONG Chuntao System Research Group Microsoft Research Asia