ML Summit - ML Conference https://mlconference.ai/ml-summit/ The Conference for Machine Learning Innovation Mon, 20 Jun 2022 10:59:15 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.2 Graph Analytics vs Graph ML https://mlconference.ai/ml-summit/graph-analytics-vs-graph-ml/ Mon, 30 May 2022 14:20:28 +0000 https://mlconference.ai/session/graph-analytics-vs-graph-ml/ Graph Analytics has long demonstrated that it solves real-world problems, including Fraud, Ranking, Recommendation, text summarization and other NLP tasks. More recently, Graph Machine Learning applied directly on graphs using graph algorithms and machine learning, has been demonstrating significant advantages in solving the same problems as graph analytics as well as problems that are impractical...

Read More

The post Graph Analytics vs Graph ML appeared first on ML Conference.

]]>
Graph Analytics has long demonstrated that it solves real-world problems, including Fraud, Ranking, Recommendation, text summarization and other NLP tasks. More recently, Graph Machine Learning applied directly on graphs using graph algorithms and machine learning, has been demonstrating significant advantages in solving the same problems as graph analytics as well as problems that are impractical to solve using graph analytics. Graph Machine Learning does this by training statistical models on the graph resulting in Graph Embedding and Graph Neural Networks that are used to complex problems in a different way. In this talk, we will compare and contrast these two approaches (spoiler: often complexity vs precision) in real-world scenarios. What factors should you consider when choosing one over the other and when do you even have a choice? Join this talk to learn about exciting new developments in Graph ML, as the graph techniques on which they are based.

The post Graph Analytics vs Graph ML appeared first on ML Conference.

]]>
AI, Machine Learning & Data Science Essentials in Python Part 2 https://mlconference.ai/ml-summit/ai-machine-learning-data-science-essentials-in-python-part-2/ Mon, 30 May 2022 14:20:28 +0000 https://mlconference.ai/session/ai-machine-learning-data-science-essentials-in-python-part-2/ A smarter way to learn Machine Learning and AI is to learn by doing. The AI and Machine Learning Essentials Workshop focuses on building up your practical skills so that you can understand how to develop simple models in Python or even build an advanced model with effective modern AI and machine learning methods. You’ll...

Read More

The post AI, Machine Learning & Data Science Essentials in Python Part 2 appeared first on ML Conference.

]]>
A smarter way to learn Machine Learning and AI is to learn by doing. The AI and Machine Learning Essentials Workshop focuses on building up your practical skills so that you can understand how to develop simple models in Python or even build an advanced model with effective modern AI and machine learning methods. You’ll learn from real examples that lead to real results. Throughout The AI and machine Learning workshop, you’ll take an engaging step-by-step approach to understanding ML and data science. You won’t have to sit through any unnecessary theory.

The post AI, Machine Learning & Data Science Essentials in Python Part 2 appeared first on ML Conference.

]]>
Deep Learning in Image and Video Applications Part 2 https://mlconference.ai/ml-summit/deep-learning-in-image-and-video-applications-part-2/ Mon, 30 May 2022 14:20:27 +0000 https://mlconference.ai/session/deep-learning-in-image-and-video-applications-part-2/ Computer Vision has a long history of industries, and recent advances in deep learning have provided significant improvements in the ability to understand visual content. As a result of these research advances on problems such as object classification, object detection, and image segmentation, there has been a rapid increase in the adoption of Computer Vision...

Read More

The post Deep Learning in Image and Video Applications Part 2 appeared first on ML Conference.

]]>

Computer Vision has a long history of industries, and recent advances in deep learning have provided significant improvements in the ability to understand visual content. As a result of these research advances on problems such as object classification, object detection, and image segmentation, there has been a rapid increase in the adoption of Computer Vision in industry. This workshop aims to present different ML and DL methods in industrial video and image applications. Also different computer vision categories, namely, object classification, object detection, and image/video segmentation are covered in details from A to Z with practical examples. 

The workshop discussions will establish close connections between researchers in machine learning and computer vision communities and engineers in industry, and to benefit both academic researchers as well as industrial practitioners. At the end, the workshop aims to discuss the next steps in developing efficient feature representations from three aspects: energy efficient, label efficient, and sample efficient.

