An open API service indexing awesome lists of open source software.

https://github.com/mohssineserraji/cnn_clasification_bark101

An implementation of Classification approaches using CNN models with Tensorflow on Bark-101 Dataset.
https://github.com/mohssineserraji/cnn_clasification_bark101

cnn cnn-classification cnn-keras cnn-model cnns tensorflow

Last synced: 8 months ago
JSON representation

An implementation of Classification approaches using CNN models with Tensorflow on Bark-101 Dataset.

Awesome Lists containing this project

README

          

# CNN_Clasification_bark101

**[This code belongs to the "Implementing a CNN for Image Classification in Keras" ](http://eidolon.univ-lyon2.fr/~remi1/Bark-101/)**

## Requirements

- Python 3
- Keras
- Numpy
- Matplotlib
- Pandas
- sklearn

## Parts

### Part 1:
In this part a build a CNN inspired by [SqueezeNet](https://arxiv.org/abs/1602.07360) model.

### Part 2:
part 2 based on transfer learning form mobilenet [MobileNet](https://arxiv.org/abs/1704.04861) model.

## References

- [Convolutional Neural Networks for Sentence Classification](http://arxiv.org/abs/1408.5882)
- [Bark101](http://eidolon.univ-lyon2.fr/~remi1/Bark-101/)

## License
This source is free to use.