SlideShare a Scribd company logo
1 of 34
Machine Learning
Platform in LINE
Fukuoka
Kengo Tateishi, LFK Data Labs Team
LINE Fukuoka DataLabs.
From Fukuoka, Japan.
立石 賢吾
TATEISHI KENGO
@tkengo
@tkengo
• Introduction to Data Labs
• Machine learning lifecycle
• Platform for machine learning
Agenda
Introduction to Data Labs
• Support our various services from the view point “Data”
• High level analysis for the services.
• Machine learning model development.
• Hadoop clusters as a Data Lake storing huge data.
What is Data Labs?
Data
Service
Service
Service
Service
Service
Service
Data
Data
What is Data Labs?
Data
Scientist
ML
Engineer
• 2 roles in LFK Data Labs Team.
What is Data Labs?
Machine learning
lifecycle
What is necessary for machine learning?
Machine learning lifecycle
• Build a model to predict something.
• Learn a new algorithm to improve accuracy.
• Read papers to get more knowledge.
• Understand what happens inside of the machine learning model.
• And so on…
What is necessary for machine learning?
Machine learning lifecycle
• Build a model to predict something.
• Learn a new algorithm to improve accuracy.
• Read papers to get more knowledge.
• Understand what happens inside of the machine learning model.
• And so on…
What is necessary for machine learning?
ALL STEPS ARE IMPORTANT
Machine learning lifecycle
• Build a model to predict something.
• Learn a new algorithm to improve accuracy.
• Read papers to get more knowledge.
• Understand what happens inside of the machine learning model.
• And so on…
What is necessary for machine learning?
However…
Machine learning lifecycle
Machine learning lifecycle
There are so many other things we have to do.
• Collect data used for model training.
• Prepare a datastore to store the collected data.
• Do pre-processing such as cleaning, normalization, completion, and so on.
• Create a training environment (Distributed? Single?)
• Expose our prediction model as an API.
• Build an infrastructure to serve APIs.
• Monitor accuracy online and offline regularly.
• And others…
Machine learning lifecycle
There are so many other things we have to do.
Feedbac
k
Basic Flow Parameter
Tuning
Data
Collection
Data
Storing
Pre-
Processing
API
Development
Deployment
Accuracy
Monitoring
Model
Training
Machine learning lifecycle
Data
Collection
Data
Storing
Pre-
Processing
API
Development
Deployment
Accuracy
Monitoring
Feedback
• Everyone tends to learn these 2 parts.
• But other parts are still important.
Basic Flow
Feedbac
k
Basic Flow
Data
Collection
Data
Storing
Pre-
Processing
API
Development
Deployment
Accuracy
Monitoring
Parameter
Tuning
Model
Training
Machine learning lifecycle
Data
Collection
Data
Storing
Pre-
Processing
API
Development
Deployment
Accuracy
Monitoring
Feedback
• Everyone tends to learn these 2 parts.
• But other parts are still important.
• In addition…
Model
Training
Parameter
Tuning
Basic Flow
Prepare a storage
Code review
Test
Prepare a
dashboard
CI
Prepare servers
Data
Collection
Data
Storing
Pre-
Processing
API
Development
Deployment
Accuracy
Monitoring
Feedback
Basic Flow
Feedbac
k
Basic Flow
Data
Collection
Data
Storing
Pre-
Processing
API
Development
Deployment
Accuracy
Monitoring
Parameter
Tuning
Model
Training
Machine learning lifecycle
Data
Collection
Data
Storing
Pre-
Processing
API
Development
Deployment
Accuracy
Monitoring
Feedback
• Everyone tends to learn these 2 parts.
• But other parts are still important.
• In addition…
Model
Training
Parameter
Tuning
Basic Flow
• We need to iterate this process as a
lifecycle continuously.
Data
Collection
Data
Storing
Pre-
Processing
API
Development
Deployment
Accuracy
Monitoring
Feedback
Model
Training
Parameter
Tuning
Basic Flow
Prepare a storage
Code review
Test
Prepare a
dashboard
CI
Prepare servers
Data
Collection
Data
Storing
Pre-
Processing
API
Development
Deployment
Accuracy
Monitoring
Feedback
Basic Flow
Feedbac
k
Basic Flow
Data
Collection
Data
Storing
Pre-
Processing
API
Development
Deployment
Accuracy
Monitoring
Parameter
Tuning
Model
Training
Machine learning lifecycle
Platform for machine
learning
As you may know.
To achieve rapid continuous development in machine learning,
we need an environment for machine learning.
Platform for machine learning
HDFS
Sqoop
Fluentd
Flask
App
Hive
PySpark
Training
Servers
Our Platform
Application side
Code repository (Github)
Object
Storage
Drone as a CI
Jupyter
Notebook
Pre-
Processing
(ETL)
sklearn
Tensorflow
Kubernetes
Cluster
HDFS
Sqoop
Fluentd
Jupyter
Notebook
sklearn
Tensorflow
Flask
App
Hive
PySpark
Kubernetes
Cluster
Training
Servers
Our Platform
Application side
Pre-
Processing
(ETL)
Object
Storage
Drone as a CI
Importing
HDFS
Sqoop
Fluentd
Flask
Hive
PySpark
Training
Servers
Object
Storage
Drone as a CI
Jupyter
Notebook
Pre-
Processing
(ETL)
sklearn
Tensorflow
Kubernetes
Cluster
Code repository (Github)
HDFS
Sqoop
Fluentd
Jupyter
Notebook
sklearn
Tensorflow
Flask
App
Hive
PySpark
Kubernetes
Cluster
Training
Servers
Our Platform
Application side
Pre-
Processing
(ETL)
Object
Storage
Drone as a CI
Storing HDFS
Sqoop
Fluentd
Flask
Hive
PySpark
Training
Servers
Object
Storage
Drone as a CI
Jupyter
Notebook
Pre-
Processing
(ETL)
sklearn
Tensorflow
Kubernetes
Cluster
Importing
Code repository (Github)
HDFS
Sqoop
Fluentd
Jupyter
Notebook
sklearn
Tensorflow
Flask
App
Hive
PySpark
Kubernetes
Cluster
Training
Servers
Our Platform
Application side
Pre-
Processing
(ETL)
Object
Storage
Drone as a CI
Data understanding
Experimental modeling
HDFS
Sqoop
Fluentd
Flask
Hive
PySpark
Training
Servers
Object
Storage
Drone as a CI
Jupyter
Notebook
Pre-
Processing
(ETL)
sklearn
Tensorflow
Kubernetes
Cluster
Storing
Importing
Code repository (Github)
HDFS
Sqoop
Fluentd
Jupyter
Notebook
sklearn
Tensorflow
Flask
App
Hive
PySpark
Kubernetes
Cluster
Training
Servers
Our Platform
Application side
Pre-
Processing
(ETL)
Object
Storage
Drone as a CI
Developing something great…
HDFS
Sqoop
Fluentd
Flask
Hive
PySpark
Training
Servers
Object
Storage
Drone as a CI
Jupyter
Notebook
Pre-
Processing
(ETL)
sklearn
Tensorflow
Kubernetes
Cluster
Data understanding
Experimental modeling
Storing
Importing
Code repository (Github)
HDFS
Sqoop
Fluentd
Jupyter
Notebook
sklearn
Tensorflow
Flask
App
Hive
PySpark
Kubernetes
Cluster
Training
Servers
Our Platform
Application side
Pre-
Processing
(ETL)
Object
Storage
Drone as a CI
Deployment Deployment Deployment
HDFS
Sqoop
Fluentd
Flask
Hive
PySpark
Training
Servers
Object
Storage
Drone as a CI
Jupyter
Notebook
Pre-
Processing
(ETL)
sklearn
Tensorflow
Kubernetes
Cluster
Data understanding
Experimental modeling
Storing
Importing
Code repository (Github)
HDFS
Sqoop
Fluentd
Jupyter
Notebook
sklearn
Tensorflow
Flask
App
Hive
PySpark
Kubernetes
Cluster
Training
Servers
Our Platform
Application side
Pre-
Processing
(ETL)
Object
Storage
Drone as a CI
ETL
Training
HDFS
Sqoop
Fluentd
Flask
Hive
PySpark
Training
Servers
Object
Storage
Drone as a CI
Jupyter
Notebook
Pre-
Processing
(ETL)
sklearn
Tensorflow
Kubernetes
Cluster
Deployment Deployment Deployment
Data understanding
Experimental modeling
Storing
Importing
Code repository (Github)
HDFS
Sqoop
Fluentd
Jupyter
Notebook
sklearn
Tensorflow
Flask
App
Hive
PySpark
Kubernetes
Cluster
Training
Servers
Our Platform
Application side
Pre-
Processing
(ETL)
Object
Storage
Drone as a CI
Uploading
Trained Model
HDFS
Sqoop
Fluentd
Flask
Hive
PySpark
Training
Servers
Object
Storage
Drone as a CI
Jupyter
Notebook
Pre-
Processing
(ETL)
sklearn
Tensorflow
Kubernetes
Cluster
ETL
Training
Deployment Deployment Deployment
Data understanding
Experimental modeling
Storing
Importing
Code repository (Github)
HDFS
Sqoop
Fluentd
Jupyter
Notebook
sklearn
Tensorflow
Flask
Hive
PySpark
Kubernetes
Cluster
Training
Servers
Our Platform
Application side
Pre-
Processing
(ETL)
Object
Storage
Drone as a CI
Serving our model
HDFS
Sqoop
Fluentd
Flask
Hive
PySpark
Training
Servers
Object
Storage
Drone as a CI
Jupyter
Notebook
Pre-
Processing
(ETL)
sklearn
Tensorflow
Kubernetes
Cluster
ETL
Training
Deployment Deployment Deployment
Data understanding
Experimental modeling
Storing
Importing
Uploading
Trained Model
Code repository (Github)
App
Summary
What is necessary for machine learning?
Summary
• Of course, we need knowledge about training algorithms,
parameter tuning, and so on.
• In addition, the platform for machine learning is also important.
• It makes our development very rapid, robust, and easy.
What is necessary for machine learning?
Summary
THANK YOU

