Ann-Ageeva / Sound-recognition

0 stars 0 forks source link

Neural network #23

Closed KhromovNikita closed 4 years ago

KhromovNikita commented 4 years ago

"CNN.ipynb" - training a neural network and preserving its model "CNN.h5" - saved neural network model "scaler.pickle" - stored neural network data preprocessor "Model.ipynb" - use of a neural network model

AMyachev commented 4 years ago

@KhromovNikita why are you using .ipynb instead of .py format?

KhromovNikita commented 4 years ago

I worked through Jupiter Notebook, it saves files in this format. This does not add any other features.

AMyachev commented 4 years ago

I worked through Jupiter Notebook, it saves files in this format. This does not add any other features.

We cannot use code in this format in our project. It can be just an example. If so you should move your files inside examples/keras/