Machine Learning Engineer Question:
Tell us what’s a Fourier transform?
Answer:
A Fourier transform is a generic method to decompose generic functions into a superposition of symmetric functions. Or as this more intuitive tutorial puts it, given a smoothie, it’s how we find the recipe. The Fourier transform finds the set of cycle speeds, amplitudes and phases to match any time signal. A Fourier transform converts a signal from time to frequency domain — it’s a very common way to extract features from audio signals or other time series such as sensor data.
Previous Question | Next Question |
Tell us what are some differences between a linked list and an array? | Tell us how would you approach the “Netflix Prize” competition? |