Kay Jan Wong
Senior Software Developer at GIC
Expertise: Python, AI, machine learning, data science
Education: National University of Singapore

Kay Jan Wong is a senior software developer for the investing firm GIC, where she specializes in data analytics, AI and machine learning methods and Python. Wong has worked as a data scientist since 2019 and has previously served as a senior associate, data scientist and machine learning engineer for DBS Bank. She also works as an assistant lecturer in AI at the National University of Singapore. Wong holds a master’s in computer science from National University of Singapore.   

Sort By
Most Recent
Most Recent
Oldest
2 Articles
Big tree representing python bigtree
Trees are non-linear data structures that store data hierarchically and are made up of nodes connected by edges. Here’s how to implement it in Python using bigtree.
multiple threads combining to make a string
Multithreading and multiprocessing are two ways to achieve multitasking in Python. Learn the difference between them, when to use them and how to implement.