Skip to content

Commit 5d106d3

Browse files
committed
Updates
1 parent bc6d239 commit 5d106d3

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ <h2 class="page-section-heading d-inline-block text-white">Publications</h2>
258258
<!-- 2023 -->
259259
<li><h4 class="treeview">2023</h4>
260260
<ul class="tw-nested">
261+
<li>
262+
<p class="pre-wrap lead">S. Demarchi, D. Guidotti, L. Pulina and A. Tacchella</p>
263+
<h5>Supporting Standardization of Neural Networks Verification with VNN-LIB and CoCoNet <span class="badge badge-secondary">Conference</span></h5>
264+
<p class="pre-wrap authors">FoMLAS Workshop, Computer-Aided Verification</p>
265+
</li>
261266
<li>
262267
<p class="pre-wrap lead">S. Demarchi</p>
263268
<h5>Experimenting with Constraint Programming Techniques in Artificial Intelligence:
@@ -269,9 +274,6 @@ <h5>Experimenting with Constraint Programming Techniques in Artificial Intellige
269274
<h5>Evaluating Reachability Algorithms for Neural Networks on NeVer2 <span class="badge badge-light">Preprint</span></h5>
270275
<p class="pre-wrap authors">Submitted for peer review</p>
271276
</li>
272-
273-
<!-- Journal article: <span class="badge badge-warning">Preprint</span> -->
274-
275277
</ul>
276278
</li>
277279

@@ -415,7 +417,7 @@ <h4>Dario Guidotti</h4>
415417
<div class="team-member">
416418
<img class="mx-auto rounded-circle" src="assets/img/team/sd.jpg" alt="..." />
417419
<h4>Stefano Demarchi</h4>
418-
<p class="text-muted">Researcher | UniGE</p>
420+
<p class="text-muted">Post-Doc Researcher | UniGE</p>
419421
</div>
420422
</div>
421423
</div>

tutorial_james.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,17 +182,15 @@ <h2 class="page-section-heading text-secondary d-inline-block mb-0">Network Trai
182182
<div class="text-left font-large">
183183
<div id="train-network">
184184
<div>
185-
Once the network is completed, you can train it. In the menu bar select "Learn..." -> "Train":
186-
the training window appears, where you can select the dataset and the learning parameters.
187-
We made available the most common datasets directly in the application, but in order to load a
188-
custom dataset some additional steps are required. By selecting <i>Custom Data Source...</i>
189-
in the Dataset box you can load the corresponding file, and fill the dataset parameters dialog.
185+
Once the network is completed, it is time to train it on the dataset. In the menu bar, selecting
186+
"Learn..." -> "Train" displays the window for the training setup. The first thing to do is to select
187+
the dataset: we made directly available the MNIST and Fashion MNIST datasets, but it is possible to
188+
open any dataset as a text file selecting "Custom data source...".
190189
<div class="text-center">
191190
<img class="img-tutorial" src="./assets/img/tutorials/james/dataset_load.png" alt="Dataset loading"></img>
192191
</div>
193-
In particular, the <i>Target index</i> is the separator between input and output data, i.e.,
194-
the number of inputs. The data type is controlled by a combo box and the delimiter character is
195-
set by default to a comma.
192+
In order to process correctly the dataset, it is required to provide information on the <i>Data type</i>
193+
to expect and the <i>Delimiter</i> character, which are set by default as <i>float</i> and '<i>,</i>'.
196194
<div class="text-center">
197195
<img class="img-tutorial-wide" src="./assets/img/tutorials/james/training_setup.png" alt="Training parameters of the network"></img>
198196
</div>

0 commit comments

Comments
 (0)