Program – Košice

Nadchádzajúce meetupy

ZRUŠENO

Why your own neural network implementation can be faster than any framework? The secret is when. (Rudolf Jaksa)

  • Language: Slovak
  • Date and time: ZRUŠENO Wednesday, March 11th at 16:30

Abstract:
Naive implementation of neural networks in the C language can be tens, or hundreds times faster than usage of common neural networks frameworks. Simplicity of neural networks learning algorithms goes well with the automatic vectorization in recent versions of GNU C Compiler and in the result native builds are much faster than generic, and newer CPUs are significantly faster than just few years old ones. We will show possible gains. Concrete speedup depends on the topology of the network and on the CPU itself. To measure it, we prefer the classic Connection updates per second (CUPS) training speed metric, which is more universal and more practical than task-specific benchmarks. “To measure” is important, as the interplay of topology, framework and hardware is complex. Our C code for neural networks training and support tools for automation of the CUPS curves measurement are on GitHub.


Speaker:
Rudo is the Head of AI in Matsuko, working on custom 3D convolutional architectures for holographic communication. Before he worked on NN predictors and RL for E-commerce in Exponea, and on the industrial and weather NN prediction in Kybernetes/MDJ. For 20 years he taught Neural Networks on the TU Kosice. He worked with Interactive Evolutionary Computation on KID Fukuoka.

Minulé meetupy

Optimization for ML: From Theory to Practice and Back (Filip Hanzely)

Abstract:
Most of supervised machine learning problems, including deep learning, are routinely solved via optimization recently. We will discuss several widely used optimization algorithms and mention how the current theory is (not) reflected in the practice. Lastly, we will talk about several challenges the field is currently facing.


Speaker:
Filip Hanzely is now PhD Student (Optimization) on KAUST. He received his Bc degree (Economics and Financial mathematics) at the Comenius University, Bratislava, Slovak Republic in 2016, and MSc degree (Mathematics and Statistics) at the University of Edinburgh in 2017. He had interned in Amazon, Berlin and in Google Research, New York, in summer 2018 and summer 2019, respectively.

Filip’s website.

Formal concept analysis (FCA) and its basic tools (Ondrej Krídlo)

  • Language: Slovak
  • Date and time: Wednesday, February 26th at 16:00
  • Venue: VKM room, Jesenná 5, Košice, first floor
  • Social: Facebook, Eventbride, Meetup.com
Abstract:
During the lecture we will explain the fundamental concepts and approaches of FCA. The method was created in the 80’s with the intention to make the object-property datatype analysis results reflect reality with greater accuracy. This type of analysis enables us to see previously hidden meanings and relations in object clusters in regards to their attributes. Fundamental principles of FCA are built for the true/false datatype. We will showcase the simple transition to the analysis of more sundry datatypes.


Speaker:
RNDr. Ondrej Krídlo, PhD. studied Informatics at Faculty of Science, P. J. Šafárik University in Košice, where he currently works. In collaboration with a team in Malaga, he focuses on formal concept analysis, fuzzy logic and category theory.

Text detection and recognition in natural scene images – a real challenge (Peter Bugata, Dávid Hudák)

  • Language: Slovak
  • Date and time: Wednesday, February 12th at 16:00
  • Venue: VKM room, Jesenná 5, Košice, first floor
  • Social: Meetup.com, Facebook, Eventbrite
Abstract:
During the summer student internship at VSL Software, a.s., we have learned some text recognition techniques. We applied them to the practical problem of recognizing the wagon number in freight trains. We will present our results achieved through two neural networks that have learned to cooperate.


Speaker:
Peter Bugata is a project manager at VSL Software, a.s. in Košice. He studied Teoretická kybernetika, matematická informatika a teória systémov at Faculty of Science, P. J. Šafárik University in Košice.

Introduction to Deep Reinforcement Learning II (Slavo Maťašovský)

 

