<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>DSpace Coleção:</title>
    <link>https://repositorio.unifei.edu.br/jspui/handle/123456789/87</link>
    <description />
    <pubDate>Wed, 15 Apr 2026 16:46:54 GMT</pubDate>
    <dc:date>2026-04-15T16:46:54Z</dc:date>
    <item>
      <title>Aquisição e validação de sinal de ruído eletroquímico</title>
      <link>https://repositorio.unifei.edu.br/jspui/handle/123456789/3173</link>
      <description>Título: Aquisição e validação de sinal de ruído eletroquímico
Abstract: Corrosion is a global problem, which implies costs in industrialized countries of up to &#xD;
4.5% of GDP, with either economic, but also social and environmental impacts. In the &#xD;
case of Brazil, the waste of water supply networks due to leaks loss is quite significant &#xD;
and much of it is caused by network degradation, indicating that corrosion control &#xD;
should be promoted whenever possible. This study proposes a corrosion monitoring &#xD;
system, in system subject to the use of inhibitor, with the approach of passive &#xD;
technique for monitoring corrosion by electrochemical noise (EN), in which the &#xD;
classification of events in a corrosion sensor by EN is part of methodological study for &#xD;
structural integrity (or “health”) monitoring system (SHM). Due to very dynamic and &#xD;
stochastic nature of the signal, this study and analysis of EN measurements (ENM) &#xD;
considers numerical and graphic characteristics of two corrosion systems both in saline &#xD;
aqueous solution: carbon steel and stainless steel. These experiments are repeated for &#xD;
accumulating data, which allow the generation of several graphs in time and frequency &#xD;
domains, from which at least one characteristic is extracted, which has a good &#xD;
correlation with data from corrosion processes. Then, based on a supervised machine &#xD;
learning system, the training data allows the model to be calibrated. From the test &#xD;
data, the correctness rate of the model above 50% is verified.
Tipo: Dissertação</description>
      <pubDate>Thu, 17 Feb 2022 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://repositorio.unifei.edu.br/jspui/handle/123456789/3173</guid>
      <dc:date>2022-02-17T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Educação ambiental e conservação da natureza: uma análise de teses e dissertações</title>
      <link>https://repositorio.unifei.edu.br/jspui/handle/123456789/4373</link>
      <description>Título: Educação ambiental e conservação da natureza: uma análise de teses e dissertações
Abstract: Faced with a potential environmental collapse and in an attempt to prevent it – or, at best, to minimize or mitigate the catastrophic effects of the changes we have been causing in natural dynamics – many alternatives have been proposed. Among these, Education for Nature Conservation (ENC), together with Environmental Education (EE), appears as a potential pathway for rethinking the society–nature relationship. In this context, the present research was guided by the following question:What possible meanings are being put into circulation, in theses and dissertations, regarding the relationship between Environmental Education and Education for Nature Conservation, involving biodiversity conservation processes with which certain communities establish, in some way, everyday relationships? Accordingly, this study aimed to analyze the statements found in theses and dissertations that problematize the relationship between EE and ENC, involving biodiversity conservation processes connected to communities’ daily lives. In order to seek possible answers and achieve the research objective, we adopted the theoretical and methodological framework of “State of the Art” studies, using the Fracalanza Platform of the EArte Project – of which this research is part – to identify relevant works. Data analysis was conducted in two stages: first, we mapped and described the scenario of 42 selected studies on ENC in dialogue with EE. In the second stage, 21 studies were submitted to analysis grounded in Braun and Clarke’s (2006) Thematic Analysis, enabling the identification of themes that were subsequently examined through approximations with Mikhail Bakhtin’s dialogical perspective. The analysis of the relationship between EE and ENC involving communities connected to biodiversity resulted in the identification of five themes: Sustainability, Management and Use of Natural Resources; Awareness-Raising for Conservation Actions; Participation and Empowerment; Dialogue of Knowledge; and the Dimension of Values: Ethics and Aesthetics. The analyzed statements reflect meanings that represent, reinforce, or challenge ideas of exploitation and domination of nature. At the same time, they present alternative perspectives that may – or may not – take into account aspects that distinguish socio-environmentalism from the earlier form of environmentalism associated with conservationist ideals, particularly by recognizing social presence, lived realities, and participation in conservation and educational processes. Thus, this research seeks to contribute to critical reflection on the statements circulating in the field of Environmental Education regarding the relationship between EE and ENC, and highlights the importance of further studies–whether “State of the Art” or otherwise – to deepen the various developments that may emerge from a detailed and critical reading of this dissertation.
Tipo: Dissertação</description>
      <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://repositorio.unifei.edu.br/jspui/handle/123456789/4373</guid>
      <dc:date>2026-02-10T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Meta-otimização dos hiperparâmetros do algoritmo XGBoost para classificação binária: uma integração entre planejamento de experimentos e o método da interseção normal à fronteira</title>
      <link>https://repositorio.unifei.edu.br/jspui/handle/123456789/4372</link>
      <description>Título: Meta-otimização dos hiperparâmetros do algoritmo XGBoost para classificação binária: uma integração entre planejamento de experimentos e o método da interseção normal à fronteira
