Introduction to “kedro”, which is an open-source Python framework for creating reproducible, maintainable, and modular data science code. Kedro is an incubation-stage project of the LF AI & Data Foundation. Why it is useful and why you may want to use it as a data engineer, data scientist, or Product Manager. Date and Time :…
Tag: PyCon HK x COSCUP 2022

[PyCon HK x COSCUP 2022 Online Special Track] Deep Learning with PyTorch: From Beginner to Research
Machine learning (ML) / deep learning (DL) projects and techniques have been increasing rapidly in the past few years. With the diffusion of technology, more people get to approach ML/DL. In this session, we will have a discussion of how to learn ML/DL by model re-implementation and open source projects, and the experience of medical…

[PyCon HK x COSCUP 2022 Online Special Track] Triton As NLP Model Inference Back-end
If there is a Chatbot with massive users and uses your own NLP model, it might face a bottleneck that back-end service is not easy to handle such NLP concurrency. To solve this kind problem, Nvidia has introduced an open-source inference server, Triton, which allowed to deploy AI model on GPU or CPU. It will…