Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianwoelki/aerial_cactus_cnn
A CNN for an aerial cactus classification competition.
https://github.com/florianwoelki/aerial_cactus_cnn
aerial-cactus classification cnn keras tensorflow
Last synced: 3 days ago
JSON representation
A CNN for an aerial cactus classification competition.
- Host: GitHub
- URL: https://github.com/florianwoelki/aerial_cactus_cnn
- Owner: FlorianWoelki
- Created: 2019-07-09T10:54:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T11:10:55.000Z (over 5 years ago)
- Last Synced: 2024-11-29T07:46:01.373Z (2 months ago)
- Topics: aerial-cactus, classification, cnn, keras, tensorflow
- Language: Jupyter Notebook
- Homepage: https://www.kaggle.com/flowy98/cactus-cnn
- Size: 268 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Aerial Cactus CNN
Detect different aerial cactus with a custom made CNN based on a kaggle dataset.## 🤔 What is this project about?
In this repository I've created a CNN, which detects clothes and it is trained on the basic mnist fashion dataset.## 📈 Getting Started
You can run this notebook by downloading it and running it by yourself.
Furthermore you can simply look at the notebook in the jupyter notebook file.## 🛠 Built with
- [numpy](https://numpy.org/)
- [matplotlib](https://matplotlib.org/)
- [pandas](https://pandas.pydata.org/)
- [tensorflow](https://www.tensorflow.org/)
- [Dataset](https://www.kaggle.com/c/aerial-cactus-identification)## 🤝 Contributing
If you have a issue or you want to build it better, feel free to contribute to this project by making a simple
pull request. :)## 🤠 Authors
- [Florian Woelki](https://florianwoelki.com)