Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianwoelki/neural-network-weed-detection
This repository contains a custom made neural network which will classify weed.
https://github.com/florianwoelki/neural-network-weed-detection
classification images multiclass-classification multiclass-neural-network neural-network numpy python3
Last synced: 1 day ago
JSON representation
This repository contains a custom made neural network which will classify weed.
- Host: GitHub
- URL: https://github.com/florianwoelki/neural-network-weed-detection
- Owner: FlorianWoelki
- Created: 2019-10-07T16:53:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T10:23:19.000Z (over 5 years ago)
- Last Synced: 2024-11-29T07:44:42.612Z (2 months ago)
- Topics: classification, images, multiclass-classification, multiclass-neural-network, neural-network, numpy, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 529 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weed Detection
This repository contains a simple custom made neural network with two hidden layers and it can detect weed on images. This is a neural network and not a CNN.## 🤔 What is this project about?
I have made this repository to train myself to build a custom made neural network. The training was based on a kaggle 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/)## 🤝 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)