Expertise: Data analysis, machine learning, deep learning, NLP, Python.
Muriel Kosaka is a data analyst for The Walt Disney Company with experience in statistical analysis, machine learning, deep learning and natural language processing. Kosaka has worked in research and analytics roles since 2020, and previously worked as a research assistant for EVALCORP Research & Consulting. She holds a master’s in psychology and is a graduate of the Flatiron School data science bootcamp.
Python generator functions allow you to declare a function that behaves like an iterator. It uses the yield keyword to produce values one at a time and only executes when next() is called.