Posts

Showing posts from February, 2022

Deep learning with TensorFlow

Image
After learning the Sci-kit learn library, I started to think What, Where,  How should I start learning deep learning which library should go on, I find myself Tensorflow is easy to begin with because TensorFlow is developed by google and they providing a stable and extensive documentation and so on... While learning Image classification I came to know the power of GPU, Everything comes in colab which is very much handy. Main thing I learned about deeplearning is You can do anything as long as you can convert into object into Tensors (Array of numbers) Classification of 101 image of food data image data is done with EfficientnetB0 model using transfer learning. There I, learned the power of Transfer Learning. TensorflowHub providing various Pretrained model, we can use based on our need.  And there is something called Tensorboard whwere we can the evaluate the various model, we build with deeplearning. I attached the sample image of Tensorboard.  And there are so many resource in the in