ECML PKDD

Last updated

ECML PKDD, the European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, is one of the leading [1] [2] academic conferences on machine learning and knowledge discovery, held in Europe every year.

Contents

History

ECML PKDD is a merger of two European conferences, European Conference on Machine Learning (ECML) and European Conference on Principles and Practice of Knowledge Discovery in Databases (PKDD). ECML and PKDD have been co-located since 2001; [3] however, both ECML and PKDD retained their own identity until 2007. For example, the 2007 conference was known as "the 18th European Conference on Machine Learning (ECML) and the 11th European Conference on Principles and Practice of Knowledge Discovery in Databases (PKDD)", or in brief, "ECML/PKDD 2007", and both ECML and PKDD had their own conference proceedings. In 2008 the conferences were merged into one conference, and the division into traditional ECML topics and traditional PKDD topics was removed. [4]

The history of ECML dates back to 1986, when the European Working Session on Learning was first held. In 1993 the name of the conference was changed to European Conference on Machine Learning.

PKDD was first organised in 1997. Originally PKDD stood for the European Symposium on Principles of Data Mining and Knowledge Discovery from Databases. [5] The name European Conference on Principles and Practice of Knowledge Discovery in Databases was used since 1999. [6]

Upcoming conferences

ConferenceYearCityCountryDate
ECMLPKDD 2025PortoFlag of Portugal.svg  Portugal September 15–19

List of past conferences

ConferenceYearCityCountryDate
ECMLPKDD 2024VilniusFlag of Lithuania.svg  Lithuania September 9–13
ECMLPKDD 2023TurinFlag of Italy.svg  Italy September 18–22
ECMLPKDD 2022GrenobleFlag of France.svg  France September 19–23
ECMLPKDD 2021virtualSeptember 13–17
ECMLPKDD 2020virtualSeptember 14-18
ECMLPKDD 2019WürzburgFlag of Germany.svg  Germany September 16–20
ECMLPKDD 2018DublinFlag of Ireland.svg  Ireland September 10–14
ECMLPKDD 2017SkopjeFlag of North Macedonia.svg  Macedonia September 18–22
ECMLPKDD 2016Riva del GardaFlag of Italy.svg  Italy September 19–23
ECMLPKDD 2015PortoFlag of Portugal.svg  Portugal September 7–11
ECMLPKDD 2014NancyFlag of France.svg  France September 15–19
ECMLPKDD 2013PragueFlag of the Czech Republic.svg  Czech Republic September 23–27
ECML PKDD2012Bristol Flag of the United Kingdom.svg Great Britain September 24–28
ECML PKDD2011AthensFlag of Greece.svg  Greece September 5–9
ECML PKDD2010BarcelonaFlag of Spain.svg  Spain September 20–24
ECML PKDD2009BledFlag of Slovenia.svg  Slovenia September 7–11
ECML PKDD2008AntwerpFlag of Belgium (civil).svg  Belgium September 15–19
18th ECML/11th PKDD2007WarsawFlag of Poland.svg  Poland September 17–21
17th ECML/10th PKDD2006BerlinFlag of Germany.svg  Germany September 18–22
16th ECML/9th PKDD2005PortoFlag of Portugal.svg  Portugal October 3–7
15th ECML/8th PKDD2004PisaFlag of Italy.svg  Italy September 20–24
14th ECML/7th PKDD2003Cavtat/DubrovnikFlag of Croatia.svg  Croatia September 22–26
13th ECML/6th PKDD2002HelsinkiFlag of Finland.svg  Finland August 19–23
12th ECML/5th PKDD2001FreiburgFlag of Germany.svg  Germany September 3–7
ConferenceYearCityCountryDate
11th ECML2000BarcelonaFlag of Spain.svg  Spain May 30–June 2
10th ECML1998ChemnitzFlag of Germany.svg  Germany April 21–24
9th ECML1997PragueFlag of the Czech Republic.svg  Czech Republic April 23–26
8th ECML1995HeraclionFlag of Greece.svg  Greece April 25–27
7th ECML1994CataniaFlag of Italy.svg  Italy April 6–8
6th ECML1993ViennaFlag of Austria.svg  Austria April 5–7
5th EWSL1991PortoFlag of Portugal.svg  Portugal March 6–8
4th EWSL1989MontpellierFlag of France.svg  France December 4–6
3rd EWSL1988Glasgow Flag of the United Kingdom.svg Great Britain October 3–5
2nd EWSL1987BledFlag of Yugoslavia (1946-1992).svg  Yugoslavia May 13–15
1st EWSL1986OrsayFlag of France.svg  France February 3–4
ConferenceYearCityCountryDate
4th PKDD2000LyonFlag of France.svg  France September 13–16
3rd PKDD1999PragueFlag of the Czech Republic.svg  Czech Republic September 15–18
2nd PKDD1998NantesFlag of France.svg  France September 23–26
1st PKDD1997TrondheimFlag of Norway.svg  Norway June 24–27

