What is Computer Science?

Computer science is a discipline that spans theory and practice based on mathematics and physics. Computer scientists must be experienced in modeling and analyzing problems. With Computer Science, you can create anything and do anything :D.

Projects

LegalAnalytics

Implement and development of a web-based system to explore judiciary legal documents (textual information) using NLP-based models to associate Themes corresponding to a "General Repercussion". This project aims to infer judiciary sentences and reduce the number of pending cases of the Brazilian Supreme Court (STF).

Specific objectives:
- Development of Platform to analise legal documents.
- Implementation of high acurate models to infer legal process sentences.
- NLP explanation method to analise the inference of sentences.

 URL 

UrbEX

Implement and development of a web-based system to explore Urban Perception in street images, using Deep Learning models to associate safe perception with perceptual scores. This project aims to explain why and how a model learns to percept.

Specific objectives:
- Web-based system to explore urban perception.
- Train a deep learning model to associate perceptions with perceptual scores.
- Deep Learning Explanation method to study the behavior of the predictor.

 URL 

BeaGOns

Design, implementation, and development of a transversal, flexible, and scalable ICT infrastructure based on Fog Computing Technology allows the greater abstraction of data coming from mobile devices and sensors modules.

Specific objectives:
- Development of libraries on the Web Server.
- Implementation of a concurrent and scalable database.
- Recognition and sending / receiving of data from the sensors to the server.

 URL 

Portfolio

StatSampler

To estimate some unknown parameters, we use the Block Gibbs Sampling method to keep some properties like ergodic, mean, variance, etc. Also, we analyze the trade-off bias-variance after sample distribution variables.

[code]

Store Multi-dimensional Spacial data

To store and sort multi dimensional spatial data we use a R-Tree data structure to simulate using web server and landing page to analyse and test R-Tree data structure based on spatial data search and store.

[code]

Search Engine

Search engine implementation using Inverted Hash tables as data structure, Radix tree to fast querys and some encode-decode algorithms.

[code]

Camera Calibration

To perform camera calibration we use OpenCV and some heuristics to detect, follow, and sort ellipses patterns with the refinement process of Ankur to improve and get better results of distortion matrix .

[code]