Try colab with these code or run anaconda in your local environment
#C1 Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning
#C2 Convolutional Neural Networks in TensorFlow(Image processing & computer vision)
#C3 Natural Language Processing in TensorFlow(NLP language model processing)
#C4 Sequences, Time Series and Prediction(apply CNN&RNN&DNN for final assignment, data analysis)
virulization your weights of the embeddings using the Tensorflow Embedding Projector. code example in C3_W2_Lab_2_sarcasm_classifier.ipynb
Tensorflow Embedding Projector
#this repo is created by git repository from local
echo "# TensorFlow-MachineLearning-ComputerVision" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Talen-520/TensorFlow-MachineLearning-ComputerVision.git
git push -u origin main