Mention the difference between Data Mining and Machine learning?
Machine Learning Interviews
Machine Learning Interview Questions
"To get a job in machine learning, you must have the programming and mathematical knowledge to create artificial intelligence that is capable of learning new tasks without being explicitly coded. In an interview you may be asked about your experience with pertinent coding languages such as Java and C++ as well as with writing algorithms. The interview will be comprised mainly of technical questions that test your knowledge of the fundamental concepts of machine learning such as data mining and signal processing."
8,197 machine learning interview questions shared by candidates
Resume and project code explanation
Describe approaches to data mining of customer logs.
Future colleagues asked my salary expectations
basic ml questions such as difference between l1/l2, the geometric interpretation, etc.
Does averaging two readings reduce the error? Imagine you have a therometer measuring the temperature over time, resulting in a series of readings: [90, 95, 100…] There could be two reasons for the variation in these numbers: the actual temperature is changing, or the thermometer is inaccurate and showing changing numbers for a constant temperature. For the purpose of this problem, you can assume that that the temperature is constant, so a perfect thermometer would return [100, 100, 100, 100, 100, 100, 100…] But we don’t have a perfect thermometer, resulting in error in the measurement. The error is determined by the standard deviation. We want to reduce the error. Someone suggests installing two thermometers: thermometer1 = [90, 95, 100…] thermometer2 = [92, 97, 94…] Then you take the average of the ith values of each thermometer: average = [91, 96, 97…] The question is whether the average has lower error than just using one thermometer. Build a simulation to test thousands of different scenarios and answer the question empirically.
Practical ML and coding questions
Please explain your experiences in machine learning!
what is your goal in this field ?
reverse integer number in python
Viewing 501 - 510 interview questions