InterviewSolution
Saved Bookmarks
| 1. |
So, you have done some projects in machine learning and data science and we see you are a bit experienced in the field. Let’s say your laptop’s RAM is only 4GB and you want to train your model on 10GB data set. |
|
Answer» What will you do? Have you experienced such an issue before? In such types of questions, we first need to ask what ML model we have to train. After that, it depends on whether we have to train a model based on Neural Networks or SVM. The steps for Neural Networks are given below:
The steps for SVM are given below:
Now, you may describe the situation if you have faced such an issue in your projects or working in machine learning/ data science. |
|