QBoard » Artificial Intelligence & ML » AI and ML - Tensorflow
  • Samar Patil
    I'm new to TensorFlow and Data Science. I made a simple module that should figure out the relationship between input and output numbers. In this case, x and x squared. The code in...  more
    Last post by Viaan Prakash - October 7, 2021
    182 views 0 likes
    3
  • Samar Patil
    I recently started studying deep learning and other ML techniques, and I started searching for frameworks that simplify the process of build a net and training it, then I found...  more
    Last post by Maryam Bains - October 6, 2021
    230 views 0 likes
    4
  • Sindhuja Martha
    Perhaps too general a question, but can anyone explain what would cause a Convolutional Neural Network to...  more
    Last post by Maryam Bains - September 28, 2021
    218 views 0 likes
    5
  • Jasmine Chacko
    Creating bin of max chunk size 1.0KiB
    ...
    Last post by Maryam Bains - September 28, 2021
    321 views 0 likes
    4
  • Tarun Reddy
    I have Keras installed with the Tensorflow backend and CUDA. I'd like to sometimes on demand force Keras to use CPU. Can this be done without say installing a separate CPU-only...  more
    Last post by Jasmine Chacko - September 25, 2021
    267 views 0 likes
    3
  • Tarun Reddy
    I am using TensorFlow to train a neural network. This is how I am initializing the GradientDescentOptimizer:
    init = tf.initialize_all_variables()
    sess =...  more
    Last post by Jasmine Chacko - September 24, 2021
    188 views 0 likes
    3
  • Laksh Nath
    For example, I'm trying to understand this code
    def _get_child_candidates(self, distance, min_dist, max_dist): if self._leftchild and distance - max_dist < self._median: yield...  more
    Last post by Sindhuja Martha - September 22, 2021
    161 views 0 likes
    2
  • Viaan Prakash
    My company has been using Jira for production issue tracking for last 6~8 years and as a result, there is a huge amount of production issue details logged in our Jira.
    Usually...  more
    Last post by Jasmine Chacko - September 19, 2021
    261 views 0 likes
    3
  • Viaan Prakash
    I have a django form, which is collecting user response. I also have a tensorflow sentences classification model. What is the best/standard way to put these two together....  more
    Last post by Jasmine Chacko - September 19, 2021
    193 views 0 likes
    3
  • Tarun Reddy
    When trying to get cross-entropy with sigmoid activation function, there is a difference between
    loss1 = -tf.reduce_sum(p*tf.log(q), 1)

    loss2 =...  more
    Last post by Viaan Prakash - September 17, 2021
    405 views 0 likes
    3
  • Tarun Reddy
    When I run sess.run(train_step, feed_dict={x: batch_xs, y_: batch_ys}) I get InternalError: Blas SGEMM launch failed. Here is the full error and stack...  more
    Last post by Viaan Prakash - September 17, 2021
    901 views 0 likes
    4
  • Rakesh Racharla
    I'm trying to write a simple RNN in tensorflow, based on the tutorial here: https://danijar.com/introduction-to-recurrent-networks-in-tensorflow/ (I'm using a simple RNN cell...  more
    Last post by Viaan Prakash - September 17, 2021
    1,147 views 0 likes
    4
  • Vaibhav Mali
    What is the use of the function tf.train.get_global_step() in TensorFlow? In machine learning concepts what is it equivalent to?
    Last post by Viaan Prakash - September 15, 2021
    221 views 0 likes
    3
  • Sindhuja Martha
    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...  more
    Last post by Viaan Prakash - September 15, 2021
    234 views 0 likes
    3
  • Tarun Reddy
    I have constructed a CLDNN (Convolutional, LSTM, Deep Neural Network) structure for raw signal classification task.
    Each training epoch runs for about 90 seconds and the...  more
    Last post by Sindhuja Martha - September 14, 2021
    265 views 0 likes
    3

QBoard Statistics

Topics 86
Posts 382
Total Users 7406
Active Users 24