Machine Learning and AI Workshop at Singapore.
Recently I had conducted Machine Learning and AI workshop at New Horizons Singapore.
Around 20 attended the workshop. Employees from various IT companies and organizations attended the event.
Topics covered at the workshop-
https://uditha.wordpress.com/2017/11/15/big-data-and-machine-learning-workshop-sri-lanka/
Data Science and Machine learning Bootcamp training at Singapore.
Recently I did Data Science and Machine learning Bootcamp training at Singapore.
This 3 days training was focus on getting started with Data Science technologies.
Azure machine learning studio, R studio, Jupyter Notebook , Spyder with Python for data science.
It also includes real world usage of machine learning for regression, classification and product recommendations.
Course Outline –
https://uditha.wordpress.com/2018/04/25/data-science-bootcamp-training-sri-lanka-singapore/
13 developers from following companies attended 3 Days of training.
DBS Bank , Singapore
https://www.dbs.com.sg/
Institute of Technical Education , Singapore
https://www.ite.edu.sg/
Mapletree Investments , Singapore
https://www.mapletree.com.sg/
Singapore Food Agency
https://www.sfa.gov.sg/
For Training Requirement Contact-
Data Science and Machine Learning September 2019 Workshop Sri Lanka.
Few days ago I had conducted the workshop on Data Science and Machine Learning.
Around 10 attended the workshop.Employees from Mobitel, Expo Freight (EFL)and Abanse came to the event.
Topic covered at the workshop-
https://uditha.wordpress.com/2017/11/15/big-data-and-machine-learning-workshop-sri-lanka/
For Training Requirement Contact-
Data Science Lecturing at Sri Lanka Institute of Information Technology (SLIIT).
Recently I had conducted Data Science Lecturing at Sri Lanka Institute of Information Technology for Data Science batch.
Lecturing was span across six week for 40 students covering following topics –
- Introduction to Spyder IDE, Jupiter Notebook with Python basics
- Azure Machine Learning
- Python Data science libraries / Pandas /Scikit Learn
- Introduction to tenser flow basics
- Basic Neural Networks using tenser flow
Data Science and Machine learning Bootcamp training at Singapore.
Recently I did Data Science and Machine learning Bootcamp training at Singapore for VISA Employees.
This 3 days training was focus on getting started with Data Science technologies. Azure machine learning studio, R studio, Jupyter Notebook , Spyder with Python for data science.
It also includes real world usage of machine learning for regression, classification and product recommendations.
Course Outline –
https://uditha.wordpress.com/2018/04/25/data-science-bootcamp-training-sri-lanka-singapore/
5 developers from Visa Worldwide ,Singapore attended 3 Days training.
For Training Requirement Contact-
Azure Machine Learning and AI Workshop at COMAT Singapore.
Recently I did Azure Machine Learning workshop at COMAT Singapore subsidiary of ST Engineering.
Topics Covered –
– Introduction to Machine Learning.
– Introduction to Azure Machine Learning.
– Predicting Employee Churn using AML.
Around 25 IT professionals and students attended my session.
Azure Machine Learning and AI Workshop at University of Colombo.
Recently I did Azure Machine Learning workshop at University of Colombo.
Topics Covered –
– Introduction to Machine Learning.
– Introduction to Azure Machine Learning.
– Predicting Employee Churn using AML.
Around 40 final year students attended my session.
Global Azure Bootcamp 2019 – Colombo, Sri Lanka.
Recently I did Machine Learning session at Global Azure Bootcamp 2019 –Colombo.
Session Topic- Building a Product Recommendation System using Azure Machine Learning
Session Description-
Recommender systems are one of the most successful and widespread application of machine learning technologies in business .
This session will focus on building a Product Recommendation System using Azure Machine Learning and deploying as a web service.
Microsoft Azure Machine Learning Studio is a collaborative tool use to build, test, and deploy predictive analytics solutions on your data.
Machine Learning Studio publishes models as web services that can easily be consumed by custom apps or BI tools.
Around 70 attended the session.
Event details-
Azure Machine Learning and AI Workshop at Microsoft Singapore.
This workshop aims to enable participants with the knowledge to analyze and present data by using Azure Machine Learning,
and to provide an introduction to the use of machine learning and Cognitive Services.
– Introduction to Machine Learning
– Introduction to Azure Machine Learning
– Predicting Employee Churn using AML
This workshop is suitable for software developers, database developers, business intelligence analysts and IT professionals.
Date/ Time: 6 May 2019, 6.30pm to 9.00pm (registration starts at 6.15pm)
Location: Microsoft Singapore, Level 21, One Marina Boulevard Singapore 018989
About the speaker:
Uditha Bandara (MVP) specializes in Microsoft development, AI, Mobile App and Cloud technologies. He is the South East Asia’s First XNA/DirectX MVP (Most Valuable Professional). He had delivered sessions at various events and conferences in Hong Kong, Malaysia, Singapore, Cambodia, Indonesia, Myanmar, Bangladesh, Sri Lanka and India. He has published several books, articles, tutorials, and demos on his Blog – https://uditha.wordpress.com
Meetup event –
GLOBAL AZURE BOOTCAMP 2019 , Kuala Lumpur , Malaysia.
All around the world user groups and communities want to learn about Azure and Cloud Computing!
On April 27, 2019, all communities will come together once again in the sixth great Global Azure Bootcamp event!
Each user group will organize their own one day deep dive class on Azure the way they see fit and how it works for their members.
The result is that thousands of people get to learn about Azure and join together online under the social hashtag #GlobalAzure!
I will be speaking at GLOBAL AZURE BOOTCAMP 2019 , Kuala Lumpur , Malaysia.
Date/ Time
April 27, 2019, 9AM – 5PM
Data & AI Agenda
THE VENUE
Official Site-
Global AI Night , Colombo – Sri Lanka 2019 – Event Update.
Global AI Night,Colombo successfully concluded on 2nd of April at Microsoft Sri Lanka.
Event Details-
https://uditha.wordpress.com/2019/03/19/global-ai-night-colombo-sri-lanka-2019/
Official Announcement Video
First session by Mr.Indika Dalugama
(Solution Architect Data & AI)
Microsoft AI Roadmap
Second Session by Uditha Bandara
Microsoft MVP, Founder Blue Chip Training
http://bluechiptraining.biz
Microsoft AI Technology platform with hands on Labs
Third Session by Mr. Calvin Hindle
Business Consultant (Cognitive & Machine Learning)
Millennium IT
AI Driven Customer Experience
Around 60 participant attended Global AI Night , Colombo. Including university students and industry professionals.
Colombo AI Technology Meetup – 500+ members and growing.
Building RNN (Recurrent Neural Network) using TensorFlow
In this tutorial we will look into building RNN using Tenserflow.
We can use RNN for forecasting data where output can be next value or sequence of values.
The RNN trains its units by adjusting their weights following a slight modification of a feedback process known as backpropogation
We can use tenserflow to implement RNN. Following code we implement an RNN in to predict spam from texts
Test accuracy plot