A simple neural network model using Tensorflow to predict if the coffee roasted is "good" or "bad". There are two input features (duration in minutes and temperature in celsius) with two layers in the network having sigmoid activation functio.
- Tensorflow
- Numpy
- Matplotlib
Run coffee-roasting.ipynb file.