The post Deep Learning in Image and Video Applications Part 2 appeared first on ML Conference.

]]>
Deep Learning in Image and Video Applications Part 1 https://mlconference.ai/ml-summit/deep-learning-in-image-and-video-applications/ Tue, 17 May 2022 12:26:29 +0000 https://mlconference.ai/session/deep-learning-in-image-and-video-applications/ Computer Vision has a long history of industries, and recent advances in deep learning have provided significant improvements in the ability to understand visual content. As a result of these research advances on problems such as object classification, object detection, and image segmentation, there has been a rapid increase in the adoption of Computer Vision...

Read More

The post Deep Learning in Image and Video Applications Part 1 appeared first on ML Conference.

]]>

Computer Vision has a long history of industries, and recent advances in deep learning have provided significant improvements in the ability to understand visual content. As a result of these research advances on problems such as object classification, object detection, and image segmentation, there has been a rapid increase in the adoption of Computer Vision in industry. This workshop aims to present different ML and DL methods in industrial video and image applications. Also different computer vision categories, namely, object classification, object detection, and image/video segmentation are covered in details from A to Z with practical examples. 

The workshop discussions will establish close connections between researchers in machine learning and computer vision communities and engineers in industry, and to benefit both academic researchers as well as industrial practitioners. At the end, the workshop aims to discuss the next steps in developing efficient feature representations from three aspects: energy efficient, label efficient, and sample efficient.

The post Deep Learning in Image and Video Applications Part 1 appeared first on ML Conference.

]]>
AI, Machine Learning & Data Science Essentials in Python Part 1 https://mlconference.ai/ml-summit/ai-machine-learning-data-science-essentials-in-python/ Tue, 17 May 2022 12:26:29 +0000 https://mlconference.ai/session/ai-machine-learning-data-science-essentials-in-python/ A smarter way to learn Machine Learning and AI is to learn by doing. The AI and Machine Learning Essentials Workshop focuses on building up your practical skills so that you can understand how to develop simple models in Python or even build an advanced model with effective modern AI and machine learning methods. You’ll...

Read More

The post AI, Machine Learning & Data Science Essentials in Python Part 1 appeared first on ML Conference.

]]>
A smarter way to learn Machine Learning and AI is to learn by doing. The AI and Machine Learning Essentials Workshop focuses on building up your practical skills so that you can understand how to develop simple models in Python or even build an advanced model with effective modern AI and machine learning methods. You’ll learn from real examples that lead to real results. Throughout The AI and machine Learning workshop, you’ll take an engaging step-by-step approach to understanding ML and data science. You won’t have to sit through any unnecessary theory.

The post AI, Machine Learning & Data Science Essentials in Python Part 1 appeared first on ML Conference.

]]>
Programming Languages for Deep Learning https://mlconference.ai/ml-summit/programming-languages-for-deep-learning/ Tue, 17 May 2022 12:26:29 +0000 https://mlconference.ai/session/programming-languages-for-deep-learning/ Machine Learning is done in Python, right? All leading ML frameworks, such as TensorFlow and Pytorch, offer their functionality primarily in Python. This state of things is not ideal, however. There are practical problems such as the late discovery of dimensionality errors. More importantly, Python obscures the essentials of Machine Learning: The indirect programming model...

Read More

The post Programming Languages for Deep Learning appeared first on ML Conference.

]]>

Machine Learning is done in Python, right? All leading ML frameworks, such as TensorFlow and Pytorch, offer their functionality primarily in Python. This state of things is not ideal, however. There are practical problems such as the late discovery of dimensionality errors. More importantly, Python obscures the essentials of Machine Learning: The indirect programming model with graphs is difficult to understand, the focus on numerical arrays prevents generalization, the underlying algorithms are complicated and restrictive. In a powerful functional language such as Haskell, Deep Learning looks completely different: The clunky graph model disappears, as does the restriction on numerical arrays. Instead, the essentials become visible – functions and their properties, optimization and differentiation. Moreover, this approach generates efficient code, even without elaborate C++-based graph machinerie. 

This talk will give an overview of the approach and its way of thinking.

The post Programming Languages for Deep Learning appeared first on ML Conference.

]]>
Practical ML with Power BI Desktop https://mlconference.ai/ml-summit/practical-ml-with-power-bi-desktop/ Tue, 17 May 2022 12:26:28 +0000 https://mlconference.ai/session/practical-ml-with-power-bi-desktop/ Power BI Desktop is a jack of many trades: Data Visualization, ETL, Data Modelling, etc. Many of those features are supported with "smart" functionalities (via the user interface or scripts in DAX, M, R, or Python). In this talk we will take a practical look on some of these features and let them shine in...