workshop description:
1) From Reinforcement Learning to Deep Reinforcement Learning
2) Value Based Methods
– Deep Q-Learning Agent
– Dueling Deep Q-Learning Agent
3) Policy Gradient Methods
– Introduction to PG methods – state action-value and policy parameterization using DNN – Deep Neural Networks
– Policy Gradient Theorem
– A2C – Advantage Actor-Critic Agents
– DDPG – Deep Deterministic Policy Gradient Agent
– MADDPG – Multi-Agent Deep Deterministic Policy Gradient
– SAC – Soft Actor Critic Agent
4) Stabilizing Deep Reinforcement Learning
– Experience Replay
– Fixed Q-Targets
5) Examples of RL agents using ML Agents environment
– Car simulator using SAC/DDPG
– Table tennis multiplayer game using MADDPG
– Robotic arm object fetching

Slavo Matašovský vyštudoval inžinierský titul v odbore computer science na Technickej univerzite v Košiciach. Aktuálne pracuje vo firme Tachyum (www.tachyum.com) ako senior AI Architect.

Introduction to Deep Reinforcement Learning (Slavo Maťašovský)

Reinforcement Learning je efektívna metóda ako naučiť vlastného inteligentného autonomného agenta riešiť rôzne AI problémy – hry, samostatne-riadené vozidlá, robotiku, šetrenie energie v dátovych centrách a pod. Proces učenia závisi na hodnote odmien a na pozorovaniach získanými interakciami autonomného agenta s prostredím. Tento model je veľmi všeobecný a možno ho použiť v mnohých praktických situáciách. Prejdeme si hlavne metody DRL – Q-Learning a Policy Gradients, vysvetlíme si aké sú výhody kombinovania Deep Neural Networks s DRL a nakoniec si ukážeme zopár príkladov bežiacich v simulačnom prostredí Unity ML-Agents.

Slavo Matašovský vyštudoval inžinierský titul v odbore computer science na Technickej univerzite v Košiciach. Aktuálne pracuje vo firme Tachyum (www.tachyum.com) ako senior AI Architect.

Automation of Data Science (Tomas Horvath)

With the crescent number of data scientific tasks, there is a high demand for the use of machine learning techniques to extract new and meaningful knowledge from new datasets. The choice of best techniques and adequate setting of their hyper-parameters are the main subject of a research area known as automated machine learning, often abbreviated as AutoML. During the talk, the main methods used and utilized to simulate an expertise and experience of a data scientist as well as techniques for automation of certain tasks in data science will be presented. The talk is rather theoretical, basic knowledge of machine learning and data mining is eligible to understand the basic concepts behind AutoML.

Dr. Tomáš Horváth is the head of the newly established Data Science and Engineering Department at the Eötvös Loránd University in Budapest, Hungary, since September 2016. Here received his MSc and PhD degrees at the Pavol Jozef Šafárik University in Košice, Slovak Republic, in 2002 and 2008, respectively. He was on a post-doc internship at the Information Systems and Machine Learning lab of the University in Hildesheim, Germany, from 2009 to 2012. From 2015 to 2016 he received a post-doc grant at the Department of Computer Science, University of São Paulo in São Carlos, Brazil.

His research interests include relational learning, rule-based and monotone classification techniques, pattern mining, recommender systems and personalization. Recently, he is focusing his work on meta-learning techniques and automated machine learning approaches.

AI a AR v robotike (Jozef Orenič)

Ako integrovať AI a AR do robotiky? Aké sú dnešné možnosti na rozdiel od minulosti? Uvedieme si niekoľko príkladov, čo sa v súčasnosti v robotike robí, čo by sa v blízkej budúcnosti dalo a čo je pre najbližšie roky stále len fikcia. Vďaka veľkému rozmachu a investícií do aplikovania umelej inteligencie v reálnych a užitočných situáciach, je tento pojem posledné roky skloňovaný v takmer každom odvetví. Čo s týmito technológiami môžu dosiahnuť jednotlivci či samoukovia? Pokúsim sa to objasniť na príklade spojenia robotiky a rozšírenej reality. Nebude chýbať aj malá ukážka aktuálne zostrojovaného robota práve s týmto cieľom.

Jozef Orenič vyštudoval inžinierský titul v odbore informatika na Technickej univerzite v Košiciach, no už roky predtým sa venoval vývoju webových stránok a systémom. Popri tom ho ale stále zaujímala robotika, v ktorej neustále využíval svoje vedomosti z rôznych programovacích jazykov. Robotika je pre neho stále hobby, no rád by sa tomu venoval naplno. Aktuálne pracuje vo firme GlobalLogic ako team leader, kde sú jeho najväčšie výzvy vedenie ľudí k lepšiemu programovaniu a ešte lepšej tímovej nálade.