More Related Content

What's hot

What's hot (20)

AI & Machine Learning Pipelines with Knative
AI & Machine Learning Pipelines with KnativeAI & Machine Learning Pipelines with Knative
AI & Machine Learning Pipelines with Knative
 
DCEU 18: Continuous Delivery with Docker Containers and Java: The Good, the B...
DCEU 18: Continuous Delivery with Docker Containers and Java: The Good, the B...DCEU 18: Continuous Delivery with Docker Containers and Java: The Good, the B...
DCEU 18: Continuous Delivery with Docker Containers and Java: The Good, the B...
 
DCEU 18: Docker Container Networking
DCEU 18: Docker Container NetworkingDCEU 18: Docker Container Networking
DCEU 18: Docker Container Networking
 
Netflix Open Source: Building a Distributed and Automated Open Source Program
Netflix Open Source:  Building a Distributed and Automated Open Source ProgramNetflix Open Source:  Building a Distributed and Automated Open Source Program
Netflix Open Source: Building a Distributed and Automated Open Source Program
 
Netflix Container Runtime - Titus - for Container Camp 2016
Netflix Container Runtime - Titus - for Container Camp 2016Netflix Container Runtime - Titus - for Container Camp 2016
Netflix Container Runtime - Titus - for Container Camp 2016
 
