Machine Learning questions and answers
Model training, evaluation and the classical algorithm toolkit. Page 12 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 661-720
- Distinguishing overfitting vs good prediction
- Distributed algorithm for SVD?
- Distributed hierarchical clustering
- Distributed Tensorflow good example for synchronous training on CPUs
- Distributed Tensorflow who applies the parameter update?
- Distributed Tensorflow who applies the parameter update?
- DIvisive ANAlysis DIANA Hierarchical Clustering
- Do I give cross_val_score the entire dataset or just the training-set?
- Do I have to do one-hot-encoding separately for train and test dataset?
- Do I need to split data when using GridSearchCV?
- Do keras loss have to output one scalar per batch or one scalar for the whole batch ?
- Do not use tf.reset_default_graph to clear nested graphs
- Do we need to use beam search in training process?
- Do you apply min max scaling separately on training and test data?
- Does adding a feature certainly making the model better?
- Does anybody know any Clojure machine learning framework?
- Does applying a Dropout Layer after the Embedding Layer have the same effect as applying the dropout through the LSTM dropout parameter?
- Does batch normalisation work with a small batch size?
- Does bias in the convolutional layer really make a difference to the test accuracy?
- Does calling the model.fit method again reinitialize the already trained weights?
- Does config.gpu_options.allow_growthTrue reduce performance in the long run?
- Does dropout layer go before or after dense layer in TensorFlow?
- Does EarlyStopping in Keras save the best model?
- Does Google Tensorflow support OpenCL
- Does GridSearchCV in sklearn train the model with whole data set?
- Does GridSearchCV perform cross-validation?
- Does image size matter when training with TensorFlow?
- Does ImageDataGenerator add more images to my dataset?
- Does imblearn pipeline turn off sampling for testing?
- Does keras.backend.clear_session deletes sessions in a process or globally?
- Does make sense use dynamic learning rate in AdamOptimizer?
- Does scikit-learn perform real multivariate regression multiple dependent variables?
- Does SVM classification always produces unique solution?
- Does TensorFlow 1.9 support Python 3.7
- Does TensorFlow by default use all available GPUs in the machine?
- Does TensorFlow by default use all available GPUs in the machine?
- Does TensorFlow have cross validation implemented?
- Does TensorFlow have cross validation implemented?
- Does TensorFlow job use multiple cores by default?
- Does Tensorflow normalize input data by default?
- Does tensorflow or python have memory cleanup issues when using multiple models in loop?
- Does TensorFlow plan to support OpenCL?
- Does Tensorflow simplify a computational graph?
- Does tensorflow use automatic or symbolic gradients?
- Does TensorFlow view all CPUs of one machine as ONE device?
- Does tensorflow's object detection api support multi-class multi-label detection?
- Does Tessaract OCR uses neural networks as their default training mechanism
- Does tf.math.reduce_max allows gradient flow like torch.max?
- Does the dataset size influence a machine learning algorithm?
- Does the pipeline object in sklearn transform the test data when using the .predict method?
- Does the SVM in sklearn support incremental online learning?
- Does the TensorFlow backend of Keras rely on the eager execution?
- Does Word2Vec has a hidden layer?
- does word2vec tutorial example imply potential sub-optimal implementation?
- Doing hyperparameter estimation for the estimator in each fold of Recursive Feature Elimination
- Doing Multi-Label classification with BERT
- Doing pairwise distance computation with TensorFlow
- Don't need some existed classes in pre-trained models
- Dot product of two vectors in tensorflow
- Dots and boxes solving algorithm
.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