TensorFlow
TensorFlow is an open-source machine learning framework developed by Google that enables developers to build, train, and deploy machine learning models efficiently across various platforms, supporting deep learning and neural network architectures. Here, you will find hands-on tutorials, example projects and best practices for using Tensorflow.
2 posts
AI Use Case - Penguin Species Prediction with Neural Networks
Introduction In this tutorial, we want to create an Artificial Neural Network (ANN) that is able to recognize the species of penguins based on their body measurements. We will cover the entire process from Data Collection, Data Cleansing and Feature Engineering to Model Creation and Model Training. Use Case Based...