AI Basics, approximate a sine wave with a NN

Today we are going to look at how to train a neural network that can approximate the same output as a sine wave function for example y = model(x) should be pretty close to predicting y = sin(x). The classic “hello world” of machine learning is generally using the MNIST dataset to train a model […]