QBoard » Artificial Intelligence & ML » AI and ML - Tensorflow
  • Tarun Reddy
    I've recently reviewed an interesting implementation for convolutional text classification. However all TensorFlow code I've reviewed uses a random (not pre-trained) embedding...  more
    Last post by Advika Banerjee - November 15, 2021
    343 views 0 likes
    4
  • Laksh Nath
    Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce GTX TITAN Black, pci bus id: 0000:01:00.0)

    And when I check my GPU memory usage, around 90% of it gets...  more
    Last post by Advika Banerjee - November 15, 2021
    258 views 0 likes
    4
  • Laksh Nath
    There's various activation functions: sigmoid, tanh, etc. And there's also a few initializer functions: Nguyen and Widrow, random, normalized, constant, zero, etc. So do these...  more
    Last post by Sindhuja Martha - November 2, 2021
    157 views 0 likes
    3
  • Rakesh Racharla
    I have been using the introductory example of matrix multiplication in TensorFlow.matrix1 = tf.constant()matrix2 = tf.constant(,)product = tf.matmul(matrix1, matrix2)When I print...  more
    Last post by Sindhuja Martha - November 2, 2021
    1,911 views 0 likes
    4
  • Advika Banerjee
    I'm new into the ML Scene and I want to create a phonegap app involving Tensorflow but I'm unsure where to start or if this is even possible. Can anyone give me a hand (Probably...  more
    Last post by Sindhuja Martha - October 30, 2021
    155 views 0 likes
    3
  • Advika Banerjee
    I trained quora question pair detection with LSTM but training accuracy is very low and always changes when i train. I dont understand what mistake i did.
    I tried changing loss...  more
    Last post by Sindhuja Martha - October 30, 2021
    227 views 0 likes
    3
  • Rishi Pandya
    I have installed Python version 3.5 and 3.6 and anaconda.
    The following error occures when trying to install tensorflow following the steps...  more
    Last post by Sindhuja Martha - October 27, 2021
    142 views 0 likes
    3
  • Jasmine Chacko
    I would like to know How to apply gradient clipping on this network on the RNN where there is a possibility of exploding gradients.
    tf.clip_by_value(t, clip_value_min,...  more
    Last post by Advika Banerjee - October 27, 2021
    491 views 0 likes
    3
  • Tarun Reddy
    When I start training a model, there is no model saved previously. I can use model.compile() safely. I have now saved the model in a h5 file for further training...  more
    Last post by Maryam Bains - October 26, 2021
    362 views 0 likes
    3
  • Jainew Nanda
    I have installed the Tensorflow bindings with python successfully. But when I try to import Tensorflow, I get the follwoing error.
    ImportError: /lib/x86_64-linux-gnu/libc.so.6:...  more
    Last post by Maryam Bains - October 19, 2021
    791 views 0 likes
    3
  • Shivakumar Kota
    am using TensorFlow to train a neural network. This is how I am initializing the  GradientDescentOptimizer:
    init = tf.initialize_all_variables()
    sess = tf.Session()...  more
    Last post by Maryam Bains - October 19, 2021
    587 views 0 likes
    4
  • Jasmine Chacko
    I installed the latest version of Python (3.6.4 64-bit) and the latest version of PyCharm (2017.3.3 64-bit). Then I installed some modules in PyCharm (Numpy, Pandas, etc), but...  more
    Last post by Sindhuja Martha - October 13, 2021
    348 views 0 likes
    4
  • Tarun Reddy
    Classification problems, such as logistic regression or multinomial logistic regression, optimize a cross-entropy loss. Normally, the cross-entropy layer follows the softmax...  more
    Last post by Maryam Bains - October 12, 2021
    268 views 0 likes
    4
  • Maryam Bains
    I am trying to do some deep learning work. For this, I first installed all the packages for deep learning in my Python environment.Here is what I did.In Anaconda, I created an...  more
    Last post by Rishi Pandya - October 8, 2021
    180 views 0 likes
    2
  • Advika Banerjee
    I have created a data science neural network in Python anaconda Spyder. My projects have multiple .py files and I have trained this model for 10 days and weights are generated. I...  more
    Last post by Viaan Prakash - October 7, 2021
    173 views 0 likes
    3

QBoard Statistics

Topics 86
Posts 382
Total Users 7406
Active Users 24