You are on page 1of 7

Tugas 1

Praktisi - Pak Imam Wijaya

Disusun Guna Memenuhi Tugas Mata Kuliah Kecerdasan Buatan


Dosen Pengampu : Mera Kartika Delimayanti, S.Si, M.T., Ph.D

Nama : Valerio Meileakhi


NIM : 2007411012

PROGRAM STUDI TEKNIK INFORMATIKA


JURUSAN TEKNIK INFORMATIKA DAN KOMPUTER
POLITEKNIK NEGERI JAKARTA
2020/2021
Questions

1 . Machine Learning is about developing code to enable the machine to learn to


Perform tasks and its basic principle is the automatic modeling of underlying
processes that have generated the collected data.

1. Data Science
2. Machine Learning(ML)
3. Data Analytics
4. All of the above

2 . Association Rule mining is a technique to identify underlying relations between


different items.

1. Association
2. Analytics
3. Learning
4. All of the above

3 . Classification is a form of supervised learning. Mail service providers like


Gmail, Yahoo, and others use this technique to classify a new mail as spam or not
spam.

1. Machine Learning
2. Classification
3. Regression
4. All of the above

4. Examples of supervised learning include All Of the Above

1. Regression
2. Decision Tree
3. KNN
4. All of the above

5. Unsupervised learning makes sense of unlabeled data without having any


predefined dataset for its training.

1. unlabeled
2. labeled
3. semi-labeled
4. all of the above
6. Support Vector Machines (SVMs) are well-known supervised classification
algorithms that separate different categories of data.

1. Semi-supervised
2. unsupervised
3. supervised
4. all of the above

7. All Of the above Are some of examples of unsupervised learning

1. Apriori Algorithm
2. K-means
3. Cluster analysis
4. All of the above

8. Supervised learning and unsupervised clustering both require which is


correct according to the statement input attribute

1. input attribute
2. hidden attribute
3. output attribute
4. categorical attribute

9. A feature F1 can take certain values: A, B, C, D, E, & F and represents


gradesof students from a college. Here feature type is ordinal

1. ordinal
2. nominal
3. categorical
4. Boolean

10. Machine Learning is a field of AI consisting of learning algorithms that All of


the above

1. At executing some task


2. Over time experience
3. Improve their performance
4. All of the above
1. Explain the terms Artificial Intelligence (AI), Machine Learning (ML), and
Deep Learning ?
2. What are the different types of Learning/ Training models in ML?
3. What is the difference between deep learning and machine learning?
4. What is the main key difference between supervised and unsupervisedmachine
learning?
5. There are many machine learning algorithms till now. If given a data set,how
can one determine which algorithm to be used for that ?

Answer
1). Artificial Intelligence :
For the first, regarding the term Artificial Intelligence itself, namely, an Intelligence
that is created or an Engineering Science which is built, to solve a Cognitive Problem
on a system so that it can think as if it resembled a human.

Examples of Terms on Artificial Intelligence :

1). Algorithm
2). Analogical Reasoning
3). Analytical Validation
4). Artificial General Intelligence (AGI)

Machine Learning :
1). Classification Model :
A type of machine learning that can distinguish two or more data by class. For
example in the natural language classification model that can distinguish whether
a sentence is written in Jamaican, Brazilian, or Spanish.
2). Clustering :
The method relates to identifying data by creating a vector data group based on the
the similarity of the data.
3). Data Set :
A collection of several examples
4). Deep Model :
The deep model uses a layered method (neural networks) called layers where
each layer consists of neurons.
5). Hierarchial Cluster :
This is the last method, it is inspired by how a human being can identify the
grouping of an animal or a plant by species, species, orders, etc.

Deep Learning :
Deep learning or deep structured learning/hierarchical learning is a subset of artificial
intelligence and machine learning, which is the development of multiple-layer neural
networks to provide task precision. Examples include object detection, speech
recognition, and more.

Examples of Terms on Deep Learning :


 Long Short Term Memory Network ( LSTM ) :
The first is the type of algorithm in Deep Learning that is useful in learning and
also memorizing patterned dependencies on long-term duration.

 Recurrent Neural Network ( RNN ) :


This type of Deep Learning Algorithm is specifically designed to process
continuous or sequential data, that's why RNN has a directed connection.

 Self Organizing Maps ( SOM ) :


The last is an example of a type of Deep Learning Algorithm, namely SOM, which
is a technique in neural networks that has the aim of visualizing data by reducing
data dimensions through the use of self-organizing neural networks.

 Convolutional Neural Network ( CNN )


2). What are the different types of Learning/ Training models in ML?

Answer :

( Type Of Machine Learning )

 Supervised Learning
 Unsupervised Learning
 Reinforcement Learning
 Semi-Supervised Learning
 Multi-Instance Learning
 Self–Supervised Learning
 Inductive Learning
 Online Learning
 Multi-Task Learning
 Ensemble Learning

3). What is the difference between deep learning and machine learning?

According to my personal view regarding the difference between the two types of machine
learning, both the type of learning. The depth which is part of the artificial intelligence
itself where to type. Machine learning here is more directed to a computer concept that is
able to think and act by itself without any touch from humans themselves.

As for the type of deep learning, is more about where a computer is made or programmed
to be able to learn to think using structures that have been created or modeled on the human
brain as closely as possible to the real situation.
4). What is the main key difference between supervised and unsupervisedmachine
learning?

Answer :
The main difference here between both the supervised and unsupervised learning
sides: Labeled data. The main difference between the two approaches is in the use of labeled
data sets. Or in more detail here, in te of supervised learning algorithms, uses labeled input
and output data, while learning algorithms without supervision.

5). There are many machine learning algorithms now. If given a data set,how can
one determine which algorithm to be used for that?

Answer :

1). For the first part, of course, Get the Dataset that will be used.
2). Then for the next second stage, namely using techniques to choose the right form of
machine learning algorithm to be applied.
3). Next, Go to Visualize the Data.
4). In Stage Four go to the Randomized in Pairs section.
5). Sort the Data from largest to Size based on Training Data & Vulnerable Training Time.
6). Next is to determine the Decision Tree that will be used in taking the right steps.
7). Then after the decision has been determined, make an approach model in the form of
Logistic regression.
8). And the last stage is to arrive at the Random Forest.

_______________________________________________________________________________

You might also like