Ross Quinlan

Ross Quinlan

John Ross Quinlan is a pioneering computer science researcher in data mining and decision theory. He has contributed extensively to the development of decision tree algorithms, including inventing the canonical C4.5 and ID3 algorithms. He is currently running the company RuleQuest Research [http://www.rulequest.com] which he founded in 1997.

Education

He received his computer science doctorate at the University of Washington in 1968. He has held positions at the University of Sydney, University of Technology Sydney, and RAND Corporation.

Artificial Intelligence

He is a specialist in Artificial Intelligence, particularly in the aspect involving Machine Learning and its application to Data Mining. [ [http://ieeexplore.ieee.org/iel4/6088/16304/00754923.pdf?arnumber=754923 Data Mining From an AI Perspective] ]

ID3

Ross Quinlan invented the Iterative Dichotomiser 3 (ID3) algorithm which is used to generate decision trees. ID3 follows the principal of Occam's razor in attempting to create the smallest decision tree possible.

C4.5

He then expanded upon the principals used in ID3 to create C4.5.

C4.5 improved: discrete and continuous attributes, missing attribute values, attributes with differing costs, pruning trees (replacing irrelevant branches with leaf nodes). The basic structure of the program is:

Check for base cases For each attribute a Find the normalized information gain from splitting on a Let a_best be the attribute with the highest normalized information gain Create a decision node node that splits on a_best recur on the sublists obtained by splitting on a_best and add those nodes as children of node

C5.0

C5.0 which Quinlan is commercially selling is an improvement on C4.5. The advantages are several orders of magnitude faster, memory efficiency, smaller decision trees, Boosting (more accuracy), ability to weight different attributes, and Winnowing (reducing noise).

ee also

* ID3 algorithm
* C4.5 algorithm
* Data Mining

References

External links

* [http://www.rulequest.com/Personal/ Personal homepage]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Ross Quinlan — Saltar a navegación, búsqueda J(ohn) Ross Quinlan es un ingeniero informático, investigador pionero en los campos de la minería de datos y la teoría de la decisión. Ha contribuido de manera destacada al desarrollo de los algoritmos para crear… …   Wikipedia Español

  • Ross Quinlan — John Ross Quinlan est un chercheur en informatique qui fut l un des premiers à étudier l exploration de données et la théorie de la décision. Il a largement contribué au développement des algorithmes sur les arbres de décision, y compris dans l… …   Wikipédia en Français

  • Quinlan — is an Irish surname and may refer to: Contents 1 Places 2 People 2.1 Fictional characters 3 Other Places …   Wikipedia

  • Todd « Le Todd » Quinlan — Scrubs  Ne doit pas être confondu avec Toubib or not toubib (film, 1954). Scrubs Titre original Scrubs Autres titres francophones Toubib or not Toubib …   Wikipédia en Français

  • C4.5 algorithm — C4.5 is an algorithm used to generate a decision tree developed by Ross Quinlan. C4.5 is an extension of Quinlan s earlier ID3 algorithm. The decision trees generated by C4.5 can be used for classification, and for this reason, C4.5 is often… …   Wikipedia

  • C4.5 — C4.5  алгоритм для построения деревьев решений, разработанный Джоном Квинланом (англ. John Ross Quinlan). C4.5 является усовершенствованной версией алгоритма ID3 того же автора. В частности, в новую версию были добавлены отсечение… …   Википедия

  • Algorithme ID3 — L’algorithme ID3 a été développé à l’origine par Ross Quinlan. Il a tout d’abord été publié dans le livre ‘’Machine Learning’’ en 1986. C’est un algorithme de classification supervisé, c’est à dire qu il se base sur des exemples déjà classés dans …   Wikipédia en Français

  • Algorithme C4.5 — Pour les articles homonymes, voir C4. L’algorithme C4.5 est un algorithme de classification supervisé, publié par Ross Quinlan. Il est basé sur l algorithme ID3 auquel il apporte plusieurs améliorations. C4.5 À partir d un échantillon d… …   Wikipédia en Français

  • Induktive logische Programmierung — Die Induktive logische Programmierung (ILP) ist ein Bereich des maschinellen Lernens, in dem Verfahren zur automatischen Erstellung von logischen Programmen aus Beispielen untersucht werden. Damit ähneln ILP Verfahren der allgemeinen Induktion… …   Deutsch Wikipedia

  • ID3 algorithm — ID3 (Iterative Dichotomiser 3) is an algorithm used to generate a decision tree invented by Ross Quinlan.The algorithm is based on Occam s razor: it prefers smaller decision trees (simpler theories) over larger ones. However, it does not always… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”