Hi there, I'm Roy!
I build real-world ML products. And then help you do the same ! I also write blogs about data science and machine learning.
57499347a7366a8fb5db17adb776841b
const name = 'Roy';
Developer dev = new Developer(name);
while(dev.isCoding())
{
dev.listenToMusic();
dev.openStackOverFlow();
dev.drinkCoffee();
}