Crafting Kubernetes Operators
Crafting Kubernetes OperatorsCrafting Kubernetes Operators
Crafting Kubernetes Operators
 
The Kubernetes Operator Pattern - ContainerConf Nov 2017
The Kubernetes Operator Pattern - ContainerConf Nov 2017The Kubernetes Operator Pattern - ContainerConf Nov 2017
The Kubernetes Operator Pattern - ContainerConf Nov 2017
 
Natively clouded Journey
Natively clouded JourneyNatively clouded Journey
Natively clouded Journey
 
[Lakmal] Automate Microservice to API
[Lakmal] Automate Microservice to API[Lakmal] Automate Microservice to API
[Lakmal] Automate Microservice to API
 
Spring Boot to Quarkus: A real app migration experience | DevNation Tech Talk
Spring Boot to Quarkus: A real app migration experience | DevNation Tech TalkSpring Boot to Quarkus: A real app migration experience | DevNation Tech Talk
Spring Boot to Quarkus: A real app migration experience | DevNation Tech Talk
 
Terraform Code Reviews: Supercharged with Conftest
Terraform Code Reviews: Supercharged with ConftestTerraform Code Reviews: Supercharged with Conftest
Terraform Code Reviews: Supercharged with Conftest
 
NetflixOSS and ZeroToDocker Talk
NetflixOSS and ZeroToDocker TalkNetflixOSS and ZeroToDocker Talk
NetflixOSS and ZeroToDocker Talk
 
