<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi Philipp,</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Currently the only module which could
deal with the CNN directly is IPCV, but it is just for
inferencing, means we load the pre-trained model into Scilab
thought IPCV and use it for forward pass (prediction). Currently
the module could import models from caffe, tensorflow, and onnx
(some bugs detected on important ONNX, will fix it).</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">The link you sent was our initial
approach to try using the caffe-python binding and use the
scilab-python (PIMS) module to import the model for inferencing as
well. While PIMS is good for importing the python modules and use
in Scilab, however, the syntax would be very similar to the
Python, and some datatype are not compatible between 2. In this
case, might as well we just use the python for training?</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">We also used caffe framework for CNN
training before (using the binary) and using the Scilab to control
the setting, since their binary is reading some external files for
hyperparameters, and the google prototxt to design the CNN, which
make the design much easier. This went quite well but the I could
not see the future of caffe and seems that the attention was
shifted to caffe2 which is now merge into pytorch.</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">This, infact is a good news, as pytorch
does have a C++ interface, libtorch, which could be much easier to
be integrated into Scilab, and we have done some testing on the
integration and it seems working well, but to make this happened,
I would call upon more developers for Scilab to contribute ideas
and their experiences especially in C++ so the project could move
fast. <br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">In a few weeks time, I will create a
git project, if any Scilab + C++ experts are interested, please
continue this conversation, I believe we could make something up.
<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Thanks.</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Regards,</div>
<div class="moz-cite-prefix">Chin Luh<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">On 23/8/2019 4:24 PM, P M wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CACf7ODtP4a=Fi2-biZkXx=_xzMz44CGEr3hF1TxW4axGSD9pZQ@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div dir="ltr">
<div>Dear experts,</div>
<div><br>
</div>
<div>I am investigating if Scilab is capable to build a CNN or
FCNN.</div>
<div><br>
</div>
<div>So far I understood the ANN-Toolbox is not able to build
these neural network types.</div>
<div>Also the Neural-Network-Module does not seem to support
CNN's or FCNN's.</div>
<div><br>
</div>
<div>However it seems to be possible by using caffee together
with scilab's python toolbox.</div>
<div>see: <a
href="http://scilabipcv.tritytech.com/2017/08/21/deep-learning-cnn-with-scilab-using-caffe-model/"
moz-do-not-send="true">http://scilabipcv.tritytech.com/2017/08/21/deep-learning-cnn-with-scilab-using-caffe-model/</a></div>
<div><br>
</div>
<div><br>
</div>
<div>Question:</div>
<div>Is there work ongoing to implement CNN's and / or FCNN's
into the Scilab modules mentioned above?</div>
<div><br>
</div>
<div>Best regards,</div>
<div>Philipp</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<p><br>
</p>
<pre class="moz-signature" cols="72">--
Tan Chin Luh
Trity Technologies Sdn Bhd
Tel : +603 80637737
HP : +6013 3691728
</pre>
</body>
</html>