Introduction to H2O Driverless AI with Jan Gamec

H2O.ai is a visionary Silicon Valley open source software company that created and reimagined what is possible. We are a company of makers that brought to market new platforms and technologies to drive the AI movement. We are the makers of H2O, the leading open source data science and machine learning platform used by nearly half of the Fortune 500 and trusted by over 14,000 organizations and hundreds of thousands of data scientists around the world.

H2O Driverless AI employs the techniques of expert data scientists in an easy to use application that helps scale your data science efforts. Driverless AI empowers data scientists to work on projects faster using automation and state-of-the-art computing power from GPUs to accomplish tasks in minutes that used to take months.

With Driverless AI, everyone including expert and junior data scientists, domain scientists, and data engineers can develop trusted machine learning models. This next-generation automatic machine learning platform delivers unique and advanced functionality for automatic data visualization, feature engineering, model interpretability and low-latency deployment.

Jan is Senior SW/ML Engineer at H2O.ai working mostly on Driverless AI. In past Jan worked as full-stack engineer on various projects oriented on ML, web/mobile apps or cryptography, and holds Master’s degree in ML from Prague CTU. Out of office, Jan is keen on sports and playing violin.

Apache Mesos – ako sa budujú moderné clustre (Zdenko Vrábel)

Čo majú spoločné firmy ako Uber, Netflix, Apple a Twitter? Títo technologickí giganti pri budovaní svojich dátových impérií používajú Apache Mesos. Prednáška o tom, ako Twitter prebudoval tajnú zbraň Google. Mesos sa dnes schováva za Apple Siri. Je to technológia, na ktorej Netflix postavil svoj streaming a ktorá je základom ich machine learning platformy. Je súčasťou tzv. SMACK stacku (Spark, Mesos, Akka, Cassandra, Kafka) pre big data. Mesos má široké využitie, či už ide o big data riešenia, microservices alebo hybridný cloud.

Zdenko je 16 rokov programátor a nič iné len prográmator so záľubou pre infraštruktúry a netradičné prístupy.

Save the Vineyard Hackathon – Preparatory Workshop (Stanislav Hrivňák)

 

V spolupráci s Eastcode Sessions sme si pre Vás pripravili prípravný workshop k nadchádzajúcemu Save the Vineyard! hackathonu. Na tomto stretnutí si urobíme podrobný prehľad datasetu, prehľad techník používaných na riešenie podobných problémov a spôsoby evaluácie modelov.

Workshop je vhodný pre začiatočníkov aj stredne pokročilých v oblasti strojového učenia.

RNDr. Stanislav Hrivňák pôsobí na UPJŠ v Košiciach ako počítačový biofyzik, kde sa dlhodobo venuje rozvoju algoritmov na spracovanie dát z mikroskopov. Takisto je aj súčasťou tímu Machine Intelligence Lab v GlobalLogic, kde aktívne spolupracuje na vytváraní machine learning modelov.

Practical TensorFlow – Wide and Deep Learning Workshop (Daniel Kuchta)

 

Ľudský mozog je sofistikovaný učiaci sa stroj formujúci si predstavu o fungovaní sveta na základe každodenných skúseností. Získané poznatky následne zovšeobecňuje a aplikuje ich v nových situáciách. Kombináciou špecifických výnimiek a všeobecných pravidiel dokáže robiť komplexné predikcie. Tímu Google Research sa podarilo skombinovať tieto vlastnosti pomocou spojenia lineárneho modelu a hlbokej neurónovej siete. Výsledný model nazvali Wide & Deep Learning a my si ukážeme ako takýto model použiť pomocou knižnice TensorFlow.

Na workshop si prosím prineste vlastné notebooky. Počet miest je limitovaný na 15 účastníkov. Workshop je vhodný aj pre začiatočníkov.