Related Research Articles

<span class="mw-page-title-main">Inductive logic programming</span>

Inductive logic programming (ILP) is a subfield of symbolic artificial intelligence which uses logic programming as a uniform representation for examples, background knowledge and hypotheses. The term "inductive" here refers to philosophical rather than mathematical induction. Given an encoding of the known background knowledge and a set of examples represented as a logical database of facts, an ILP system will derive a hypothesised logic program which entails all the positive and none of the negative examples.

In artificial intelligence, artificial immune systems (AIS) are a class of computationally intelligent, rule-based machine learning systems inspired by the principles and processes of the vertebrate immune system. The algorithms are typically modeled after the immune system's characteristics of learning and memory for use in problem-solving.

Data Stream Mining is the process of extracting knowledge structures from continuous, rapid data records. A data stream is an ordered sequence of instances that in many applications of data stream mining can be read only once or a small number of times using limited computing and storage capabilities.

In predictive analytics, data science, machine learning and related fields, concept drift or drift is an evolution of data that invalidates the data model. It happens when the statistical properties of the target variable, which the model is trying to predict, change over time in unforeseen ways. This causes problems because the predictions become less accurate as time passes. Drift detection and drift adaptation are of paramount importance in the fields that involve dynamically changing data and data models.

<span class="mw-page-title-main">Transfer learning</span> Machine learning technique

Transfer learning (TL) is a technique in machine learning (ML) in which knowledge learned from a task is re-used in order to boost performance on a related task. For example, for image classification, knowledge gained while learning to recognize cars could be applied when trying to recognize trucks. This topic is related to the psychological literature on transfer of learning, although practical ties between the two fields are limited. Reusing/transferring information from previously learned tasks to new tasks has the potential to significantly improve learning efficiency.

<span class="mw-page-title-main">Stephen Muggleton</span> Artificial intelligence researcher

Stephen H. Muggleton is Professor of Machine Learning and Head of the Computational Bioinformatics Laboratory at Imperial College London.

Active learning is a special case of machine learning in which a learning algorithm can interactively query a human user, to label new data points with the desired outputs. The human user must possess knowledge/expertise in the problem domain, including the ability to consult/research authoritative sources when necessary. In statistics literature, it is sometimes also called optimal experimental design. The information source is also called teacher or oracle.

The Mexican International Conference on Artificial Intelligence (MICAI) is the name of an annual conference covering all areas of Artificial Intelligence (AI), held in Mexico. The first MICAI conference was held in 2000. The conference is attended every year by about two hundred of AI researchers and PhD students and 500−1000 local graduate students.

Inductive programming (IP) is a special area of automatic programming, covering research from artificial intelligence and programming, which addresses learning of typically declarative and often recursive programs from incomplete specifications, such as input/output examples or constraints.

Social media mining is the process of obtaining data from user-generated content on social media in order to extract actionable patterns, form conclusions about users, and act upon the information. Mining supports targeting advertising to users or academic research. The term is an analogy to the process of mining for minerals. Mining companies sift through raw ore to find the valuable minerals; likewise, social media mining sifts through social media data in order to discern patterns and trends about matters such as social media usage, online behaviour, content sharing, connections between individuals, buying behaviour. These patterns and trends are of interest to companies, governments and not-for-profit organizations, as such organizations can use the analyses for tasks such as design strategies, introduce programs, products, processes or services.

<span class="mw-page-title-main">Author name disambiguation</span>

Author name disambiguation is the process of disambiguation and record linkage applied to the names of individual people. The process could, for example, distinguish individuals with the name "John Smith".

Longbing Cao is an AI and data science researcher at the University of Technology Sydney, Australia. His broad research interest involves artificial intelligence, data science, behavior informatics, and their enterprise applications.

