How to use tensorflow

hello to all and am should u are good? Pls i want to start a research work on transfer learning on deep learning based on plant disease detection, pls, what are the areas i need to research for the work and how can i start using tensor flow thanks

2 Likes

Hello,
Start with Tensorflow basics, learn how to write neural networks in Tensorflow.
Then learn about computer vision and transfer learning.

1 Like

hello, language detection is also missing, but I would advise you to read the official documentation for use cases

Just adding up to @Rohan_Raj , here are some links for you:

If you don’t know anything about ML, there are many good courses to do, a good free one is the crash course: Machine Learning Crash Course  |  Google Developers

If you know the basics of ML, then this tutorials is a very good start for TensorFlow:

After you feel comfortable with the API, this tutorial for transfer learning will give you the idea of how TL works: 사전 학습된 ConvNet을 이용한 전이 학습  |  TensorFlow Core

Finally, for a Transfer Learning for Plant disease, detected from pictures of the leaves, this tutorial can get you cover: CropNet: Cassava Disease Detection  |  TensorFlow Hub

hope this helps

4 Likes