Daniel v súčasnosti pôsobí ako Head of Machine Learning Practice v GlobalLogic v Košiciach, kde má na starosti rozvoj machine learning tímu, získavanie skúseností s novými ML technológiami a ich uplatnenie v praxi na rôznych projektoch.

Postavte si svoje AI riešenie (Peter Bednár)

Ak hľadáte odpovede na otázky, prečo niektoré metódy pre vaše dáta fungujú a iné nie? alebo, kedy a ako upraviť už naučenú sieť pre váš problém? a koľko trénovacích dát na to budete potrebovať?, tak táto prednáška by mohla byť pre vás.


Peter od roku 2000 pracuje na Európskych výskumných projektoch zameraných na aplikovanie metód umelej inteligencie do praxe. Navrhoval prediktívne modely pre predpoveď spotreby vody, počasia, ekonomických ukazovateľov, sentimentu na sociálnom webe, kvality anód pri elektrolýze hliníka, atď. Dlhodobo sa venuje metódam učenia a spracovaniu prirodzeného jazyka. Na Katedre Kybernetiky a Umelej inteligencie TU Košice vyučuje metódy analýzy dát a technológie spracovania veľkých dát.

Building Safe AI (Andrew Trask)

In the first half of this talk, I’ll introduce and describe Private Deep Learning, which is an approach to training neural networks in an encrypted state such that it’s growing intelligence (and the underlying data) is protected from theft. This will include a description of Federated Learning and Multi-Party Computation.

In the second half of this talk, I’ll be discussing the significant impacts this technology has when combined with the recent advancements in Blockchain and Peer-to-Peer into a new open-source platform called OpenMined. This will include a live demo showing how to train a neural network on a large, distributed, private dataset.

Andrew Trask is a PhD Student at the University of Oxford studying Deep Learning. He is also the author of Grokking Deep Learning, a Manning Publications introductory book which has sold over 6000 copies, an instructor in Udacity’s Deep Learning Nanodegree, and the author of a popular machine learning blog http://iamtrask.github.io/ . Previously, Andrew was a researcher and analytics product manager at Digital Reasoning where he trained the world’s largest artificial neural network with over 160 billion parameters and helped guide the analytics roadmap for the Synthesys AI platform deployed to many Enterprises such as Goldman Sachs, UBS, HCA (the largest hospital network in North America), various members of the Intelligence Community, and the US Military. Andrew lives on a boat in Oxford with his wife Amber and plays piano in his spare time.

Deep learning: čo, prečo, ako? (Rudolf Jakša)

Čo je to deep learning? Ako a čím je obtiažny či jednoduchý? Čím je zaujímavý? V čom sa líši od iných prístupov? Čo umožňuje a v čom vyniká? Čo sa bez neho nedalo urobiť, alebo sa dalo horšie? A prečo? Ako ho aplikovať v praxi? Deep learning je zviazaný s algoritmom Backpropagation, konvolučnými neurónovými sieťami, príznakovými mapami. S rozpoznávaním reči a rozpoznávaním obrazu. So Silicon valley a Toronto univerzitou. S výpočtami na grafických kartách. Nakoniec ale Deep learning bol objavený vďaka algoritmu Backpropagation a vďaka algoritmu Backpropagation je deep a je learning.
Rudolf dvadsať rokov vyučoval neurónové siete na Katedre kybernetiky a umelej inteligencie na Technickej univerzite Košice. Dva roky pôsobil v laboratóriu profesora Takagiho v Kyushu inštitúte dizajnu v oblasti interaktívnych systémov
na báze umelej inteligencie. Aktuálne pracuje na vývoji predikčných a modelovacích aplikácii postavených na neurónových sieťach v Kybernetes s.r.o. Košice. Dlhodobo sa venuje algoritmu Backpropogation a otázke implementácie neurónových sietí a práci s numerickými dátami.

Rozpoznávanie šiat vo fashion industry – neurónky vs. geometrický prístup (RNDr. Andrej Hosťovecký, PhD.)

