Skip to content

Commit a4e4255

Browse files
committed
Fixes typo.
1 parent 00f1e3c commit a4e4255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/convex/classificationCIFAR10/TrainICNNOnCIFAR10Example.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# <span style="color:rgb(213,80,0)">Train Fully Convex Neural Network for Image Classification</span>
33

4-
This example shows how to create a fully input convex convolutional neural network and train it on CIFAR\-10 data \[1\].
4+
This example shows how to create a fully input convex convolutional neural network (FIC-CNN) and train it on CIFAR\-10 data \[1\].
55

66
# Prepare Data
77

@@ -27,7 +27,7 @@ im = imtile(XTrain(:,:,:,idx),ThumbnailSize=[96,96]);
2727
imshow(im)
2828
</pre>
2929

30-
# Define FICCNN Network Architecture
30+
# Define FIC-CNN Network Architecture
3131

3232
Use the <samp>buildConvexCNN</samp> function to create a fully input convex convolutional neural network suitable for this data set.
3333

@@ -70,7 +70,7 @@ plot(ficnnet);
7070

7171
<figure>
7272
<p align="center">
73-
<img src="./figures/TrainICNN_Fig1.png" width="1028" alt="">
73+
<img src="./figures/TrainICNN_Fig1.png" width=562 alt="">
7474
</p>
7575
</figure>
7676

Binary file not shown.

0 commit comments

Comments
 (0)