+--------------------+--------------+---------------------+----------------------------+------------------+-----------------------------+
| Layer Output Index |   Function   | Layer Input Indexes | Input Size (C x W x H x D) |    Parameter     | Output size (C x W x H x D) |
+--------------------+--------------+---------------------+----------------------------+------------------+-----------------------------+
|         1          | Input        |          0          | 30 x 1 x 1 x 1             | -                | -                           |
|                    |              |                     |                            |                  |                             |
|         2          | Full Connect |          1          | 30 ( 30 x 1 x 1 x 1 )      | Output node : 16 | 16                          |
|                    |              |                     |                            |                  |                             |
|         3          | Full Connect |          2          | 16                         | Output node : 30 | 30                          |
|                    |              |                     |                            |                  |                             |
|         4          | Output       |          3          | 30 x 1 x 1 x 1             | -                | -                           |
|                    |              |                     |                            |                  |                             |
+--------------------+--------------+---------------------+----------------------------+------------------+-----------------------------+