Deep Learning questions and answers
Neural network architectures, training dynamics and GPU execution. Page 9 of 20.
ML System Design practice on Codemia
Design recommenders, ranking systems and training pipelines the way ML interviews actually ask for them, with worked solutions.
Answers 481-540
- How is the input tensor for TensorFlow's tf.nn.dynamic_rnn operator structured?
- How is the smooth dice loss differentiable?
- how is total loss calculated over multiple classes in Keras?
- How LSTM deal with variable length sequence
- How should BatchNorm layer be used in caffe?
- How should the learning rate change as the batch size change?
- How SLURM and Pytorch handle multi-node multi-gpu training together
- How tf.gradients work in TensorFlow
- How tf.gradients work in TensorFlow
- How tf.transpose works in tensorflow?
- How to access values in protos in TensorFlow?
- How to accumulate and appy gradients for Async n-step DQNetwork update in Tensorflow?
- How to accumulate gradients for large batch sizes in Keras
- How to accumulate gradients for large batch sizes in Keras
- How to accumulate gradients in tensorflow?
- How to accumulate gradients in tensorflow 2.0?
- How to acquire tf.data.dataset's shape?
- How to adapt ResNet to time series data
- How to add additional classes to a pre-trained object detection model and train it to detect all of the classes pre-trained new?
- How to add and remove new layers in keras after loading weights?
- How to add attention layer to a Bi-LSTM
- How to add attention layer to a Bi-LSTM
- How to add Dropout in Keras functional model?
- How to add regularizations in TensorFlow?
- how to add text preprocessing tokenization step into Tensorflow model
- How to apply data augmentation in TensorFlow 2.0 after tfds.load
- How to apply gradient clipping in TensorFlow?
- How to apply gradient clipping in TensorFlow?
- How to apply normalization to images in testing phase when using keras ImageDataGenerator?
- How to approximate the determinant with keras
- How to assign a name for a pytorch layer?
- How to assign values to a subset of a tensor in tensorflow?
- How to build a attention model with keras?
- How to build a Language model using LSTM that assigns probability of occurence for a given sentence
- How to build a multiple input graph with tensor flow?
- How to calculate AUC with tensorflow?
- How to calculate confidence score of a Neural Network prediction
- How to calculate perplexity of RNN in tensorflow
- How to calculate prediction uncertainty using Keras?
- How to calculate the flops of a tensorflow model loaded from pb file
- How to calculate the number of parameters of an LSTM network?
- How to calculate the number of parameters of convolutional neural networks?
- How to calculate the output size after convolving and pooling to the input image
- How to check if a model is in train or eval mode in PyTorch?
- How to check if cuda is installed correctly on Anaconda
- How to check if dlib is using GPU or not?
- How to check if keras tensorflow backend is GPU or CPU version?
- How to check if XGBoost uses the GPU
- How to check the output gradient by each layer in pytorch in my code?
- How to check the version of NCCL
- How to choose cross-entropy loss in TensorFlow?
- How to choose number of hidden layers and nodes in neural network?
- How to choose the number of units for the Dense layer in the Convoluted neural network for a Image classification problem?
- How to choose the number of units for the Dense layer in the Convoluted neural network for a Image classification problem?
- How to choose the window size of CNN in deep learning?
- How to clear GPU memory occupied by zombie process if it's parent is init?
- How to clear GPU memory WITHOUT restarting runtime in Google Colaboratory Tensorflow
- How to clear out/delete tensors in tensorflow?
- How to compute accuracy of CNN in TensorFlow
- How to compute all second derivatives only the diagonal of the Hessian matrix in Tensorflow?
.png&w=3840&q=75)
Free course
Beginner
7 lessons
2 hours
Tackling System Design Interview Problems
A short course that equips you with the skills to approach system design interviews methodically.
Start the free course