
SG HEALTHCARE AI
DATATHON & EXPO
AWS x NUHS Online challenge
Visit buildonasean2021.com for more details.
AWS x NUHS Online challenge
Visit buildonasean2021.com for more details.
Winners
Congratulations to our winning teams!
Champion: DataMiners
Apsar Hussain Sayed Danish HussainJoel Samuel Vijay AmirtharajManu DagurTanish GargFirst Runner-up: Team Rolle
Cindy Liow Hui Lin
Ng Yan Qing
Ong Liyi
Tan Peng Hwee, Sonia
Wong Jiawen
2nd Runner-up (tied):
Team Ayataka
Brendon Lim Chee How
Chu Wei Hao
Sim Sheng Qin
Tang Sze Tong
Zhang Xiaoyue
Team PhdBlazers
Fang Zhengdong
Ivan Goh Zheng Yang
Raphael Roshan Joseph

AWS Robotics Challenge
(Senior Category)
Program and registration details coming soon!
NVIDIA WORKSHOP
in Collaboration with NSCC
Monday, 7 December 2020
Full Day (9-5pm)
@ Online
Webinar link to be sent out after registration is confirmed
Details of the workshop will be out shortly!
"Registration for this workshops will be open soon"

Nvidia - One API Hands-on Workshop
Date: 8th Dec 2020
Time: 2 - 5 PM
Venue: online
Cost: Free, but registration is required
(As limited seats are available. a SGD 25 deposit is required, but it will be fully refunded after the participant has finished the workshop)
Speaker
This workshop is for Computer Vision developers, data scientist or software developers who are interested to know what is is OpenVino™ Toolkit and learn how to use it in accelerate and deployment on Intel® platforms. or interested to know how to kick start develop analytic project and optimize classic computer vision applications built with the OpenCV library or OpenVX API and harness the performance of Intel ® -based accelerators.
Target Audience:
- Data Scientist & Data Analysis & Software developer & Software vendors and System Integrators.
- NOTE: Participants must bring own laptop.
At the end of the workshop, participants will be able to:
- Understand high-level introduction of video analytic and its development cycle
- Intel’s Computer Vision portfolio for both hardware accelerators and software offerings including Intel® Distribution of OpenVINO™ toolkit
- Deep Dive in Intel® Distribution of OpenVINO™ toolkit and its key components like Model Optimizer, Intermediate Representation (IR), Inference Engine, Open Model Zoo, OpenCV etc.
- Performance Data of public networks optimized by OpenVINO™
- Some use cases example and a hands-on that walk through the steps to build a Retail use case related analytic application using Intel® Distribution of OpenVINO™ toolkit.
Thank you for your interest in the Intel AI workshop at NUHS. However, we have reached full capacity and will not be able to accept further registrations. If you would like to learn more about the Intel OpenVINO™ toolkit, please see here, (https://www.intel.sg/content/www/xa/en/internet-of-things/openvino-toolkit.html)
Build On, ASEAN 2021 is an annual nationwide hackathon held in Indonesia, Malaysia, Philippines, Singapore, Thailand, Cambodia, Pakistan, Vietnam and India where students form a team of 3 -5 members to learn, ideate, develop and compete with their fellow students within their country. Students can attend a workshop and consultation sessions that guides them to implement their proposals on AWS.
Finalists teams stand to win attractive prizes and get employment opportunities (Full-Time/Internships) with the participating organizations. The top 3 national teams will represent their country to compete in Build On, ASEAN 2021.
Registration details will be out soon.NVIDIA DEEP LEARNING INSTITUTE IN COLLABORATION WITH NSCC
Building Transformer-Based Natural Language Processing Applications
Build On, ASEAN 2021 is an annual nationwide hackathon held in Indonesia, Malaysia, Philippines, Singapore, Thailand, Cambodia, Pakistan, Vietnam and India where students form a team of 3 -5 members to learn, ideate, develop and compete with their fellow students within their country. Students can attend a workshop and consultation sessions that guides them to implement their proposals on AWS.
Finalists teams stand to win attractive prizes and get employment opportunities (Full-Time/Internships) with the participating organizations. The top 3 national teams will represent their country to compete in Build On, ASEAN 2021.
Registration details will be out soon.Learning Objectives:
By participating in this workshop, you’ll be able to:
> Understand how text embeddings have rapidly evolved in NLP tasks such as Word2Vec, recurrent neural network (RNN)-based embeddings, and Transformers
> See how Transformer architecture features, especially self-attention, are used to create language models without RNNs
> Use self-supervision to improve the Transformer architecture in BERT, Megatron, and other variants for superior NLP results
> Leverage pre-trained, modern NLP models to solve multiple tasks such as text classification, NER, and question answering
> Manage inference challenges and deploy refined models for live applications
Workshop Information and Prerequisites:
Duration: 8 hours
Prerequisites:
- Experience with Python coding and use of library functions and parameters
- Fundamental understanding of a deep learning framework such as TensorFlow, PyTorch, or Keras
- Basic understanding of neural networks
- Suggested materials to satisfy prerequisites: Python tutorial, Overview of Deep Learning Frameworks, PyTorch tutorial, Deep Learning in a Nutshell, Deep Learning Demystified.
Tools, libraries, and frameworks: PyTorch, pandas, NVIDIA NeMo™, NVIDIA Triton™ Inference ServerAssessment type:- Skills-based coding assessments evaluate students’ ability to build an NLP task, including a neural module pipeline and training.
- Multiple-choice questions evaluate students’ understanding of the NLP concepts presented in the class.
Certificate: Upon successful completion of the assessment, participants will receive an NVIDIA DLI certificate to recognize their subject matter competency and support professional career growth.Hardware Requirements: Desktop or laptop computer capable of running the latest version of Chrome or Firefox. Each participant will be provided with dedicated access to a fully configured, GPU-accelerated workstation in the cloud.Language: EnglishWorkshop Full!
But please check out our other exciting workshops, Thanks!
NVIDIA DEEP LEARNING INSTITUTE IN COLLABORATION WITH NSCC
Building Transformer-Based Natural Language Processing Applications
Applications for natural language processing (NLP) have exploded in the past decade. With the proliferation of AI assistants and organizations infusing their businesses with more interactive human-machine experiences, understanding how NLP techniques can be used to manipulate, analyze, and generate textbased data is essential. Modern techniques can capture the nuance, context, and sophistication of language, just as humans do. And when designed correctly, developers can use these techniques to build powerful NLP applications that provide natural and seamless human-computer interactions within chatbots, AI voice agents, and more.
Deep learning models have gained widespread popularity for NLP because of their ability to accurately generalize over a range of contexts and languages. Transformer-based models, such as Bidirectional Encoder Representations from Transformers (BERT), have revolutionized NLP by offering accuracy comparable to human baselines on benchmarks like SQuAD for question-answer, entity recognition, intent recognition, sentiment analysis, and more.
In this workshop, you’ll learn how to use Transformer-based natural language processing models for text classification tasks, such as categorizing documents. You’ll also learn how to leverage Transformer-based models for named-entity recognition (NER) tasks and how to analyze various model features, constraints, and characteristics to determine which model is best suited for a particular use case based on metrics, domain specificity, and available resources.
Learning Objectives:
By participating in this workshop, you’ll be able to:
> Understand how text embeddings have rapidly evolved in NLP tasks such as Word2Vec, recurrent neural network (RNN)-based embeddings, and Transformers
> See how Transformer architecture features, especially self-attention, are used to create language models without RNNs
> Use self-supervision to improve the Transformer architecture in BERT, Megatron, and other variants for superior NLP results
> Leverage pre-trained, modern NLP models to solve multiple tasks such as text classification, NER, and question answering
> Manage inference challenges and deploy refined models for live applications
Workshop Information and Prerequisites:
Duration: 8 hours
Prerequisites:
- Experience with Python coding and use of library functions and parameters
- Fundamental understanding of a deep learning framework such as TensorFlow, PyTorch, or Keras
- Basic understanding of neural networks
- Suggested materials to satisfy prerequisites: Python tutorial, Overview of Deep Learning Frameworks, PyTorch tutorial, Deep Learning in a Nutshell, Deep Learning Demystified.
Tools, libraries, and frameworks: PyTorch, pandas, NVIDIA NeMo™, NVIDIA Triton™ Inference ServerAssessment type:- Skills-based coding assessments evaluate students’ ability to build an NLP task, including a neural module pipeline and training.
- Multiple-choice questions evaluate students’ understanding of the NLP concepts presented in the class.
Certificate: Upon successful completion of the assessment, participants will receive an NVIDIA DLI certificate to recognize their subject matter competency and support professional career growth.Hardware Requirements: Desktop or laptop computer capable of running the latest version of Chrome or Firefox. Each participant will be provided with dedicated access to a fully configured, GPU-accelerated workstation in the cloud.Language: EnglishWorkshop Outline
Topic Description Introduction
(15 mins)Meet the instructor
Create an account at courses.nvidia.com/joinIntroduction to Transformers
(120 mins)Explore how the Transformer architecture works in detail:
Build the Transformer architecture in PyTorch.
Calculate the self-attention matrix.
Translate English to German with a pre-trained Transformer model.Break 60 mins Self-Supervision, BERT, and Beyond
(120 mins)Learn how to apply self-supervised Transformer-based models to concrete NLP tasks using NVIDIA NeMo:
Build a text classification project to classify abstracts.
Build a named-entity recognition (NER) project to identify disease names in text.
Improve project accuracy with domain-specific models.
Break (15 mins) Inference and Deployment for NLP
(120 mins)Learn how to deploy an NLP project for live inference on NVIDIA Triton:
Prepare the model for deployment.
Optimize the model with NVIDIA® TensorRT™.
Deploy the model and test it.Final Review and Next Steps
(15 mins)Review key learnings and answer questions.
Complete the assessment and earn a certificate.
Take the workshop survey.
Learn how to set up your own environment and discuss additional resources and training.
Why Choose NVIDIA Deep Learning Institute for Hands-On Training?
> Access workshops from anywhere with just your desktop/laptop computer and an internet connection. Each participant will have access to a fully configured, GPU-accelerated workstation in the cloud.
> Obtain hands-on experience with the most widely used, industry-standard software, tools, and frameworks.
> Learn to build deep learning and accelerated computing applications for industries, such as healthcare, robotics, manufacturing, accelerated computing, and more.
> Gain real-world expertise through content designed in collaboration with industry leaders, such as the Children’s Hospital of Los Angeles, Mayo Clinic, and PwC.
> Earn an NVIDIA Deep Learning Institute certificate to demonstrate your subject matter competency and support your career growth
SINGAPORE HEALTHCARE AI DATATHON AND EXPO 2021



