Apache Kafka is widely used in large scale message processing applications. However, build a (job|task|work) processing system with Kafka is not straightforward. The talk will share experience on building a heterogeneous Job processing with Kafka and Python. The mentioned job processing mechanism can be made use of to several scenarios, e.g., cloud resource provisioning, tiering…
Year: 2018
Deploying Machine Learning Models in Python
Machine learning is now widely used in different applications. In some cases, it is sufficient to generate batch results using machine learning models in an offline manner. However, in other cases, models must be deployed online in a production environment, such that end users or other system components can benefit from the real-time outputs of…
IoT in Home – Building a Toilet Vacancy Indicator
This talk is to encourage audiences start solving problems in their everyday’s life by building IoT systems with Python, Raspberry Pi and sensors. The technologies being used in the project of this talk is not difficult, but when every pieces of technology comes together, we can create something that actually helps. Agenda: 1. Demo video…
Quant Trading with artificial intelligence
The objective of the talk is to provide an introduction of how artificial intelligence could be applied in stock trading. This session will introduce how to use Python to extract historical open-high-low-close (OHLC) data, perform data processing, recognise patterns in the stock market with artificial intelligence algorithms and eventually backtest the strategy. The talk will…
Secure yourself (& your apps) with Secretless
All apps need secrets – it could be passwords, API key or cert. We need tons of secrets to do our Dev job, and at the same time, make us as potential suspects during data breaches or cyberattacks. It is totally unavoidable, until now. In this session, 2 open source projects, Conjur & Secretless, will…
Deep Learning in Python: Image Recognition for Anime Characters
Deep learning is a booming machine-learning technique which we often read in a lot of articles nowadays. Deep learning sounds like an intimidating concept for a lot of people, but everyone believes that deep learning is a cutting-edge tool to solve a lot of problems. In this talk, we will see how Python and various…
Enjoy type hinting and its benefits
From Python 3, type hinting was prompted. Thanks to this, static type analysis is now available in Python’s world. It is possible to use this mechanism with mypy, intellij etc. In this session we will learn about type hinting in Python 3.5 / 3.6/ 3.7. Next, learn how to use static type analysis using mypy….
Exploiting Emotional Knowledge from Emojis and #Hashtags
Grasping other person’s emotions or sentiments through texts is challenging even for humans sometimes. I bet you also have an experience that once you were reading someone’s message multiple times to figure out, “Is he/she upset? Or am I too sensitive?” Despite the difficulties, figuring out emotion or sentiment in texts is crucial nowadays, due…
Industrial Machine Learning Pipelines with Python & Airflow
This talk will provide a practical deep dive on how to build industry-ready machine learning and data pipelines in Python. I will cover practical presentation that will build from the basics of Airflow, and show how it is possible to build scalable and distributed machine learning data pipelines using a distributed architecture with a producer-…
Honey, There is a Python in my Android Phone!
Simple scripting, such as Python, Bash, PHP, Perl are all embedded in modern operating system. Since Android is also a linux-based operating system, with some techniques, it is also possible for us to write a script. Unfortunately before SL4A arrives (Scripting Language 4 Android), it is not possible for us to script on Android phone….