Great video for getting started with transfer learning
@MuskanRajivBathlaBCSE3 жыл бұрын
helpful videos!
@adnanimran4414 Жыл бұрын
ur the best
@anemone5264 Жыл бұрын
Very nice and descriptive! I saw that MobileNet also available at PyTorch. Does it has the same implementation to build new model by using PyTorch instead Keras?
Жыл бұрын
Yes you can do everything with pytorch that you can do with keras/ tensorflow!
@Vineas113 жыл бұрын
can this mobilenet model automatically be used for tensorflow lite?
@lLlLawliet12 жыл бұрын
then how to save the model into file?
@zahragholami75342 жыл бұрын
Does this model work for images with other sizes like 112*112?
@KashifShaheed3 жыл бұрын
Sigmoid we not used for binary classification?
3 жыл бұрын
I'm not sure this answers your question (?), but the softmax function actually is used as the activation function in the output layer to squeeze values into a 0 - 1 range and to make sure that they add up to 1.
@KashifShaheed3 жыл бұрын
@ often called softmax in this context ? In Binary classification?
@amanjain66803 жыл бұрын
@@KashifShaheed Softmax can be used for binary classification as well. Although using sigmoid is most people prefer. But there is not difference in result
3 жыл бұрын
Thanks! I actually was a bit confused in my answer as well. Softmax is not the same as a sigmoid, but it does accomplish the similar goal of squeezing values into a fixed range.
@ramakanthyadav8282 жыл бұрын
bro tell me which IDE you are using?
@shokhrukhbibalaev81013 жыл бұрын
Can we add more layers instead of one output layer to the model?
@ethangunter93303 жыл бұрын
You can add as many as you want following the same pattern. It's actually quite common to add a flatten, and couple of dense layers with classification problems like this
@arinjain25 Жыл бұрын
Pls reply sir i am making project on skin disease classification, using HAM 10000 dataset, i am getting problem in modle.fit() fucntion while using Tensorflow2.0 it is showing attribute error -(' Directory Iterator ' object has no attribute) plz reply sir, its my university project i have to show it to my professors.