#
feup
Here are 225 public repositories matching this topic...
Artificial Intelligence Course - Summaries, Exams, Minitests and Comic Sans
neural-network
genetic-algorithm
artificial-intelligence
uncertainty
summary
search-algorithm
heuristics
induction
feup
feup-iart
iart
-
Updated
Jun 15, 2018 - Prolog
The sigarra scraping library no one asked for
-
Updated
Aug 16, 2020 - Python
Ficheiros de apoio e resoluções de exercícios do Mestrado Integrado em Engenharia Eletrotécnica e de Computadores, @FEUP
c
sa
scon
elec
engenharia
programacao
feup
comp
mieec
eletro
prog
computadores
lsdi
engenharia-eletrotecnica
prog1
prog2
electro
pdsi
-
Updated
Apr 3, 2020 - C
Some useful Alloy tips and tricks to get around in MFES
-
Updated
Jan 28, 2019 - Alloy
Android app based on the classic Reversi board game. Made as a college project with @cyrilico
-
Updated
Sep 8, 2017 - Java
Website for the 'semana de informatica' conference's 2018 edition.
-
Updated
Jul 30, 2020 - Vue
Projects developed for Distributed Systems class.
-
Updated
Jun 1, 2018 - Java
Some code from numeric methods implemented in C++ and Python (MIEIC 2nd) 19/20
-
Updated
Mar 8, 2020 - Jupyter Notebook
Open
Character limit
jflcarvalho
commented
Jun 1, 2018
Content and title of messages have character number limit
Project developed for 'Information Systems', a fourth year subject @FEUP. Made in collaboration with @AndreFCruz, @literallysofia and @xfontes42.
-
Updated
Jan 14, 2019 - TypeScript
Muticlass classification of Frog Species 🐸 using Deep Neural Networks in TensorFlow, based on their calls 🔉
-
Updated
Nov 11, 2018 - Jupyter Notebook
-
Updated
Apr 4, 2019 - C++
A system for asynchronous collaboration using augmented reality
-
Updated
Jul 16, 2017 - C#
-
Updated
Jan 13, 2019
Yes, this is a repository for a subject that has nothing to do with computer science, nevertheless
-
Updated
Oct 2, 2018
Improve this page
Add a description, image, and links to the feup topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feup topic, visit your repo's landing page and select "manage topics."


I get it that not all fields in an extractor have to be encoded. But I wonder if it would be bad at all to encode everything and automatically in the
Extractorclass. Just iterate over the object keys and encode the values. Perhaps, we can also add some heuristics to determine whether we should encode the field or not, although I am not sure there's any benefit (in execution time).The motiv