@@ -15,21 +15,7 @@ For the entire datasets (5 train batches and 1 test batch), we have the followin
Each batch is unpickled. All batches are concatenated into a matrix data and a list labels. They are then suffled and split to create training and test datasets.
### k-nearest neighbours
We develop a knn model to predict the image labels.
### Features
### Background
## Installation
## Requirements
## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
## Author
Sophie BESSAC
## License
For open source projects, say how it is licensed.
### mlp
We use the binary cross entropy to train our model.