In this project, I tried to identifying the breed of the dog in the frame using the dataset from kaggle. I used TensorFlow 2.x and TensorFlow Hub in this project.
This project tried to predict if someone has heart disease based on their medical attributes using machine learning methods. Make sure you import heart-disease.csv Dataset Link
In this notebook, I try to learn simple neural network classification problems
In this notebook, I'm going to simplify it to be: predicting a number.
In this notebook, I tried classification using Fashion-mnist Dataset
I tried Introduction to tensors, Getting information from tensor, Manipulating tensors, Tensors and NumPy, Using @tf.function, Using GPUs with TensorFlow in this notebook