Build a RESTful API with the Serverless Framework
Build a RESTful API with the Serverless FrameworkBuild a RESTful API with the Serverless Framework
Build a RESTful API with the Serverless Framework
 
[Spark Summit 2017 NA] Apache Spark on Kubernetes
[Spark Summit 2017 NA] Apache Spark on Kubernetes[Spark Summit 2017 NA] Apache Spark on Kubernetes
[Spark Summit 2017 NA] Apache Spark on Kubernetes
 
5 Habits of High-Velocity Teams Using Kubernetes
5 Habits of High-Velocity Teams Using Kubernetes5 Habits of High-Velocity Teams Using Kubernetes
5 Habits of High-Velocity Teams Using Kubernetes
 
An Overview of Spinnaker
An Overview of SpinnakerAn Overview of Spinnaker
An Overview of Spinnaker
 
Dev309 from asgard to zuul - netflix oss-final
Dev309  from asgard to zuul - netflix oss-finalDev309  from asgard to zuul - netflix oss-final
Dev309 from asgard to zuul - netflix oss-final
 
Docker in the Cloud
Docker in the CloudDocker in the Cloud
Docker in the Cloud
 
Automating CICD Pipeline with GitLab and Docker Containers for Java Applications
Automating CICD Pipeline with GitLab and Docker Containers for Java ApplicationsAutomating CICD Pipeline with GitLab and Docker Containers for Java Applications
Automating CICD Pipeline with GitLab and Docker Containers for Java Applications
 
NetflixOSS Meetup S6E1 - Titus & Containers
NetflixOSS Meetup S6E1 - Titus & ContainersNetflixOSS Meetup S6E1 - Titus & Containers
NetflixOSS Meetup S6E1 - Titus & Containers
 

Similar to Machine Learning Platform in LINE Fukuoka

MLflow: Infrastructure for a Complete Machine Learning Life Cycle with Mani ...
 MLflow: Infrastructure for a Complete Machine Learning Life Cycle with Mani ... MLflow: Infrastructure for a Complete Machine Learning Life Cycle with Mani ...
MLflow: Infrastructure for a Complete Machine Learning Life Cycle with Mani ...
Databricks
 
Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease ...
Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease ...Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease ...
Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease ...
Precisely
 
Data Science With Python | Python For Data Science | Python Data Science Cour...
Data Science With Python | Python For Data Science | Python Data Science Cour...Data Science With Python | Python For Data Science | Python Data Science Cour...
Data Science With Python | Python For Data Science | Python Data Science Cour...
Simplilearn
 

Similar to Machine Learning Platform in LINE Fukuoka (20)

Hydrosphere.io for ODSC: Webinar on Kubeflow
Hydrosphere.io for ODSC: Webinar on KubeflowHydrosphere.io for ODSC: Webinar on Kubeflow
Hydrosphere.io for ODSC: Webinar on Kubeflow
 