V Predictale sa venujeme rozpoznavaniu objektov v 2D obrázkoch. Chceme Vám povedať niečo o dvoch prístupoch, ktoré sme otestovali – už etablované neuronové siete a geometrický prístup založený na numerickej matematike a geometrii. Porovnávame nielen modely, ale aj typ chyby, ktoré robia. Ako porovnávať chybu neurónovej siete a analytickú chybu? Adnrej vyštudoval Matematickú analýzu, Počítačovú grafiku, Topológiu a Geometriu na FMFI UK v Bratislave v rámci magisterského a doktorandského štúdia. Vyučoval na FMFI UK a aj na STU SvF a STU FA. Momentálne pracuje pre spoločnosť Predictale ako návrhár neurónových sietí. Jeho špecializácia je aplikácia geometrického a analytického prístupu pri neuronových sieťach na riešenie biznis cases v oblasti fashion retail. Má rád slaninku a steaky.

Rankingová Alenka ve fintechové říši divů (Marek Modrý)

‘Learning to rank’ je zvláštní disciplína. Dodnes se k ní přistupuje jako ke klasifikaci, regresi i jako k vlastní zvláštní disciplíně. Co víc, narozdíl od jiných problémů, zde se stále neprosadil deep learning a state of the art je založen na rozhodovacích stromech. Ačkoliv je řazení výsledků ve vyhledávačích nejčastěji uváděnou aplikací rankingu, přínosný může být kdekoliv. Přijďte si poslechnout příběh (nejen) o tom, jak ani několikaleté zkušenosti s vývojem rankingu v Seznam.cz nemusí znamenat bezproblémové nasazení ve fintech oblasti, proč ani světoví fintech experti nedokážou nahradit algoritmus strojového učení a na co si machine learning engineer musí dávat pozor v oboru, kde za každým rohem číhá regulátor. Během prezentace se také podíváme na to, jak fungují algoritmy pro learning to rank a v čem je ten háček, jak běžně vypadá řešení rankingu (od ‘do it yourself’ úrovně po state of the art) a jak do toho všeho zapadá ranking ve fintech startupu založeném na AI. Marek vystudoval obor Umělé inteligence na pražském ČVUT. Vzhledem ke zkušenostem, které měl s rankingem, následně nastoupil do výzkumného týmu Seznam.cz, kde se dále věnoval mimo jiné rankingu a zlepšování vyhledávání, které ještě donedávna v ČR plnohodnotně konkurovalo Googlu. Po několika letech v Seznamu Marek přešel do CEAI, kde se dále věnuje zpracování jazyka a rankingu, a to zejména ve fintech oblasti.

Live predictions with schemaless data at scale (Ondrej Brichta)

Imagine you have huge amounts of data about your customers. All this data is schemaless and represents everything a customer is doing in your e-shop. From page visits and banner showings to purchases or registrations. Having all this data is a data scientists wet dream but also a nightmare at the same time. The data is schemaless and every project you track can send you different attributes and event types. Now, here comes the hard work. Create some universal data preprocessing engine which can turn all of this data into something that is reasonable and useful for machine learning algorithms for any project you have.
We will show you, how this is done at Exponea and much more. How to connect this data to Spark ML library and then translate the model into a sequence of mathematical functions and aggregation methods for our in memory database to evaluate it on all customers in real time. Ondrej Brichta – currently working at Exponea as AI Engineer. Studying Logic and computability at Vienna University of Technology, alumni of Nexteria Leadership Academy and Matfyz in Bratislava

Klasifikácia rakovinových nádorov pomocou machine learningu (Daniel Kuchta)

To, že machine learning úplne pretransformuje takmer všetky oblasti ľudskej činnosti je dnes už takmer old news. Jednou z týchto oblastí je určite aj medicína. Daniel bude rozprávať o tom, ako v GlobalLogic v Košiciach používaju rôzne machine learning prístupy na klasifikáciu rakovinových nádorov z CT snímkov. Môžete sa tešiť na priblíženie techník ako extrakcia features z CT snímkov, AutoML, 3D konvolučné neurónové siete a mnoho ďalšieho.

 

Daniel v súčasnosti pôsobí ako Head of Machine Learning Practice v GlobalLogic v Košiciach, kde má na starosti rozvoj machine learning tímu, získavanie skúseností s novými ML technológiami a ich uplatnenie v praxi na rôznych projektoch.

 

Máš nápad na prednášku? Ozvi sa nám na info@mlmu.sk