In this tutorial I'll show you how to implement a Neural Network in Tensorflow and in PyTorch to solve a very easy problem: compute the area of triangles from its 2D points.
If ou want to skip the API installation, we can use Google Colab.
Before getting into the implementation, we'll define how we build the database:
Now, we can start looking for the best network archtecture in your, maybe favorite, API.
Choose wisely:
No comments:
Post a Comment