Skip to content

Commit f21fffc

Browse files
dropped ml
1 parent b7ead11 commit f21fffc

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

workspace/05-the-field/techreport-20100115-1.tex

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ \section{Introduction}
4545
% report
4646
This report provides background for the Clever Algorithms project by defining a taxonomy of the related sub-fields of Artificial Intelligence from which the algorithms are drawn.
4747
% sections
48-
Section~\ref{sec:artificial_intelligence} introduces the field of Artificial Intelligence in terms of the classical symbolic efforts called \emph{neat AI} and the sub-symbolic and descriptive methods referred to as \emph{scruffy AI}. Section~\ref{sec:natural_computation} presents an orthogonal field to AI called Natural Computing that intersects AI with the field of \emph{Biologically Inspired Computation}. Section~\ref{sec:computationl_intelligence} introduces the field of \emph{Computational Intelligence} as an effort that unifies a number of descriptive AI sub-fields such as evolutionary computation, fuzzy logic, and neural networks. Section~\ref{sec:metaheuristics} considers the heuristic perspective on Computational Intelligence methods and the more recent fields of \emph{Metaheuristics} and \emph{Hyperheuristics}. Section~\ref{sec:machine_learning} looks at the sister field of Machine Learning, and highlights the differences between statistical and heuristic methods. Finally, Section~\ref{sec:clever_algorithms} introduces so-named \emph{clever algorithms} from the Clever Algorithms Project and how they relate to the canonical taxonomy of Artificial Intelligence sub-fields introduced in this report.
48+
Section~\ref{sec:artificial_intelligence} introduces the field of Artificial Intelligence in terms of the classical symbolic efforts called \emph{neat AI} and the sub-symbolic and descriptive methods referred to as \emph{scruffy AI}. Section~\ref{sec:natural_computation} presents an orthogonal field to AI called Natural Computing that intersects AI with the field of \emph{Biologically Inspired Computation}. Section~\ref{sec:computationl_intelligence} introduces the field of \emph{Computational Intelligence} as an effort that unifies a number of descriptive AI sub-fields such as evolutionary computation, fuzzy logic, and neural networks. Section~\ref{sec:metaheuristics} considers the heuristic perspective on Computational Intelligence methods and the more recent fields of \emph{Metaheuristics} and \emph{Hyperheuristics}. Finally, Section~\ref{sec:clever_algorithms} introduces so-named \emph{clever algorithms} from the Clever Algorithms Project and how they relate to the canonical taxonomy of Artificial Intelligence sub-fields introduced in this report.
4949

5050
%
5151
% Artificial Intelligence (based on copy from my thesis)
@@ -138,17 +138,6 @@ \section{Metaheuristics}
138138
% hyper
139139
Hyperheuristics are yet another extension that focus on heuristics that modify their parameters (online or offline) to improve the efficacy of solution or efficiency of the computation. Hyperheuristics provide high-level strategies that may employ machine learning and adapt their search behavior by modifying the application of the sub-procedures or even which procedures are used (operating on the space of heuristics which in turn operate within the problem domain) \cite{Burke2003a, Burke2003}.
140140

141-
%
142-
% Machine Learning
143-
%
144-
\section{Machine Learning}
145-
\label{sec:machine_learning}
146-
Another important perspective is that provided by the field of Machine Learning that focuses on the learning properties of Artificial Intelligence. The term is commonly used to describe inductive model building techniques (that generalize from specific observations) that are applied to ‘learn’ relationships in data sets (the application of which is referred to as Data Mining [433]), with or without supervision (corrective behavior) [293].
147-
148-
\subsection{Statistical Machine Learning}
149-
150-
\subsection{Data Mining}
151-
152141
%
153142
% Clever Algorithms
154143
%

0 commit comments

Comments
 (0)