from ai.backend import python @ pycontw2018
from ai.backend import python @ pycontw2018from ai.backend import python @ pycontw2018
from ai.backend import python @ pycontw2018
 
Dev Ops for systems of record - Talk at Agile Australia 2015
Dev Ops for systems of record - Talk at Agile Australia 2015Dev Ops for systems of record - Talk at Agile Australia 2015
Dev Ops for systems of record - Talk at Agile Australia 2015
 
Maintainable Machine Learning Products
Maintainable Machine Learning ProductsMaintainable Machine Learning Products
Maintainable Machine Learning Products
 
Strata parallel m-ml-ops_sept_2017
Strata parallel m-ml-ops_sept_2017Strata parallel m-ml-ops_sept_2017
Strata parallel m-ml-ops_sept_2017
 
PHP/MySQL Training Course in Delhi, India by IT People
PHP/MySQL Training Course in Delhi, India by IT PeoplePHP/MySQL Training Course in Delhi, India by IT People
PHP/MySQL Training Course in Delhi, India by IT People
 
Python ml
Python mlPython ml
Python ml
 
MLflow: Infrastructure for a Complete Machine Learning Life Cycle with Mani ...
 MLflow: Infrastructure for a Complete Machine Learning Life Cycle with Mani ... MLflow: Infrastructure for a Complete Machine Learning Life Cycle with Mani ...
MLflow: Infrastructure for a Complete Machine Learning Life Cycle with Mani ...
 
Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease ...
Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease ...Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease ...
Automate Studio Training: Materials Maintenance Tips for Efficiency and Ease ...
 
Bodywork - GitOps for Machine Learning
Bodywork - GitOps for Machine LearningBodywork - GitOps for Machine Learning
Bodywork - GitOps for Machine Learning
 
04 integrate entityframework
04 integrate entityframework04 integrate entityframework
04 integrate entityframework
 
Machine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabsMachine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabs
 
Elyra - a set of AI-centric extensions to JupyterLab Notebooks.
Elyra - a set of AI-centric extensions to JupyterLab Notebooks.Elyra - a set of AI-centric extensions to JupyterLab Notebooks.
Elyra - a set of AI-centric extensions to JupyterLab Notebooks.
 
Data Science With Python | Python For Data Science | Python Data Science Cour...
Data Science With Python | Python For Data Science | Python Data Science Cour...Data Science With Python | Python For Data Science | Python Data Science Cour...
Data Science With Python | Python For Data Science | Python Data Science Cour...
 
web2py:Web development like a boss
web2py:Web development like a bossweb2py:Web development like a boss
web2py:Web development like a boss
 
Ncku csie talk about Spark
Ncku csie talk about SparkNcku csie talk about Spark
Ncku csie talk about Spark
 
Near real-time anomaly detection at Lyft
Near real-time anomaly detection at LyftNear real-time anomaly detection at Lyft
Near real-time anomaly detection at Lyft
 
Intro To Spring Python
Intro To Spring PythonIntro To Spring Python
Intro To Spring Python
 
Why apache Flink is the 4G of Big Data Analytics Frameworks
Why apache Flink is the 4G of Big Data Analytics FrameworksWhy apache Flink is the 4G of Big Data Analytics Frameworks
Why apache Flink is the 4G of Big Data Analytics Frameworks
 
Building an MLOps Stack for Companies at Reasonable Scale
Building an MLOps Stack for Companies at Reasonable ScaleBuilding an MLOps Stack for Companies at Reasonable Scale
Building an MLOps Stack for Companies at Reasonable Scale
 

More from LINE Corporation

More from LINE Corporation (20)

JJUG CCC 2018 Fall 懇親会LT
JJUG CCC 2018 Fall 懇親会LTJJUG CCC 2018 Fall 懇親会LT
JJUG CCC 2018 Fall 懇親会LT
 
Reduce dependency on Rx with Kotlin Coroutines
Reduce dependency on Rx with Kotlin CoroutinesReduce dependency on Rx with Kotlin Coroutines
Reduce dependency on Rx with Kotlin Coroutines
 
