\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{rentasticco} \pdfinfo{ /Title (ai-fundamentals.pdf) /Creator (Cheatography) /Author (rentasticco) /Subject (AI fundamentals Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{881AA3} \definecolor{LightBackground}{HTML}{F7F0F9} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{AI fundamentals Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{rentasticco} via \textcolor{DarkBackground}{\uline{cheatography.com/177906/cs/38258/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}rentasticco \\ \uline{cheatography.com/rentasticco} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 18th April, 2023.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Basics}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{What is AI?}} & Artificial intelligence (AI) is a field of computer science that focuses on creating machines that can perform tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation. \tn % Row Count 9 (+ 9) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Timeline}}} \tn % Row Count 10 (+ 1) % Row 2 \SetRowColor{LightBackground} {\bf{1935}} & Alan Turing, a British logician and computer pioneer, did the earliest substantial work in the field of artificial intelligence \tn % Row Count 15 (+ 5) % Row 3 \SetRowColor{white} {\bf{1940}} & Edward Condon displayed Nimatron, a digital computer that played Nim perfectly. Konrad Zuse built the first working program-controlled computers. \tn % Row Count 21 (+ 6) % Row 4 \SetRowColor{LightBackground} {\bf{1943}} & Warren Sturgis McCulloch and Walter Pitts published "A Logical Calculus of the Ideas Immanent in Nervous Activity," laying foundations for artificial neural networks. \tn % Row Count 27 (+ 6) % Row 5 \SetRowColor{white} {\bf{1950}} & Alan Turing proposed the Turing test as a measure of machine intelligence. Claude Shannon published a detailed analysis of chess playing as search. Isaac Asimov published his Three Laws of Robotics \tn % Row Count 34 (+ 7) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Basics (cont)}} \tn % Row 6 \SetRowColor{LightBackground} {\bf{1955}} & John McCarthy, known as the father of AI, developed the programming language LISP and coined the term "artificial intelligence". \tn % Row Count 5 (+ 5) % Row 7 \SetRowColor{white} {\bf{1956}} & The Dartmouth College summer AI conference was organized by John McCarthy, Marvin Minsky, Nathan Rochester of IBM, and Claude Shannon. McCarthy coined the term "artificial intelligence," and the conference is considered the formal founding of the field of AI. \tn % Row Count 14 (+ 9) % Row 8 \SetRowColor{LightBackground} {\bf{1957-1974}} & AI flourished, and computers became faster, cheaper, and more accessible. Machine learning algorithms improved, and people got better at knowing which algorithm to apply to their problem. Early demonstrations such as Newell and Simon's General Problem Solver and John McCarthy's Advice Taker showed the promise of AI. \tn % Row Count 25 (+ 11) % Row 9 \SetRowColor{white} {\bf{1980s}} & AI was reignited by two sources: an expansion of the algorithmic toolkit and a boost of funds. John Hopfield and David Rumelhart popularized "deep learning" techniques, which allowed computers to learn using experience. Edward Feigenbaum introduced expert systems, which used a knowledge base of rules to make decisions. \tn % Row Count 37 (+ 12) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Basics (cont)}} \tn % Row 10 \SetRowColor{LightBackground} {\bf{1990s}} & AI research shifted toward practical applications, such as speech recognition, computer vision, and robotics. The development of the World Wide Web and the explosion of digital data created new opportunities for AI. \tn % Row Count 8 (+ 8) % Row 11 \SetRowColor{white} {\bf{2000s}} & AI experienced a resurgence, thanks to advances in deep learning, big data, and cloud computing. Companies such as Google, Facebook, and Microsoft invested heavily in AI research and development, leading to breakthroughs in natural language processing, image recognition, and game playing \tn % Row Count 18 (+ 10) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Classification of AI}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Type 1}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{Narrow AI}} & This type of AI is designed to perform a specific task with intelligence. It is the most common and currently available AI in the world of artificial intelligence. Examples of narrow AI include playing chess, purchasing suggestions on e-commerce sites, self-driving cars, speech recognition, and image recognition. \tn % Row Count 14 (+ 13) % Row 2 \SetRowColor{LightBackground} {\bf{General AI}} & This type of AI is designed to perform any intellectual task with efficiency like a human. It is capable of understanding and learning any intellectual task that a human can perform. \tn % Row Count 21 (+ 7) % Row 3 \SetRowColor{white} {\bf{Super AI}} & This type of AI is hypothetical and does not exist yet. It is capable of performing intellectual tasks that are beyond human capabilities. \tn % Row Count 27 (+ 6) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Capabilities of AI}}} \tn % Row Count 28 (+ 1) % Row 5 \SetRowColor{white} Make Predictions & Detect Anomalies \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Classification of AI (cont)}} \tn % Row 6 \SetRowColor{LightBackground} Analyze images & Comprehend speech \tn % Row Count 2 (+ 2) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{interact in natural ways} \tn % Row Count 3 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Type 2 AI}}} \tn % Row Count 4 (+ 1) % Row 9 \SetRowColor{white} {\bf{Reactive Machines}} & hese are the most basic types of AI that do not store memories or past experiences. They can only react to the current situation based on pre-programmed rules. \tn % Row Count 11 (+ 7) % Row 10 \SetRowColor{LightBackground} {\bf{Limited Memory}} & These types of AI can use past experiences to inform future decisions. They can learn from historical data and use that knowledge to make decisions. \tn % Row Count 17 (+ 6) % Row 11 \SetRowColor{white} {\bf{Theory of Mind}} & This type of AI can understand the emotions, beliefs, and intentions of others. It can predict the behavior of others based on their mental state. \tn % Row Count 23 (+ 6) % Row 12 \SetRowColor{LightBackground} {\bf{Self Aware}} & This is the most advanced type of AI that can have consciousness and understand its own existence. It can have desires, needs, and emotions. \tn % Row Count 29 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Machine Learning}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Machine learning is an application of artificial intelligence that involves algorithms and data that automatically analyze and make decision by itself without human intervention. It describes how computer perform tasks on their own by previous experiences. Therefore we can say in machine language artificial intelligence is generated on the basis of experience.} \tn % Row Count 8 (+ 8) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Supervised learning:}} AI systems that learn from labelled training data. Example: Email spam filter} \tn % Row Count 11 (+ 3) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Unsupervised learning:}} AI systems that learn from unlabelled data. Example: Clustering customer data.} \tn % Row Count 14 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{Reinforcement learning}}: AI systems that learn from the feedback of the environment. Example: AlphaGo.} \tn % Row Count 17 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.55618 cm} x{1.51041 cm} x{1.51041 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Supervised Learning}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Classification} & Regression & Time series forecasting \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} to identify the category of new observations on the basis of training data. In \seqsplit{Classification}, a program learns from the given dataset or observations and then classifies new observation into a number of classes or groups. & is a process of finding the correlations between dependent and independent variables. It helps in predicting the continuous variables such as prediction of Market Trends, prediction of House prices, etc. & Time series forecasting is the process of analyzing time series data using statistics and modeling to make predictions and inform strategic \seqsplit{decision-making}. It's not always an exact prediction, and likelihood of forecasts can vary \seqsplit{wildly—especially} when dealing with the commonly fluctuating variables in time series data as well as factors outside our control. \tn % Row Count 31 (+ 29) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Machine Learning Process}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/rentasticco_1681835130_ml_process.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Data Ingestion}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/rentasticco_1681835789_data-management-and-ingestion-overview.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.9908 cm} x{2.9862 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Interdependency and Key Features of AI}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Artificial Intelligence}} & Any technique that enables computers to mimic human intelligence, using logic, if-then rules, decision trees, and machine learning (including deep learning. \tn % Row Count 7 (+ 7) % Row 1 \SetRowColor{white} {\bf{Machine Learning}} & A subset of AI that includes abstruse statistical techniques that enables machines to improve the tasks with experience. The category includes deep learning. \tn % Row Count 14 (+ 7) % Row 2 \SetRowColor{LightBackground} {\bf{Deep Learning}} & The subset of machine learning composed of algorithms that permit software to train itself to perform task, like speech and image recognition, by exposing multilayered neural networks to vast amount of data \tn % Row Count 23 (+ 9) % Row 3 \SetRowColor{white} {\bf{Key Features of AI}} & 1. Machine Learning \tn % Row Count 25 (+ 2) % Row 4 \SetRowColor{LightBackground} & 2. Deep Learning \tn % Row Count 26 (+ 1) % Row 5 \SetRowColor{white} & 3. Natural Language Processing \tn % Row Count 28 (+ 2) % Row 6 \SetRowColor{LightBackground} & 4. Computer Vision \tn % Row Count 29 (+ 1) % Row 7 \SetRowColor{white} & 5. Neural Network \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.9908 cm} x{2.9862 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Interdependency and Key Features of AI (cont)}} \tn % Row 8 \SetRowColor{LightBackground} & 6. Cognitive Computing \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Labelled and Unlabelled Data}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Labelled Data}} & {\bf{Unlabelled Data}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Data that has some predefined tags such as name, type, or number. & Contains no tags or no specified name. \tn % Row Count 5 (+ 4) % Row 2 \SetRowColor{LightBackground} Used in Supervised Learning techniques. & Used in Unsupervised Learning. \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} Difficult to get. & Easy to acquire. \tn % Row Count 8 (+ 1) % Row 4 \SetRowColor{LightBackground} e.g., An image has an apple or banana. & e.g., Anomaly detection, association rule learning. \tn % Row Count 11 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Data Preparation}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/rentasticco_1681835952_what-is-data-preparation.jpg}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{ML solutions}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/rentasticco_1681835596_blob.jpeg}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Labels and Features in Machine Learning}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/rentasticco_1681833989_model.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{How Data Labelling Works}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/rentasticco_1681834554_Picture1.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.14011 cm} x{2.83689 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Benefits and Challenges of Data Labelling}} \tn % Row 0 \SetRowColor{LightBackground} Benefits & Challenges \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Precise Predictions & Costly and time-consuming \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Better Data Usability & Possibilities of Human-Error \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Approaches to Data Labeling}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Internal / In-house data labeling} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Synthetic Labeling} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Programmatic Labeling} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Outsourcing} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Crowdsourcing} \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Labels and Features in Machine Learning}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Labels}} & {\bf{Features}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 1.Also known as tags 2. Give an identification to a piece of data 3. Provide some information about that element. & 1. Individual independent variables. 2. Work as input for the ML system. \tn % Row Count 7 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.9954 cm} x{3.9816 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Unsupervised Learning}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Clustering} & An unsupervised learning method is a method in which we draw references from datasets consisting of input data without labeled responses. Generally, it is used as a process to find meaningful structure, explanatory underlying processes, generative features, and groupings inherent in a set of examples. \tn % Row Count 10 (+ 10) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Types of Machine Learning}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/rentasticco_1681833519_Comparison-of-different-types-of-machine-learning.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Data Ingestion}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/rentasticco_1681835854_data-management-and-ingestion-overview.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}