Frequently Asked Questions #127
ashikshafi08
started this conversation in
General
Replies: 2 comments 1 reply
-
Great collection Ashik! Thank you for doing this. As more come along we'll put them here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can TensorFlow run on ARM yet? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I use this course as a beginner and also is the course regularly updated with the certification curriculum?
Is this course enough to master Deeplearning?
When can we expect the entire course to be updated?
How much Math / Statistics I should know in order to take this course?
Which should I go through first? Complete Machine Learning & Science Bootcamp 2021 or TensorFlow Developer Certificate in 2021?
I have finished watching the Youtube series and now enrolled in the course. From which module I should start again?
Does this course covers all the contents to pass the TensorFlow Certificate Examination?
How are you inserting emojis? Is there a shortcut, or command sequence?
Will there be advanced concepts in computer vision like object detection or segmentation. Transformers and other methods in NLP?
Why do we use only 10% of the training data for our experiments?
What is
Keras.Sequential()
and why we use it and is there any other option other than using the Sequential model?How to predict when we don't know the outcome?
How to configure Pycharm for TensorFlow?
When not to use Neural Networks?
Why do we have to squeeze our predictions?
What's the purpose of
include_top
during Transfer Learning?I am getting an error message
Input 'y' of 'Sub' Op has type float16 that does not match type float32 of argument 'x'.
, how to fix this?How can we perform different text preprocessing methods other than Text Vectorizer?
Can we do fine-tuning on NLP problems?
Beta Was this translation helpful? Give feedback.
All reactions