Olha Babicheva, Konrad Hennig, Mateusz Babicz, Mikołaj Józefowski
- You can create a neural network by passing a list of layers to the NeuralNetwork constructor:

- For reading csv files you may use readCsv function from CsvReader class (feel free to use the dataset provided above to train and test the neural network):

- To train and test your model you should use train and test methods of NeuralNetwork class. For example:


