Hi all,
Some days ago, I've seen a youtuber talking about how to create a neural network (sorry, is in spanish)
In short, it uses the neural network to learn how to convert degrees Celsius to degrees Fahrenheit.
Degrees Fahrenheit = (degrees Celsius × 9/5) +32
In this video, he uses Python to create the neural network, where he creates a table with the values of degrees Celsius and degrees Fahrenheit.

.png)
.png)
.png)
