QBoard » Artificial Intelligence & ML » AI and ML - Tensorflow
  • Viaan Prakash
    I copied and pasted tensorflow's official Basic classification: Classify images of clothing code https://www.tensorflow.org/tutorials/keras/classification
    import tensorflow as...  more
    Last post by Maryam Bains - December 20, 2021
    266 views 0 likes
    3
  • Viaan Prakash
    I have two question:
    (1) The question about importing some subpackages inside tensorflow.keras.
    (2) How to differentiate between the packages installed by 'pip install' and 'conda...  more
    Last post by Vaibhav Mali - December 16, 2021
    3,614 views 0 likes
    3
  • Maryam Bains
    I'm trying to train a word embedding classifier using TF2.4 with Keras and using the tf.nn.sampled_softmax_loss. However, when calling the fit method of the model, "Cannot convert...  more
    Last post by Vaibhav Mali - December 16, 2021
    172 views 0 likes
    3
  • Sai Anirudh
    I am training on 970 samples and validating on 243 samples.
    How big should batch size and number of epochs be when fitting a model in Keras to optimize the val_acc? Is there any...  more
    Last post by Sindhuja Martha - December 10, 2021
    580 views 0 likes
    4
  • Nitara Bobal
    I have trained a binary classification model with CNN, and here is my code
    model = Sequential()
    model.add(Convolution2D(nb_filters, kernel_size, kernel_size,
    ...  more
    Last post by Maryam Bains - December 10, 2021
    3,750 views 0 likes
    5
  • Rakesh Racharla
     


    I'm currently trying to visualize the learned filters of my CNN with tensorflow in python. I found many versions working with the mnist dataset while training a new network,...  more
    Last post by Viaan Prakash - December 3, 2021
    1,417 views 0 likes
    4
  • Laksh Nath
    I really need help implementing a continuous tanh-sigmoid activation function in a very basic neural network. If you could give a basic example that would be great, but if you...  more
    Last post by Viaan Prakash - December 1, 2021
    207 views 0 likes
    4
  • Advika Banerjee
    When it comes to installing Tensorflow, I've tried each of the installation suggestions on this page.
    https://www.tensorflow.org/install/install_mac
    -Pip +...  more
    Last post by Viaan Prakash - December 1, 2021
    203 views 0 likes
    3
  • Advika Banerjee
    As someone who just got into data science (no prior coding history) I am new to using terminals, Python, and coding in general. While I do have some basic Python knowledge now,...  more
    Last post by Viaan Prakash - December 1, 2021
    178 views 0 likes
    3
  • Viaan Prakash
    Hi I just installed Tensorflow on my Mac and I want to use tf.contrib.slim but when I use it I get this
    import tensorflow as tf

    slim =...  more
    Last post by Maryam Bains - November 25, 2021
    3,916 views 0 likes
    5
  • Laksh Nath
    def fib(max): n, a, b = 0, 0, 1 while n < max: yield b a, b = b, a + b n = n + 1 return 'done' print(next(fib(6))) print(next(fib(6))) print(next(fib(6)))
    the result...  more
    Last post by Maryam Bains - November 25, 2021
    387 views 0 likes
    4
  • Viaan Prakash
    *I try to install tensorflow and kerasI installed tensorflow and I imported it with no errorsKeras is installed but I can't import it *
    (base) C:\Windows\system32>pip uninstall...  more
    Last post by Advika Banerjee - November 24, 2021
    306 views 0 likes
    3
  • Maryam Bains
    In MNIST LSTM examples, I don't understand what "hidden layer" means. Is it the imaginary-layer formed when you represent an unrolled RNN over time?
    Why is the num_units =...  more
    Last post by Advika Banerjee - November 24, 2021
    609 views 0 likes
    3
  • Rakesh Racharla
    How to convert a tensor into a numpy array when using Tensorflow with Python bindings?
    Last post by Sindhuja Martha - November 22, 2021
    1,251 views 0 likes
    6
  • Rishi Pandya
    What is the difference between 'SAME' and 'VALID' padding in tf.nn.max_pool of tensorflow?In my opinion, 'VALID' means there will be no zero padding outside the edges when we do...  more
    Last post by Maryam Bains - November 17, 2021
    1,093 views 0 likes
    7

QBoard Statistics

Topics 86
Posts 382
Total Users 7406
Active Users 24