Binary classification model using a mushroom dataset to determine whether a mushroom is edible or not. A Python implementation of neural networks using Keras library. Dataset used: https://archive.ics.uci.edu/ml/datasets/Mushroom
Note: Added CSV lables to dataset just for readability.