Skip to content

Glossary

Accuracy

Author : Lorrany Azevedo
Version: 0.1

Description: In the context of machine learning , accuracy refers to the percentage of correct predictions that a model obtained after training a data set.
Synonym: error rate
Example: In the below example we have an input with two dogs and two cats. Our model classified our input data set as three dogs and one cat. So the accuracy of our model is 2/4 = 0.5% or 50%.
Accuracy Example

Artificial Neural Network

Author : Lorrany Azevedo
Version: 0.1

Description: An artificial neural network is a computational structure that tries to mimic the biological neural networks of animals, ANN'S are made up of nodes that mimic the neurons of a biological brain.
Synonym: ANN
Example: Ann Example

Artificial Intelligence

Author : Lorrany Azevedo
Version: 0.1

Description: Artificial Intelligence (AI) is a broad branch of computer science that is concerned with designing an intelligent compartment in agents that can be diverse (computers, cars, etc.). Artificial Intelligence seeks to understand the processes of the human mind and tries to make these agents have intelligent behavior, which in turn involves reasoning, learning and other behaviors associated with human intelligence.
Synonym: AI, computational intelligence

Computational Power

Author : Lorrany Azevedo
Version: 0.1

Classification: Data processing capacity, also known as cpu power, this processing power involves aspects of hardware and computational architecture.
Synonym: computing capacity, processing capacity

Deep Neural Network

Author : Lorrany Azevedo
Version: 0.1

Description: Deep neural networks are artificial neural networks (ANN) with many layers between an input layer and an output layer, give them the name DNN.
Synonym: DNN
Example: Ann Example (Image Font: Link)

Deep Learning

Author : Lorrany Azevedo
Version: 0.1

Description: Deep learning is a subset of the machine learning field, that tries to imitate the functioning of the human brain in data processing, and in creating patterns for making decisions. This learning can be supervised, semi-supervised, or unsupervised, and it takes place through artificial neural networks that mimic the neural networks of the human brain.
Synonym: DL, deep structured learning

Machine Learning

Author : Lorrany Azevedo
Version: 0.1

Description: Machine learning is one of the fields of (AI) that seeks to make systems go through learning processes without being explicitly programmed for this, this is the main difference between (ML e DL).
Synonym: ML

Ranking

Author : Lorrany Azevedo
Version: 0.1

Description: In the context of this documentation, the ranking will be the ordering of papers according to their score, which will be defined through their accuracy
Synonym: classify, rate

Prediction

Author : Lorrany Azevedo
Version: 0.1

Classification: Output of a model after being trained and having a data set as input, basically a prediction is how the model classifies the input data. We can also say that prediction is a way of predicting the results of a given model.
Synonym: forecast
Example: Simply, a good example of how we use model's predictions are the investment robots that operate in the financial market, making predictions about falls and highs in the market and helping investors to know the best time to make an investment.

References



Document Versioning


Date Author(s) Descrição Versão
09/09/2020 Lorrany Azevedo Creating the page and adding the terms 0.1