Abstract: Hyperparameter tuning is decisive for both predictive performance and computational cost in&#xD;
machine learning models. In binary classification with Extreme Gradient Boosting, tuning is&#xD;
inherently multiobjective: predictive quality must be maximized while execution time is&#xD;
minimized. This work proposes a methodological framework that integrates Design of&#xD;
Experiments, Response Surface Methodology, Factor Analysis, and the Normal Boundary&#xD;
Intersection method to guide the selection of Extreme Gradient Boosting hyperparameters&#xD;
under a fixed evaluation budget. The initial exploration is conducted through a fractional facecentered&#xD;
central composite design, totaling 88 configurations. The observed responses&#xD;
(accuracy, precision, recall, specificity, and runtime) are collected under a reproducible&#xD;
protocol and summarized through factor scores obtained via principal component analysis with&#xD;
Varimax rotation. These scores define quality and cost objective functions, reduce redundancy&#xD;
among metrics, and support an interpretable assessment of trade-offs. Quadratic responsesurface&#xD;
models are then fitted to the objective functions and used by Normal Boundary&#xD;
Intersection to sample an approximately uniform Pareto frontier; candidate solutions are reevaluated&#xD;
on the real model, and a final compromise configuration is selected. The proposed&#xD;
approach is benchmarked, under equivalent evaluation budgets, against grid search, random&#xD;
search, Bayesian optimization, and Hyperopt. Results show substantial computational savings:&#xD;
the method achieves an average runtime of 0.078 s per fold and an average total runtime of&#xD;
158 s, reducing total time by 9% to 71% relative to the benchmarks while maintaining high and&#xD;
stable predictive performance across replications. As external validation, the proposed pipeline&#xD;
was replicated on two additional datasets with contrasting profiles (balanced and highly&#xD;
imbalanced), reproducing the cost–quality trade-off observed in the canonical benchmark and&#xD;
reinforcing the multivariate stability of the method. Overall, integrating Design of Experiments&#xD;
and Normal Boundary Intersection provides a parsimonious, interpretable, and replicable&#xD;
alternative for multiobjective hyperparameter tuning, with potential applicability to other&#xD;
Gradient Boosting Decision Tree families and cost-constrained settings.
Tipo: Dissertação</description>
      <pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://repositorio.unifei.edu.br/jspui/handle/123456789/4372</guid>
      <dc:date>2026-02-19T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Detecção de trojans de hardware em circuitos combinacionais NCL através do método de transições probabilísticas</title>
      <link>https://repositorio.unifei.edu.br/jspui/handle/123456789/4371</link>
      <description>Título: Detecção de trojans de hardware em circuitos combinacionais NCL através do método de transições probabilísticas
Abstract: The interest in Quasi Delay Insensitive digital circuits, especially Null Convention Logic&#xD;
circuits, stems from the absence of a need for a global clock signal to control the circuit’s&#xD;
parts. This results in faster, energy-efficient, and more robust circuits. With the&#xD;
increasing demand for this type of circuit in the industry, undesirable modifications from&#xD;
malicious actors are a concern, given that the large-scale production process for these&#xD;
circuits is divided among various companies and collaborators, which makes it difficult to&#xD;
have complete knowledge of its entire production process. Given this context, this work&#xD;
aims to study and analyze the Probabilistic Transitions method applied to combinational&#xD;
Null Convention Logic circuits. The algorithm receives information about the interconnections&#xD;
of the original and modified circuits and compares, based on the values of each&#xD;
logic element, whether or not modifications occurred between the circuits, using the valid&#xD;
input value cases (“01” and “10”). Based on the discussions contained in this work, the&#xD;
following results are presented: functional descriptions and simulations of the test circuits;&#xD;
the implementation of a transpiler to convert Quartus software output files into the&#xD;
algorithm’s required netlist format; and the development of the probabilistic transition&#xD;
algorithm itself. The algorithm operates in two modes: when provided with a single netlist,&#xD;
it calculates transition values for all elements to generate a unique circuit signature; when&#xD;
provided with two netlists, the program performs individual calculations and executes a&#xD;
comparative analysis, reporting potential divergences and their specific locations.
Tipo: Dissertação</description>
      <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
      <guid isPermaLink="false">https://repositorio.unifei.edu.br/jspui/handle/123456789/4371</guid>
      <dc:date>2026-02-24T00:00:00Z</dc:date>
    </item>
  </channel>
</rss>

