Machine Learning questions and answers
Model training, evaluation and the classical algorithm toolkit. Page 20 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 1141-1200
- How do I compare two classifiers in Weka using the Paired T-test
- How do I configure Tensorflow Serving to serve models from HDFS?
- How do I convert new data into the PCA components of my training data?
- How do I create a gain chart in R for a decision tree model?
- How do i create Confusion matrix of predicted and ground truth labels with Tensorflow?
- How do I create padded batches in Tensorflow for tf.train.SequenceExample data using the DataSet API?
- How do I create test and train samples from one dataframe with pandas?
- How do I disable TensorFlow's eager execution?
- How do I do global average pooling in TensorFlow?
- How do I efficiently determine if a polygon is convex, non-convex or complex?
- How do I feed Tensorflow placeholders with numpy arrays?
- How do I find out the version of TensorFlow on my computer?
- How do I find the variable names and values that are saved in a checkpoint?
- How do I find which attributes my tree splits on, when using scikit-learn?
- How do I fix a dimension error in TensorFlow?
- How do I flip a Tensor in Keras?
- How do I generate a random vector in TensorFlow and maintain it for further use?
- How do I get a loss per epoch and not per batch?
- How do I get Keras to train a model on a specific GPU?
- How do I get started with SyntaxNet in Tensor Flow
- How do I get the 'checkpoint' of a retrained inception-v3 model?
- How do I get the components for LDA in scikit-learn?
- How do I get the gradient of the loss at a TensorFlow variable?
- How do I get the weights of a layer in Keras?
- How do I initialize weights in PyTorch?
- How do I initialize weights in PyTorch?
- How do I install tensorflow_text?
- How do I install TensorFlow's tensorboard?
- How do I keep track of the time the CPU is used vs the GPUs for deep learning?
- How do I know if tensorflow using cuda and cudnn or not?
- How do I load a local model with torch.hub.load?
- How do I load custom image based datasets into Pytorch for use with a CNN?
- How do I make a ragged batch in Tensorflow 2.0?
- How do I make a U-matrix?
- How do I pass a scalar via a TensorFlow feed dictionary
- How do I pass a scalar via a TensorFlow feed dictionary
- How do I plot a classification graph of a SVM in R
- How do I predict new data's cluster after clustering training data?
- How do I print inside the loss function during training in Keras?
- How do I print the model summary in PyTorch?
- How do I profile a tf.data.Dataset?
- How do I resolve one hot encoding if my test data has missing values in a col?
- How do I resolve these tensorflow warnings?
- How do I save a trained model in PyTorch?
- How do I save and load BatchNormalization Layer in this Tensorflow model?
- How do I select certain columns of a 2D tensor in TensorFlow?
- How do I set TensorFlow \`RNN\` state when state_is_tupleTrue?
- How do I set TensorFlow \`RNN\` state when state_is_tupleTrue?
- How do I set up TensorFlow in the Google cloud?
- How do I set up TensorFlow in the Google cloud?
- How do I shape my input data for use with Conv1D in keras?
- How do I solve overfitting in random forest of Python sklearn?
- How do I specify the model_config_file variable to tensorflow-serving in docker-compose?
- How do I split Tensorflow datasets?
- How do I start tensorflow docker jupyter notebook
- How do I store a fitted PCA so that I may transpose unseen testing dataset? I do not wish to keep the large training dataset on my CPU
- How do I swap tensor's axes in TensorFlow?
- How do I tell if a type is a simple type? i.e. holds a single value
- how do I use a very large 2M word embedding in tensorflow?
- How do I use Batch Normalization during test time in Keras?
.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