Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)