Acerca de
Artículos de André
Contribuciones
-
You're facing client skepticism about your R&D approach. How can you win their trust?
At first, I would explain the research and development lifecycle. Then I would explain him/her the steps to creating an innovative product. By explaining him how an innovative product is designed and developed I would create the cornerstone of my explanation which will be used to convince him/her that the first steps, I mean the research and development steps, are really necessary exactly like way I’m proposing to deal with it.
-
How can you use mind mapping to visualize complex R&D problems?
Mind mapping is like drawing a tree to solve R&D puzzles. You start with the main problem as the trunk, and from there, branches spread out showing different solutions and ideas. Some branches can show teamwork, while others can note important research. In my experience working with international and/or multicultural teams, adding multiple languages means more people can understand; that non-native speakers don't necessarily have the same language skills. In short, mind mapping turns a big problem into a clear picture, making it easier to tackle.
Actividad
-
Honored to be included in this group of innovative researchers, discussing the potential unstructured data hold for our field. Thank you Jun Li for…
Honored to be included in this group of innovative researchers, discussing the potential unstructured data hold for our field. Thank you Jun Li for…
Recomendado por André Lage-Freitas
-
Huh. Looks like Plato was right. A new paper shows all language models converge on the same "universal geometry" of meaning. Researchers can…
Huh. Looks like Plato was right. A new paper shows all language models converge on the same "universal geometry" of meaning. Researchers can…
Recomendado por André Lage-Freitas
-
Very big finding: The final version of a randomized, controlled World Bank study finds using a GPT-4 tutor with teacher guidance in a six week…
Very big finding: The final version of a randomized, controlled World Bank study finds using a GPT-4 tutor with teacher guidance in a six week…
Recomendado por André Lage-Freitas
Experiencia y educación
Experiencia de voluntariado
-
Enactus UFAL, Counselor
Enactus Brasil
- 4 años 1 mes
Potenciamiento económico
• Enactus UFAL is a prize-winning team that manages and executes social entrepreneurship projects that have a great impact on people’s lives.
• I help the Enactus UFAL team in accomplishing their project goals by advising them and using my network to amplify their connections and improve the impact of their work.
Achievement:
• Enactus UFAL team has 5 prizes awarded by Cargill, Walmart, InpEV, and Enactus Nacional.
• Helped their actions to be officially recognized by the…• Enactus UFAL is a prize-winning team that manages and executes social entrepreneurship projects that have a great impact on people’s lives.
• I help the Enactus UFAL team in accomplishing their project goals by advising them and using my network to amplify their connections and improve the impact of their work.
Achievement:
• Enactus UFAL team has 5 prizes awarded by Cargill, Walmart, InpEV, and Enactus Nacional.
• Helped their actions to be officially recognized by the University. -
Counselor
IEEE UFAL Student Branch
- 1 año 4 meses
Ciencia y tecnología
• Helped UFAL students of IEEE Student Branch in accomplishing the project goals.
• Used my network to amplify their connections and improve the impact of their work.
• Gave talks and attended key meetings.
• Helped their actions to be recognized by the University. -
Mentor
JuliaCon 2018
- 5 mes
Ciencia y tecnología
Julia Conference 2018 Mentorship Programme: Mentoring for first-time speakers.
http://juliacon.org/2018/cfp/ -
Mentor
adplist.org
- 1 año 1 mes
Ciencia y tecnología
I mentor designers and other professionals in career path, leadership development, and software & product development.
Publicaciones
-
A Inteligência Artificial como e ao Gerenciamento de Crises
Intercom - Anais do 46o Congresso Brasileiro de Ciências da Comunicação
-
Predicting Brazilian Court Decisions
PeerJ Computer Science
Predicting case outcomes is useful for legal professionals to understand case law, file a lawsuit, raise a defense, or lodge appeals, for instance. However, it is very hard to predict legal decisions since this requires extracting valuable information from myriads of cases and other documents. Moreover, legal system complexity along with a huge volume of litigation make this problem even harder. This paper introduces an approach to predicting Brazilian court decisions, including whether they…
Predicting case outcomes is useful for legal professionals to understand case law, file a lawsuit, raise a defense, or lodge appeals, for instance. However, it is very hard to predict legal decisions since this requires extracting valuable information from myriads of cases and other documents. Moreover, legal system complexity along with a huge volume of litigation make this problem even harder. This paper introduces an approach to predicting Brazilian court decisions, including whether they will be unanimous. Our methodology uses various machine learning algorithms, including classifiers and state-of-the-art Deep Learning models. We developed a working prototype whose F1-score performance is ~80.2% by using 4,043 cases from a Brazilian court. To our knowledge, this is the first study to present methods for predicting Brazilian court decision outcomes.
Otros autoresVer publicación -
Machine Learning: desafios para um Brasil competitivo
Sociedade Brasileira de Computação (SBC)
Editor of the 39th Issue of the Computação Brasil journal, invited by the Brazilian Computer Society (SBC).
Otros autoresVer publicación -
An automatic deployment for processing remote sensing data in the Cloud
2018 IEEE International Geoscience and Remote Sensing Symposium (IGARSS)
Master/Worker distributed programming model enables huge remote sensing data processing by asg tasks to Workers in which data is stored. Cloud computing features include the deployment of Workers by using virtualized technologies such as virtual machines and containers. These features allow programmers to configure, create, and start virtual resources for instance. In order to develop remote sensing applications by taking advantage of high-level programming languages (e.g., R, Matlab, and…
Master/Worker distributed programming model enables huge remote sensing data processing by asg tasks to Workers in which data is stored. Cloud computing features include the deployment of Workers by using virtualized technologies such as virtual machines and containers. These features allow programmers to configure, create, and start virtual resources for instance. In order to develop remote sensing applications by taking advantage of high-level programming languages (e.g., R, Matlab, and Julia), s have to manually address Cloud resource deployment.
This paper presents the design, implementation, and evaluation of the Infra.jl research prototype. Infra.jl takes advantage of Julia Master/Worker programming simplicity for providing automatic deployment of Julia Workers in the Cloud. The assessment of Infra.jl automatic deployment is only ~2.8 s in two different Azure Cloud data centers.Otros autoresVer publicación -
HASSIS: Uma ferramenta big data para apoio à assistência jurídica aos Hipossuficientes
Sociedade Brasileira para o Progresso da Ciência
-
CloudArray: Easing Huge Image Processing
2016 IEEE International Geoscience and Remote Sensing Symposium (IGARSS)
Image processing algorithms require high processing capabilities. Most of these algorithms use linear algebraic operations (BLAS), for instance, through the Combinatorial BLAS [1], and Elemental [2] programming s. Such operations may require unavailable computer processing resources.
Recent Cloud technologies include programming for image processing, nevertheless these solutions are limited. Huge image processing requires a great amount of main memory to fully store the data…Image processing algorithms require high processing capabilities. Most of these algorithms use linear algebraic operations (BLAS), for instance, through the Combinatorial BLAS [1], and Elemental [2] programming s. Such operations may require unavailable computer processing resources.
Recent Cloud technologies include programming for image processing, nevertheless these solutions are limited. Huge image processing requires a great amount of main memory to fully store the data to be processed, which makes imagery processing more complex. This paper addresses the problems of enabling and easing huge image processing. We propose a solution which transparently deals with distributed underlying computing resources while providing a numerical programming interface for processing huge data sets. This solution takes advantage of Julia DistributedArrays by adding automatic for both Cloud resource management and loading of image data sets.Otros autoresVer publicación -
Cloud resource management driven by profit augmentation
Concurrency and Computation
Cloud computing has become the infrastructure of choice for building and delivering software services. A key challenge for service providers is effectively managing cloud resources in order to increase profit while maintaining service‐level agreements (SLAs) with customers. To address this challenge, this paper proposes a combination of automated mechanisms for resource and execution management. The resource management mechanisms, namely, under‐provisioning and contract rescission, reduce…
Cloud computing has become the infrastructure of choice for building and delivering software services. A key challenge for service providers is effectively managing cloud resources in order to increase profit while maintaining service‐level agreements (SLAs) with customers. To address this challenge, this paper proposes a combination of automated mechanisms for resource and execution management. The resource management mechanisms, namely, under‐provisioning and contract rescission, reduce resource allocation costs and minimize penalties incurred when performance objectives are violated. The execution management mechanisms, namely, crash recovery and delay recovery, minimize penalties incurred when reliability objectives are violated. The mechanisms are integrated in the Qu4DS framework and evaluated in the Grid'5000 testbed. The results show that the under‐provisioning mechanism increases profit by 20–50%, the contract rescission mechanism increases profit up to four times, and the execution management mechanisms increase profit by up to 60%.
Otros autoresVer publicación -
An Integrated Approach for Specifying and Enforcing SLAs for Cloud Services
2012 IEEE Fifth International Conference on Cloud Computing (CLOUD)
Cloud computing has evolved from the provisioning of virtual machines to the provisioning of complex services, delivered to customers under the of Service-Level Agreements (SLAs). SLAs specify the Quality of Service (QoS) that should be provided to customers as well as the billing model. A main concern for cloud service providers is to maintain the agreed SLA in order to avoid losses and penalties. Maintaining the SLA in turn requires translating the QoS to configurations of…
Cloud computing has evolved from the provisioning of virtual machines to the provisioning of complex services, delivered to customers under the of Service-Level Agreements (SLAs). SLAs specify the Quality of Service (QoS) that should be provided to customers as well as the billing model. A main concern for cloud service providers is to maintain the agreed SLA in order to avoid losses and penalties. Maintaining the SLA in turn requires translating the QoS to configurations of low-level mechanisms, able to enforce the agreed . Current systems provide no integrated for SLA specification, translation, and enforcement. In this paper, we propose an approach for specifying and enforcing SLAs for cloud service providers. The approach covers the creation of SLA templates under a billing model, the design of performance and fault-tolerance QoS assurance mechanisms as well as the translation of QoS to appropriate configurations of those mechanisms. We demonstrate the feasibility of our approach by using the Qu4DS framework for PaaS cloud providers. Moreover, we evaluate the impact of failures on the provider profit. The experiments were carried out on the Grid5000 testbed and demonstrate the effectiveness of ensuring fault tolerance in different scenarios.
Otros autoresVer publicación
Cursos
-
Introduction to Julia for Scientists
SBPC-2018-MC-04
Proyectos
-
Government data analysis for automatic taxing and fraud detection (R&D Project)
- actualidad
This Research & Development (R&D) project aims at developing software tools for automatic and accurate tax processing for the Alagoas State (Brazil). These tools are also able to prevent tax frauds by applying cutting-edge data analysis techniques for identifying anomalous behaviors.
This project is funded by the Secretary of Finance of Alagoas State (Sefaz) through the Fapeal funding agency.
[Portuguese]
Título: Análise de documentos eletrônicos e fiscais para o cálculo de…This Research & Development (R&D) project aims at developing software tools for automatic and accurate tax processing for the Alagoas State (Brazil). These tools are also able to prevent tax frauds by applying cutting-edge data analysis techniques for identifying anomalous behaviors.
This project is funded by the Secretary of Finance of Alagoas State (Sefaz) through the Fapeal funding agency.
[Portuguese]
Título: Análise de documentos eletrônicos e fiscais para o cálculo de impostos e detecção de infração à legislação tributária de Alagoas.
Descrição: O projeto consiste em analisar os dados e processos utilizados pela Secretaria da Fazenda do Estado de Alagoas (Sefaz) na execução e controle da arrecadação e fiscalização de tributos derivados de operações de circulação de mercadorias e de prestação de serviços de transporte. O projeto também tem como objetivo realizar um estudo que defina e proponha as melhores técnicas, ferramentas e processos tecnológicos para (i) que se obtenha, de forma automática e antecipada, o correto valor do tributo a ser cobrado pelo Estado assim como (ii) para detectar indícios de cometimento de infrações. -
EOxposure - Tools for Mapping Human Exposure to Risky Environmental Conditions by Means of Ground and Earth Observation Data
- actualidad
Information layers from current and future Earth Observation (EO) missions, as well as the growing sensor web on the ground. The project exploits the novel concept of the human EXPOSOME, i.e. the set of exposures to which an individual is subjected through its own existence. It includes the entire history of interactions with the environment, including air and water quality, food and exercises, as well as living habits and diseases that may spread. The cutting-edge fusion of this concept with…
Information layers from current and future Earth Observation (EO) missions, as well as the growing sensor web on the ground. The project exploits the novel concept of the human EXPOSOME, i.e. the set of exposures to which an individual is subjected through its own existence. It includes the entire history of interactions with the environment, including air and water quality, food and exercises, as well as living habits and diseases that may spread. The cutting-edge fusion of this concept with EO and sensor data aims at measuring the human exposure to threats that are external to each individual, and quantify the interactions between human beings and the environment. By building geospatial information tools upon data coming from multiple sources, at different spatial and temporal scales, the EOxposure project aims at providing free public services, enabling citizens to understand the threats to which they are exposed, and decision makers to take more informed and effective actions against them. Specifically, EOxposure will focus on threats connected to housing conditions, disease spread, as well as security and health issues in urban and peri-urban areas, where population is concentrated. The new tools will build upon the consortium expertize on nutrition- and vector-borne disease models, urban heat monitoring and material characterization, satellite data processing, and geospatial data fusion, realizing interdisciplinary working groups dedicated to the above mentioned applications. To do so, EOxposure enrolls institutions from Europe and South America, merging expertises on exposure to risk in both developed and developing countries.
Team: André Lage Freitas - Integrante / Alejandro C. Frery - Integrante / Fabio Dell'acqua - Coordenador / Paolo Gamba - Integrante / Michal Shimoni - Integrante / Daniele De Vecchi - Integrante / Carlos Marcelo Scavuzzo - Integrante / Antonio Plaza - Integrante.
Funding: European Commission Research & Innovation.Otros creadores -
-
CloudArray: highly-responsive machine learning in the Cloud - Microsoft Azure Research Award Program
-
Current cloud programming for highly-responsive machine learning applications are either complex to use or provide limited features. This research project aims at developing the CloudArray for highly-responsive machine learning applications. CloudArray provides high-level cloud programming which transparently deals with resource management based on service-level objectives. Expected results include (i) open-source and standard cloud programming for building…
Current cloud programming for highly-responsive machine learning applications are either complex to use or provide limited features. This research project aims at developing the CloudArray for highly-responsive machine learning applications. CloudArray provides high-level cloud programming which transparently deals with resource management based on service-level objectives. Expected results include (i) open-source and standard cloud programming for building highly-responsive machine learning applications; (ii) two Azure-based open-source applications able to solve real-world problems; (iii) further contributions to the open-source community such as training material and pull requests.
-
S-CUBE: Software Services and Systems Network
-
The S-CUBE Project [FP7/2007-2013 - 215483] is an European network of excellence in software services and systems. It is ed by the European Community?s Seventh Framework Programme [FP7/2007-2013] under grant agreement 215483. Duration: 2007?2013. Partners: sixteen European research institutions (Cf. http://www.s-cube-network.eu/) Activities: on the context of the Self-* Service Infrastructure and Service Discovery (WP-JRA-2.3) workpackage.
Funding: S-Cube was funded by the…The S-CUBE Project [FP7/2007-2013 - 215483] is an European network of excellence in software services and systems. It is ed by the European Community?s Seventh Framework Programme [FP7/2007-2013] under grant agreement 215483. Duration: 2007?2013. Partners: sixteen European research institutions (Cf. http://www.s-cube-network.eu/) Activities: on the context of the Self-* Service Infrastructure and Service Discovery (WP-JRA-2.3) workpackage.
Funding: S-Cube was funded by the European Community's Seventh Framework Programme FP7/2007-2013.
Reconocimientos y premios
-
Academic Excellence Award (Undergraduate Research)
Universidade Federal de Alagoas
"Jurimetrics Artificial Intelligence Technologies for Judicial Decision Analysis". Supervised student: Thalyssa de Almeida Monteiro.
-
Academic Excellence Award (Undergraduate Research)
Universidade Federal de Alagoas
"Cloud-based Remote Sensing: A Programming Model and Implementation for Data Scientists". Supervised student: Naelson Douglas Cirilo Oliveira.
-
Azure for Research Award Program
Microsoft
-
Academic Excellence Award (Undergraduate Technological Development Research)
Universidade Federal de Alagoas
"Hassis – A Cloud Computing Tool to Assistance for the Underprivileged". Supervised student: João Paulo Clarindo dos Santos.
-
Academic Excellence Award (Undergraduate Research)
Universidade Federal de Alagoas
"Ensuring Quality of Service in Cloud Computing". Supervised student: Naelson Douglas Cirilo Oliveira.
-
Academic Excellence Award (Undergraduate Technological Development Research)
Universidade Federal de Alagoas
"Cloudgement: A Tool for Cloud Computing Infrastructure Management". Supervised student: Raphael Pereira Ribeiro.
-
International Scholarship Programm - ENS Cachan
École Normale Supérieure de Cachan (campus Bretagne)
International Scholarship Programm ENS Cachan (École Normale Supérieure de Cachan - campus Bretagne). Research activities were carried out under the supervision of Prof. Luc Bougé and Prof. Gabriel Antoniu.
-
Master Scholarship for Foreign Students
Michel Métivier Foundation (Fondation Rennes 1)
"The Foundation Rennes 1 "Progress, Innovation, Entrepreneurship" which purposes are to advanced research and international opening, is starting a call for application for foreign students likely to spend a year in the University of Rennes 1 for a Master 1 and/or 2 research program".
https://fondation.univ-rennes1.fr/accueil-des-étudiants-internationaux-en-master-recherche
Idiomas
-
English
Competencia profesional completa
-
French
Competencia profesional completa
-
Portuguese
Competencia bilingüe o nativa
-
Spanish
Competencia básica limitada
Recomendaciones recibidas
6 personas han recomendado a André
Unirse para verloMás actividad de André
-
𝗔𝗱𝘃𝗼𝗴𝗮𝗱𝗼 "𝗵𝗶𝗴𝗵-𝘁𝗲𝗰𝗵" 𝘁𝗲𝗻𝘁𝗮 𝗽𝗮𝘀𝘀𝗮𝗿 𝗮 𝗽𝗲𝗿𝗻𝗮 𝗻𝗼 𝗦𝗧𝗙 𝗰𝗼𝗺 𝗽𝗲𝘁𝗶𝗰̧𝗮̃𝗼 𝘁𝘂𝗿𝗯𝗶𝗻𝗮𝗱𝗮 𝗽𝗼𝗿 𝗜𝗔, cita…
𝗔𝗱𝘃𝗼𝗴𝗮𝗱𝗼 "𝗵𝗶𝗴𝗵-𝘁𝗲𝗰𝗵" 𝘁𝗲𝗻𝘁𝗮 𝗽𝗮𝘀𝘀𝗮𝗿 𝗮 𝗽𝗲𝗿𝗻𝗮 𝗻𝗼 𝗦𝗧𝗙 𝗰𝗼𝗺 𝗽𝗲𝘁𝗶𝗰̧𝗮̃𝗼 𝘁𝘂𝗿𝗯𝗶𝗻𝗮𝗱𝗮 𝗽𝗼𝗿 𝗜𝗔, cita…
Recomendado por André Lage-Freitas
-
I’m beyond excited to share that I’ve successfully defended my PhD thesis: “Privacy-Preserving Federated Learning-Based Intrusion Detection Systems…
I’m beyond excited to share that I’ve successfully defended my PhD thesis: “Privacy-Preserving Federated Learning-Based Intrusion Detection Systems…
Recomendado por André Lage-Freitas
-
📻 Pessoal de Campinas e região, tenho uma novidade para compartilhar com vocês! Fui convidado pela Jovem Pan News Campinas para uma entrevista…
📻 Pessoal de Campinas e região, tenho uma novidade para compartilhar com vocês! Fui convidado pela Jovem Pan News Campinas para uma entrevista…
Recomendado por André Lage-Freitas
-
Today, we're announcing four new capabilities on the Anthropic API to help developers build more powerful AI agents: A code execution tool, M…
Today, we're announcing four new capabilities on the Anthropic API to help developers build more powerful AI agents: A code execution tool, M…
Recomendado por André Lage-Freitas
-
Fechando a semana de participação na MSR e ICSE 2025, em Ottawa 🇨🇦! Eventos muito bem organizados, com apresentações de alta qualidade e…
Fechando a semana de participação na MSR e ICSE 2025, em Ottawa 🇨🇦! Eventos muito bem organizados, com apresentações de alta qualidade e…
Recomendado por André Lage-Freitas
-
Participando do Congresso Iscram (Halifax, Nova Scotia, Canadá), com o trabalho em conjunto com Professors da UFBA e IFBA: Um Modelo Baseado em…
Participando do Congresso Iscram (Halifax, Nova Scotia, Canadá), com o trabalho em conjunto com Professors da UFBA e IFBA: Um Modelo Baseado em…
Recomendado por André Lage-Freitas
-
Que alegria em compartilhar essa entrevista que dei pra o podcast Dev Sem Fronteiras da Alura há umas semanas atrás, falando um pouco sobre minha…
Que alegria em compartilhar essa entrevista que dei pra o podcast Dev Sem Fronteiras da Alura há umas semanas atrás, falando um pouco sobre minha…
Recomendado por André Lage-Freitas
-
👩🏫 Are you attending the Academy of Marketing Science Annual Conference in Montreal? If so, stop by the #KNIME booth to learn more about how you…
👩🏫 Are you attending the Academy of Marketing Science Annual Conference in Montreal? If so, stop by the #KNIME booth to learn more about how you…
Recomendado por André Lage-Freitas
-
Você sabia que Apple, em suas decisões sobre inteligência artificial, enfrentou uma divisão interna sobre qual ferramenta adotar? O ex-chefe da…
Você sabia que Apple, em suas decisões sobre inteligência artificial, enfrentou uma divisão interna sobre qual ferramenta adotar? O ex-chefe da…
Recomendado por André Lage-Freitas
Perfiles similares
-
Elerson Santos
Software Engineer at Google | Search Performance & Ranking
Conectar -
Andrey Brito
Assistant Professor at Universidade Federal de Campina Grande
Conectar -
Marcus Carvalho
Professor in Computer Science at UFPB
Conectar -
Marcos Duarte
Assistant Professor at Instituto Federal de Educação, Ciência e Tecnologia do Ceará
Conectar -
Felipe Alencar Lopes, Ph.D.
AI Researcher & Software Engineer | Research Scientist @ Saint Louis University
Conectar -
Lívia Ruback
Professor at Unicamp | Research Collaborator at UFRJ | Member at AI Inclusive
Conectar -
Andre Hora
Professor, DCC/UFMG
Conectar -
Felipe Fink Grael
Co-Founder at TWIST Systems
Conectar -
Fernando Maciano de Paula Neto
PhD in Computer Science - Quantum Machine Learning / Adjunct Professor at Universidade Federal de Pernambuco
Conectar -
Rodrigo Peixoto
Embedded Software Engineer (Researcher) @ Centro de Inovação EDGE | Doctoral Candidate
Conectar