Agent mining is an interdisciplinary area that synergizes multiagent systems with data mining and machine learning.

The International Conference on Agents and Artificial Intelligence (ICAART) is a meeting point for researchers with interest in the areas of Agents and Artificial Intelligence. There are 2 tracks in ICAART, one related to Agents and Distributed AI in general and the other one focused in topics related to Intelligent Systems and Computational Intelligence.

<span class="mw-page-title-main">Michèle Sebag</span> French computer scientist

Martine-Michèle Sebag is a French computer scientist, primarily focused on machine learning. She has over 6,000 citations.

Michael Genesereth is an American logician and computer scientist, who is most known for his work on computational logic and applications of that work in enterprise management, computational law, and general game playing. Genesereth is professor in the Computer Science Department at Stanford University and a professor by courtesy in the Stanford Law School. His 1987 textbook on Logical Foundations of Artificial Intelligence remains one of the key references on symbolic artificial intelligence. He is the author of the influential Game Description Language (GDL) and Knowledge Interchange Format (KIF), the latter of which led to the ISO Common Logic standard.

<span class="mw-page-title-main">Bruce M. McLaren</span> American researcher, academic and author (born 1959)

Bruce Martin McLaren is an American researcher, scientist and author. He is a professor at Carnegie Mellon University in the Human-Computer Interaction Institute, head of the McLearn Lab, and a former President of the International Artificial Intelligence in Education Society (2017-2019).

In machine learning and data mining, quantification is the task of using supervised learning in order to train models (quantifiers) that estimate the relative frequencies of the classes of interest in a sample of unlabelled data items. For instance, in a sample of 100,000 unlabelled tweets known to express opinions about a certain political candidate, a quantifier may be used to estimate the percentage of these 100,000 tweets which belong to class `Positive', and to do the same for classes `Neutral' and `Negative'.

<span class="mw-page-title-main">Nitesh Chawla</span> Computer scientist

Nitesh V. Chawla is a computer scientist and data scientist currently serving as the Frank M. Freimann Professor of Computer Science and Engineering at the University of Notre Dame. He is the Founding Director of the Lucy Family Institute for Data & Society. Chawla's research expertise lies in machine learning, data science, and network science. He is also the co-founder of Aunalytics, a data science software and cloud computing company. Chawla is a Fellow of the: American Association for the Advancement of Sciences (AAAS), Association for Computing Machinery (ACM), Association for the Advancement of Artificial Intelligence, Asia Pacific Artificial Intelligence Association, and Institute of Electrical and Electronics Engineers (IEEE). He has received multiple awards, including the 1st Source Bank Commercialization Award in 2017, Outstanding Teaching Award (twice), IEEE CIS Early Career Award, National Academy of Engineering New Faculty Award, and the IBM Big Data Award in 2013. One of Chawla's most recognized publications, with a citation count of over 30,000, is the research paper titled "SMOTE: Synthetic Minority Over-sampling Technique." Chawla's research has garnered a citation count of over 65,000 and an H-index of 81.

References

  1. "Machine Learning and Pattern Recognition". Libra. Archived from the original on June 9, 2009. Retrieved 2009-07-04. ECML is number 4 on the list.
  2. "2007 Australian Ranking of ICT Conferences". Archived from the original on October 2, 2009. Both ECML and PKDD are ranked on "tier A".
  3. "Past conferences". ECML PKDD. Archived from the original on 2010-04-18. Retrieved 2009-07-04.
  4. Daelemans, Walter; Goethals, Bart; Morik, Katharina (2008). "Preface". Proceedings of ECML PKDD 2008. Lecture Notes in Artificial Intelligence. Vol. 5211. Springer. pp. V–VI. doi:10.1007/978-3-540-87479-9. ISBN   978-3-540-87478-2. S2CID   6232825..
  5. Komorowski, Jan; Zytkow, Jan (1997). "Preface". Proceedings of PKDD 1997 . Lecture Notes in Artificial Intelligence. Vol. 1263. Springer. pp.  V–VI. doi:10.1007/3-540-63223-9. ISBN   978-3-540-63223-8. S2CID   29640568..
  6. Zytkow, Jan; Rauch, Jan (1999). "Preface". Proceedings of PKDD 1999. Lecture Notes in Artificial Intelligence. Vol. 1704. Springer. pp. V–VII. doi:10.1007/b72280. ISBN   978-3-540-66490-1. S2CID   27352458..