Read More

The post Practical ML with Power BI Desktop appeared first on ML Conference.

]]>
Power BI Desktop is a jack of many trades: Data Visualization, ETL, Data Modelling, etc. Many of those features are supported with "smart" functionalities (via the user interface or scripts in DAX, M, R, or Python). In this talk we will take a practical look on some of these features and let them shine in particular use cases:

– Time Series Analysis
– Correlation Analysis
– Text Mining
– Anomaly Detection

The post Practical ML with Power BI Desktop appeared first on ML Conference.

]]>
Feature Engineering and feature Selection Part 1 https://mlconference.ai/ml-summit/feature-engineering-and-feature-selection/ Tue, 17 May 2022 12:26:28 +0000 https://mlconference.ai/session/feature-engineering-and-feature-selection/ Follows soon!

The post Feature Engineering and feature Selection Part 1 appeared first on ML Conference.

]]>
Follows soon!

The post Feature Engineering and feature Selection Part 1 appeared first on ML Conference.

]]>
How XAI will quietly revolutionize AI https://mlconference.ai/ml-summit/how-xai-will-quietly-revolutionize-ai/ Tue, 17 May 2022 12:26:28 +0000 https://mlconference.ai/session/how-xai-will-quietly-revolutionize-ai/ We assume that data holds all the answers to how to automate decisions. To this end, we build data pipelines and train and deploy machine learning models that turn inputs into outputs. But it isn’t that simple. Data holds plenty of answers, but the process needs more guidance to yield models that we can trust...

Read More

The post How XAI will quietly revolutionize AI appeared first on ML Conference.

]]>
We assume that data holds all the answers to how to automate decisions. To this end, we build data pipelines and train and deploy machine learning models that turn inputs into outputs. But it isn’t that simple. Data holds plenty of answers, but the process needs more guidance to yield models that we can trust to replace/enhance human decision-making.

To this end, XAI or Interpretable ML has the right toolset. Trust is mission-critical for any technology, so if AI solutions are to supplant software and humans, AI must reach the reliability standards currently expected from software and humans. For that to happen, XAI will be more widely adopted, but also the roles of data scientist and ML engineer will evolve. We will examine examples of XAI methods and discuss how they can revolutionize the way we train, evaluate and deploy machine learning models.

The post How XAI will quietly revolutionize AI appeared first on ML Conference.

]]>
Integrated Reinforcement learning and imitation learning using deep transfer learning Workshop: Part 2 https://mlconference.ai/ml-summit/integrated-reinforcement-learning-and-imitation-learning-using-deep-transfer-learning-workshop-part-2/ Mon, 29 Nov 2021 12:39:32 +0000 https://mlconference.ai/session/integrated-reinforcement-learning-and-imitation-learning-using-deep-transfer-learning-workshop-part-2/ Deep Reinforcement-Learning (RL) in various decision-making tasks of Machine-Learning (ML) provides effective results with an agent/agents learning fromobserving an environment and gaining rewards and punishments. RL as a great technique in ML shows its ability to be utilized in different time-series and ComputerVision-based (CV) projects like autonomous driving, robotics, traffic control, web system configuration, recommendation...

Read More

The post Integrated Reinforcement learning and imitation learning using deep transfer learning Workshop: Part 2 appeared first on ML Conference.

]]>
Deep Reinforcement-Learning (RL) in various decision-making tasks of Machine-Learning (ML) provides effective results with an agent/agents learning from
observing an environment and gaining rewards and punishments. RL as a great technique in ML shows its ability to be utilized in different time-series and Computer
Vision-based (CV) projects like autonomous driving, robotics, traffic control, web system configuration, recommendation systems and game applications. In complex
environments where RL underperforms as a consequence of extensive demonstration information in long-horizon problems, Imitation Learning (IL) offers a promising
solution for the challenges. In IL, the learning process can take advantage of human-sourced assistance and/or control over the agent and environment. The purpose
of this talk is to provide an introduction to Deep RL and IL at a level easily understood by students and researchers in a wide range of disciplines. Also, we will different
RL and IL techniques and methods as long as discuss how they are utilized to improve the performance of different tasks. Also, we cover the usage of RL and IL in CV,
NLP and time-series tasks

The post Integrated Reinforcement learning and imitation learning using deep transfer learning Workshop: Part 2 appeared first on ML Conference.

]]>