Kotlin/NativeでAndroidのNativeメソッドを実装してみた
Kotlin/NativeでAndroidのNativeメソッドを実装してみたKotlin/NativeでAndroidのNativeメソッドを実装してみた
Kotlin/NativeでAndroidのNativeメソッドを実装してみた
 
Use Kotlin scripts and Clova SDK to build your Clova extension
Use Kotlin scripts and Clova SDK to build your Clova extensionUse Kotlin scripts and Clova SDK to build your Clova extension
Use Kotlin scripts and Clova SDK to build your Clova extension
 
The Magic of LINE 購物 Testing
The Magic of LINE 購物 TestingThe Magic of LINE 購物 Testing
The Magic of LINE 購物 Testing
 
GA Test Automation
GA Test AutomationGA Test Automation
GA Test Automation
 
UI Automation Test with JUnit5
UI Automation Test with JUnit5UI Automation Test with JUnit5
UI Automation Test with JUnit5
 
Feature Detection for UI Testing
Feature Detection for UI TestingFeature Detection for UI Testing
Feature Detection for UI Testing
 
LINE 新星計劃介紹與新創團隊分享
LINE 新星計劃介紹與新創團隊分享LINE 新星計劃介紹與新創團隊分享
LINE 新星計劃介紹與新創團隊分享
 
​LINE 技術合作夥伴與應用分享
​LINE 技術合作夥伴與應用分享​LINE 技術合作夥伴與應用分享
​LINE 技術合作夥伴與應用分享
 
LINE 開發者社群經營與技術推廣
LINE 開發者社群經營與技術推廣LINE 開發者社群經營與技術推廣
LINE 開發者社群經營與技術推廣
 
日本開發者大會短講分享
日本開發者大會短講分享日本開發者大會短講分享
日本開發者大會短講分享
 
LINE Chatbot - 活動報名報到設計分享
LINE Chatbot - 活動報名報到設計分享LINE Chatbot - 活動報名報到設計分享
LINE Chatbot - 活動報名報到設計分享
 
在 LINE 私有雲中使用 Managed Kubernetes
在 LINE 私有雲中使用 Managed Kubernetes在 LINE 私有雲中使用 Managed Kubernetes
在 LINE 私有雲中使用 Managed Kubernetes
 
LINE TODAY高效率的敏捷測試開發技巧
LINE TODAY高效率的敏捷測試開發技巧LINE TODAY高效率的敏捷測試開發技巧
LINE TODAY高效率的敏捷測試開發技巧
 
LINE 區塊鏈平台及代幣經濟 - LINK Chain及LINK介紹
LINE 區塊鏈平台及代幣經濟 - LINK Chain及LINK介紹LINE 區塊鏈平台及代幣經濟 - LINK Chain及LINK介紹
LINE 區塊鏈平台及代幣經濟 - LINK Chain及LINK介紹
 
LINE Things - LINE IoT平台新技術分享
LINE Things - LINE IoT平台新技術分享LINE Things - LINE IoT平台新技術分享
LINE Things - LINE IoT平台新技術分享
 
LINE Pay - 一卡通支付新體驗
LINE Pay - 一卡通支付新體驗LINE Pay - 一卡通支付新體驗
LINE Pay - 一卡通支付新體驗
 
LINE Platform API Update - 打造一個更好的Chatbot服務
LINE Platform API Update - 打造一個更好的Chatbot服務LINE Platform API Update - 打造一個更好的Chatbot服務
LINE Platform API Update - 打造一個更好的Chatbot服務
 
Keynote - ​LINE 的技術策略佈局與跨國產品開發
Keynote - ​LINE 的技術策略佈局與跨國產品開發Keynote - ​LINE 的技術策略佈局與跨國產品開發
Keynote - ​LINE 的技術策略佈局與跨國產品開發
 

Recently uploaded

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Machine Learning Platform in LINE Fukuoka