• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 263
  • 68
  • 11
  • 10
  • 6
  • 5
  • 5
  • 5
  • 5
  • 4
  • 3
  • Tagged with
  • 360
  • 153
  • 88
  • 64
  • 62
  • 61
  • 34
  • 33
  • 31
  • 29
  • 28
  • 27
  • 24
  • 24
  • 22
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
301

[en] DATA CLUSTERING: ANALYSIS OF METHODS AND DEVELOPMENT OF APPLICATION FOR CLUSTER ANALYSIS / [pt] AGRUPAMENTOS DE DADOS: AVALIAÇÃO DE MÉTODOS E DESENVOLVIMENTO DE APLICATIVO PARA ANÁLISE DE GRUPOS

MARCOS NEVES DO VALE 23 March 2006 (has links)
[pt] A enorme massa de dados que é gerada pelas diversas empresas diariamente pode conter informações importantes que não são fáceis de serem extraídas. Com isso advém a necessidade de analisá-los automaticamente, de forma adequada, extraindo informação útil que pode agregar algum tipo de conhecimento. Uma das formas de se analisar os dados automaticamente é através da análise de agrupamentos. Ela procura encontrar grupos de dados semelhantes entre si. As técnicas de análise de agrupamentos revelam como os dados estão estruturados e resultam em um melhor entendimento sobre o negócio. Existe ainda hoje uma escassez de ferramentas para esse fim. Em um problema real de agrupamento de dados convém analisar os dados através da utilização de diferentes métodos, a fim de buscar aquele que melhor se adapte ao problema. Porém, as ferramentas existentes hoje em dia não são integradas, onde cada ferramenta possui um subconjunto dos métodos existentes de agrupamento. Dessa forma o usuário fica limitado à utilização de uma ferramenta específica ou é obrigado a conhecer diversas ferramentas diferentes, de forma a melhor analisar os dados de sua empresa. Esta dissertação apresenta uma revisão detalhada de todo o processo de análise de agrupamentos e o desenvolvimento de um aplicativo que visa não apenas a atender as deficiências presentes na maioria das ferramentas com esse fim, mas também a auxiliar, de forma mais completa, todo o processo de análise dos grupos. O aplicativo desenvolvido é de fácil utilização e permite que a ele sejam incorporados outros métodos eventualmente desenvolvidos pelo usuário. O aplicativo foi avaliado em três estudos de casos, os quais visam demonstrar a facilidade de uso do aplicativo, assim como avaliar as vantagens do uso de métodos de natureza fuzzy em uma base de dados real. / [en] The enormous data mass that is daily generated by several companies can contain critical information that might not be easily retrieved, considering that the amount of data is generally huge and/or the target information might be spread through different data bases. Taking that into consideration, it might be necessary to properly analyze the data in an automatic way, so useful and valuable information can be extracted. One way of automatically analyzing data is through cluster analysis. This type of analysis searches for related similar data. These clusters settle a data structure model and with proper analysis can reveal important information. The techniques used in cluster analysis disclose how data is structured and allow a better knowledge of the business. Still today there is a lack of tools for this purpose. On a real situation with a data cluster problem it is wise to analyze the data through different methods, so we can find the one that better fits the problem. However, today the existing tools are not integrated, and each tool has a subgroup of existing cluster methods. This way the user stays limited to use only one specific tool or is forced to be aware of a number of different tools, so he would be able to better analyze the company data. This study presents a detailed review of the whole group analysis process and develops an application that not only suggests how to cover the currently lack of tools for this purpose, but also to help the complete cluster analysis process in a more extended way. The application developed is user friendly and allows other methods developed by users to be incorporated. The application has been evaluated into three case studies with the purpose of demonstrating its user friendly, as well as evaluating the advantages of using fuzzy methods on a true data base.
302

[en] COMPUTATIONAL INTELLIGENCE APLPLIED IN THE FIELD OF MACHINE LEARNING / [pt] INTELIGÊNCIA COMPUTACIONAL APLICADA EM MACHINE LEARNING

IVO LIMA BRASIL JUNIOR 18 October 2005 (has links)
[pt] Esta dìssertação investiga o emprego e o desempenho da Inteligência Computacional em Machine Learning. De modo particular, pesquisou-se a aplicação dos mecanismos e estruturas na biologia e natureza, presentes nas técnica inteligentes (Redes Neurais, Algoritmos Genéticos e Lógica Nebulosa) na construção de algoritmos que codificam mecanismos indutivos em Machine Learning. O trabalho foi desenvolvido em 4 etapas principais: um estudo bibliográfico da área de Machine Learning e modelagem e desenvolvimento de três sistemas demonstrativos da aplicação de Inteligência Computacional em Machine Learning: Redes Neurais TD(gama) no aprendizado do jogo de Gamão, Algoritmos Genéticos na evolução do controle de um robô autônomo, e Lógica Nebulosa para controle de robôs. O estudo bibliográfico envolveu a busca, tendo como principal veículo inicial a Internet, de literatura referente às áreas de Machine Learning e de Inteligência Computacional. Foram pesquisados livros especializados da área, e também artigos técnicos envolvendo os temas abordados nesta dissertação. Este levantamento bibliográfico resultou no resumo dos principais projetos na área de Machine Learning, apresentado no capítulo 2. A modelagem de um sistema de aprendizado do jogo de gamão por Redes Neurais envolveu o estudo e implementação de um método de Reinforcement Learning denominado TD(gama), que opera através do princípio de tentativa e erro, recompensado ações que trazem um bom resultado. O jogo de Gamão foi escolhido pelo seu vastíssimo número de prováveis situações a serem encontradas durante o jogo, consequência do fator estocástico (dados) inerente ao jogo, tornando uma abordagem tradicional muito difícil e até mesmo ineficiente. A evolução do controle de robôs por Algoritmos Genéticos, é inspirada na evolução de um padrão de comportamento exemplificada no capítulo 2 pelo dilema dos prisioneiros. Através da codificação em um cromossoma das variáveis que descrevem o ambiente onde o robô está inserido, foi possível evoluir um padrão de atuação diante da situação presente a cada instante, de forma a atingir um objetivo especificado de forma ótima, ou sub-ótima. O controle de robôs por Lógica Nebulosa demonstra o potencial desta técnica para problemas de controle, codificando através de regras imprecisas que assemelham-se à forma humana de armazenar e transmitir conhecimento, o comportamento que o robô deve ter frente a cada situação encontrada em seu ambiente. Os resultados apresentados demonstram o potencial de utilização das técnicas da Inteligência Computacional, inspiradas na biologia e na natureza, na área de Machine Learning, mostrando através dos exemplos implementados a capacidade de aquisição de conhecimento por experiência, através de mecanismos indutivos, ao invés de codificar explicitamente soluções específicas para os problemas apresentados. / [en] This work investigates the application and performance of the Computational intelligence technics in the field of Machine Learning. In particular, was investigated the application of intelligent systems (Neural Networks, genetic Algorithms and fuzzy Logic) in the development of algorithms that codify inductive mechanisms in Machine Learning. This work was developed in two main steps: a research of Machine Learning bibliography, and the development of three intelligent systems: neural Networks applied to the game of backgammon, Genetic Algorithms in the evolution of an autonomous robot control system, and fuzzy Logic applied to robot control. The bibliography research involved looking for technical literature about Machine Learning and Computational Intelligence. Were used in this research books specialized in the area, and technical papers about the themes treated in this dissertation. The modeling of the backgammon learning algorithm, based on Neural Networks, was implemented using a reinforcement learning method known as TD(l), which operate by the principle of trial and error, giving a reward for actions that brings a good result. The game of backgammon was chosen because of its huge number of possible situations that can be faced during the game, due to estocastic factor (dice) attached to the game, making a traditional approach very difficult, if not even inefficient. The evolution of the autonomous robot control system using Genetic Algorithms is inspired in the evolution of a behavior pattern of behavior to deal with the faced at each moment, in order to achieve a goal in an optimal or sub-optimal way. The robot control system using Fuzzy Logic demonstrates the potential of this technic to control problems, codifying through fuzzy rules, which are similar to the human way to in its environment. The results presented demonstrate the potential of the Computational Intelligence technics, inspired in biology and nature, in the field of Machine Learning, showing through the examples implemented the knowledge acquisition capacity by experience, using inductive mechanisms instead of programming specific solutions for the problems presented
303

Efficient modularity density heuristics in graph clustering and their applications

Santiago, Rafael de January 2017 (has links)
Modularity Density Maximization is a graph clustering problem which avoids the resolution limit degeneracy of the Modularity Maximization problem. This thesis aims at solving larger instances than current Modularity Density heuristics do, and show how close the obtained solutions are to the expected clustering. Three main contributions arise from this objective. The first one is about the theoretical contributions about properties of Modularity Density based prioritizers. The second one is the development of eight Modularity Density Maximization heuristics. Our heuristics are compared with optimal results from the literature, and with GAOD, iMeme-Net, HAIN, BMD- heuristics. Our results are also compared with CNM and Louvain which are heuristics for Modularity Maximization that solve instances with thousands of nodes. The tests were carried out by using graphs from the “Stanford Large Network Dataset Collection”. The experiments have shown that our eight heuristics found solutions for graphs with hundreds of thousands of nodes. Our results have also shown that five of our heuristics surpassed the current state-of-the-art Modularity Density Maximization heuristic solvers for large graphs. A third contribution is the proposal of six column generation methods. These methods use exact and heuristic auxiliary solvers and an initial variable generator. Comparisons among our proposed column generations and state-of-the-art algorithms were also carried out. The results showed that: (i) two of our methods surpassed the state-of-the-art algorithms in terms of time, and (ii) our methods proved the optimal value for larger instances than current approaches can tackle. Our results suggest clear improvements to the state-of-the-art results for the Modularity Density Maximization problem.
304

Reconhecimento de padrão na biodisponibilidade do ferro utilizando o Algoritmo Fuzzy C-Means / Pattern recognition in iron bioavailability using Fuzzy C-Means algorithm

Márcio Coutinho Brandão Côrtes Filho 15 August 2012 (has links)
Fundação de Amparo à Pesquisa do Estado do Rio de Janeiro / Este trabalho apresenta um método para reconhecimento do padrão na biodisponibilidade do ferro, através da interação com substâncias que auxiliam a absorção como vitamina C e vitamina A e nutrientes inibidores como cálcio, fitato, oxalato, tanino e cafeína. Os dados foram obtidos através de inquérito alimentar, almoço e jantar, em crianças de 2 a 5 anos da única Creche Municipal de Paraty-RJ entre 2007 e 2008. A Análise de Componentes Principais (ACP) foi aplicada na seleção dos nutrientes e utilizou-se o Algoritmo Fuzzy C-Means (FCM) para criar os agrupamentos classificados de acordo com a biodisponibilidade do ferro. Uma análise de sensibilidade foi desenvolvida na tentativa de buscar quantidades limítrofes de cálcio a serem consumidas nas refeições. A ACP mostrou que no almoço os nutrientes que explicavam melhor a variabilidade do modelo foram ferro, vitamina C, fitato e oxalato, enquanto no jantar o cálcio se mostrou eficaz na determinação da variabilidade do modelo devido ao elevado consumo de leite e derivados. Para o almoço, a aplicação do FCM na interação dos nutrientes, notou-se que a ingestão de vitamina C foi determinante na classificação dos grupos. No jantar, a classificação de grupos foi determinada pela quantidade de ferro heme na interação com o cálcio. Na análise de sensibilidade realizada no almoço e no jantar, duas iterações do algoritmo determinaram a interferência total do cálcio na biodisponibilidade do ferro. / This dissertation presents a method for pattern recognition on the bioavailability of iron, through interaction with substances that help the absorption such as vitamin C and vitamin A and inhibitors as calcium, phytate, oxalate, tannin and caffeine. The database was obtained through dietary, lunch and dinner, in children 2-5 years in the Municipal Nursery of Paraty - Rio de Janeiro, between 2007 and 2008. The Principal Component Analysis (PCA) was applied in the selection of nutrients and used the Fuzzy C-Means Algorithm (FCM) to create the groups classified according to the bioavailability of iron. A sensitivity analysis was developed in an attempt to find neighboring amounts of calcium being consumed at meals. The PCA showed that at lunch the nutrients that best explained the variability of the model were iron, vitamin C, phytate and oxalate, while at dinner the calcium was effective in determining the variability of the model due to high consumption of dairy products. For lunch, the application of FCM in the interaction of nutrients, it was noted that the intake of vitamin C was decisive in the classification of groups. At dinner, the classification of groups was determined by the amount of iron in the interaction with calcium. In the sensitivity analysis performed for lunch and dinner, two iterations of the algorithm determined the total interference of calcium on iron bioavailability.
305

Sobre o uso da função proposicional e sua gênese segundo a epistemologia genética

Ferreira, Rafael dos Reis [UNESP] 17 January 2011 (has links) (PDF)
Made available in DSpace on 2014-06-11T19:25:28Z (GMT). No. of bitstreams: 0 Previous issue date: 2011-01-17Bitstream added on 2014-06-13T20:53:25Z : No. of bitstreams: 1 ferreira_rr_me_mar.pdf: 589195 bytes, checksum: b1c3270d0124bdc93ee5bfe744d40631 (MD5) / Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP) / O objetivo da Dissertação é investigar, na perspectiva da Epistemologia Genética, proposta por Jean Piaget, uma questão que elaboramos a partir de nossos estudos sobre o Ensaio de Lógica Operatória escrito por Piaget, a saber: como o sujeito epistêmico usa e se torna capaz de usar funções proposicionais na estruturação lógico-matemática que ele faz da realidade? Tomando esta questão como fio condutor de nossas pesquisas, procuramos compreender como se constituem as funções proposicionais, um dos elementos fundamentais da Lógica, e quais são suas relações com as operações lógicas do pensamento “natural” realizadas pelo sujeito. Para isso, fizemos, inicialmente, uma breve apresentação do pensamento piagetiano, mostrando, em paralelo, algumas das heranças centrais da história das ideias no pensamento deste autor. Em seguida, situamos o Ensaio no contexto da Epistemologia Genética e apresentamos o que Piaget entende por Lógica, quais são seus objetos e métodos em relação aos outros domínios de estudo, em especial a Epistemologia e a Psicologia. Mostramos que, segundo sua concepção de Lógica, é possível uma coordenação entre Lógica e Psicologia do ponto de vista da Epistemologia Genética, sem que isso implique, necessariamente, em um psicologismo do conhecimento, em especial, um psicologismo do conhecimento lógicomatemático. Com vistas a buscar as condições necessárias ao uso da função proposicional pelo sujeito, centramos nossa análise em uma das passagens psicológicas cruciais à construção humana do pensamento lógico-matemático, que é a passagem da ação sobre a experiência sensível às primeiras estruturações lógico-matemáticas realizadas pelo sujeito. Visando uma contribuição à Epistemologia e à Teoria do Conhecimento, procuramos explicitar, portanto, como a Lógica Operatória... / The aim of the dissertation is to investigate, by Genetic Epistemology, proposed by Jean Piaget, an issue that we developed from our studies of Operating Logic written by Piaget namely: how the epistemic subject uses and becomes capable of using propositional functions in logical-mathematical structuring that he make of reality? Taking this question as our guiding principle of our researches, we seek to comprehend how does the propositional functions constitutes, one of the fundamental elements of Logic, and which are their relations with the operations logic of natural thought performed by the subject. Starting up, we made a brief presentation of Piagetian thoughts, showing, simultaneously, some of the central heritages the history of Piaget ideas. Following, we placed the Essay in Genetic Epistemology context and presented what Piaget mean by Logic, what are their objects and methods in relation to other fields of study, particularly in Epistemology and Psychology. We show that, according to his conception of logic, it's possible a coordination between Logic and Psychology from the genetic epistemology standpoint, however it does not necessarily implicate in a psychologism of the knowledge, in especial, a psychologism of the logicalmathematical knowledge. In an eager to seek the necessary conditions for the subject use of the propositional function, we focused our analysis on one of the crucial passages psychological human construction of logical-mathematical thinking which is the way of action on sensory experience to the first logical-mathematical structuring undertaken by the subject. Aiming the contribution to Epistemology and the Theory of Knowledge, we hope to explain, therefore, as the Operating Logic (the logic of operations natural thought of the subject), proposed by Piaget in the Treaty and in the Essay, can be used in the particular case of the propositional function... (Complete abstract click electronic access below)
306

Relação informacional : uma alternativa ao paradigma causal na explicação da ação /

Rodrigues, Gilberto César Lopes. January 2009 (has links)
Orientador: Maria Eunice Quilici Gonzalez / Banca: Osvaldo Frota Pessoa Júnior / Banca: Alfredo Pereira Júnior / Resumo: Tradicionalmente a ação é explicada na Filosofia por meio de teorias que a consideram como o efeito de uma ou várias causas (DAVIDSON, 1968, 1980). Embora o princípio da causalidade mecânica - entendida como causa eficiente − seja satisfatório para explicar uma gama de eventos físicos, ele se mostra insuficiente na explicação da ação, conforme ressaltam filósofos, tais como von Wright (1973), Dretske (1981, 1988, 1995), Juarrero (1999), Emmeche (2006, 2007), Gonzalez (2005, 2006, 2007) e Üexküll (1982). No âmbito humano, por exemplo, esses filósofos indicam limites e problemas relativos à tentativa de explicar a ação como o resultado de uma sequencia de causas eficientes. Neste sentido, o objetivo da presente dissertação é analisar e discutir problemas centrais da filosofia da ação, em especial: (i) a distinção entre movimento e ação; (ii) limites da causalidade na explicação da ação; (iii) alcance da abordagem informacional da ação; (iv) a pertinência da concepção pragmática de informação genuína na explicação da ação significativa. No que diz respeito ao problema (i), focalizamos o papel da intenção presente na ação que a distingue de movimento. No que diz respeito ao problema (ii), examinamos em que medida seria válido o pressuposto segundo o qual uma teoria é explicativa quando descreve as causas mecânicas envolvidas na ação. Nossa hipótese central é a de que as explicações da ação não deveriam se limitar à relação causal mecânica, porque a ação, além do elemento causal, comporta uma intermediação sígnica que não se reduz ao plano diádico da ação-reação. Seguindo as trilhas de filósofos estudiosos da teoria da informação, argumentamos, na discussão do problema (iii), que a explicação da ação extrapola o domínio causal diádico e incorpora um patamar que inclui a manipulação de informação ... (Resumo completo, clicar acesso eletrônico abaixo) / Abstract: Action is traditionally explained in philosophy by means of theories that consider it to be the effect of one or several causes (DAVIDSON, 1968, 1980). Although the principle of mechanical causality - understood as efficient cause - may be sufficient to explain a range of physical events, it has been found to be inadequate to explain action, as pointed out by philosophers including von Wright (1973), Dretske (1981, 1988, 1995), Juarrero (1999), Emmeche (2006, 2007), Gonzalez (2005, 2006, 2007) and Üexküll (1982). In the human domain, for example, these philosophers indicate the existence of limits and difficulties related to the attempt to explain action as the result of a sequence of efficient causes. Hence, the objective of the present work is to analyze and discuss central problems of the philosophy of action, especially: (i) the distinction between movement and action; (ii) limits of causality in the explanation of action; (iii) extent of the informational approach to action; (iv) relevance of the pragmatic conception of genuine information in explanation of meaning action. Concerning problem (i), we focus on the role of intention, which is present in action and distinguishes it from movement. To address problem (ii), we examine the validity of the presupposition according to which a theory is explanatory when it describes the mechanical causes involved in action. Our central hypothesis is that explanations of action should not be limited to the mechanical causal relationship, because action, besides the causal element, also depends on an intermediation driven by signs that cannot be reduced to the dyadic plane of action-reaction. Following the line taken by earlier philosophers, in discussion of problem (iii), we argue that the explanation of action must extend beyond the dyadic causal domain and incorporate a level that includes the manipulation of meaningful information. In ... (Complete abstract click electronic access below) / Mestre
307

Reconhecimento de padrão na biodisponibilidade do ferro utilizando o Algoritmo Fuzzy C-Means / Pattern recognition in iron bioavailability using Fuzzy C-Means algorithm

Márcio Coutinho Brandão Côrtes Filho 15 August 2012 (has links)
Fundação de Amparo à Pesquisa do Estado do Rio de Janeiro / Este trabalho apresenta um método para reconhecimento do padrão na biodisponibilidade do ferro, através da interação com substâncias que auxiliam a absorção como vitamina C e vitamina A e nutrientes inibidores como cálcio, fitato, oxalato, tanino e cafeína. Os dados foram obtidos através de inquérito alimentar, almoço e jantar, em crianças de 2 a 5 anos da única Creche Municipal de Paraty-RJ entre 2007 e 2008. A Análise de Componentes Principais (ACP) foi aplicada na seleção dos nutrientes e utilizou-se o Algoritmo Fuzzy C-Means (FCM) para criar os agrupamentos classificados de acordo com a biodisponibilidade do ferro. Uma análise de sensibilidade foi desenvolvida na tentativa de buscar quantidades limítrofes de cálcio a serem consumidas nas refeições. A ACP mostrou que no almoço os nutrientes que explicavam melhor a variabilidade do modelo foram ferro, vitamina C, fitato e oxalato, enquanto no jantar o cálcio se mostrou eficaz na determinação da variabilidade do modelo devido ao elevado consumo de leite e derivados. Para o almoço, a aplicação do FCM na interação dos nutrientes, notou-se que a ingestão de vitamina C foi determinante na classificação dos grupos. No jantar, a classificação de grupos foi determinada pela quantidade de ferro heme na interação com o cálcio. Na análise de sensibilidade realizada no almoço e no jantar, duas iterações do algoritmo determinaram a interferência total do cálcio na biodisponibilidade do ferro. / This dissertation presents a method for pattern recognition on the bioavailability of iron, through interaction with substances that help the absorption such as vitamin C and vitamin A and inhibitors as calcium, phytate, oxalate, tannin and caffeine. The database was obtained through dietary, lunch and dinner, in children 2-5 years in the Municipal Nursery of Paraty - Rio de Janeiro, between 2007 and 2008. The Principal Component Analysis (PCA) was applied in the selection of nutrients and used the Fuzzy C-Means Algorithm (FCM) to create the groups classified according to the bioavailability of iron. A sensitivity analysis was developed in an attempt to find neighboring amounts of calcium being consumed at meals. The PCA showed that at lunch the nutrients that best explained the variability of the model were iron, vitamin C, phytate and oxalate, while at dinner the calcium was effective in determining the variability of the model due to high consumption of dairy products. For lunch, the application of FCM in the interaction of nutrients, it was noted that the intake of vitamin C was decisive in the classification of groups. At dinner, the classification of groups was determined by the amount of iron in the interaction with calcium. In the sensitivity analysis performed for lunch and dinner, two iterations of the algorithm determined the total interference of calcium on iron bioavailability.
308

Efficient modularity density heuristics in graph clustering and their applications

Santiago, Rafael de January 2017 (has links)
Modularity Density Maximization is a graph clustering problem which avoids the resolution limit degeneracy of the Modularity Maximization problem. This thesis aims at solving larger instances than current Modularity Density heuristics do, and show how close the obtained solutions are to the expected clustering. Three main contributions arise from this objective. The first one is about the theoretical contributions about properties of Modularity Density based prioritizers. The second one is the development of eight Modularity Density Maximization heuristics. Our heuristics are compared with optimal results from the literature, and with GAOD, iMeme-Net, HAIN, BMD- heuristics. Our results are also compared with CNM and Louvain which are heuristics for Modularity Maximization that solve instances with thousands of nodes. The tests were carried out by using graphs from the “Stanford Large Network Dataset Collection”. The experiments have shown that our eight heuristics found solutions for graphs with hundreds of thousands of nodes. Our results have also shown that five of our heuristics surpassed the current state-of-the-art Modularity Density Maximization heuristic solvers for large graphs. A third contribution is the proposal of six column generation methods. These methods use exact and heuristic auxiliary solvers and an initial variable generator. Comparisons among our proposed column generations and state-of-the-art algorithms were also carried out. The results showed that: (i) two of our methods surpassed the state-of-the-art algorithms in terms of time, and (ii) our methods proved the optimal value for larger instances than current approaches can tackle. Our results suggest clear improvements to the state-of-the-art results for the Modularity Density Maximization problem.
309

Logica e investigação : uma interpretação da genese dos principais temas do pensamento de Charles Sanders Peirce

Rodrigues, Cassiano Terra 28 July 2018 (has links)
Orientador: Arley Ramos Moreno / Dissertação (mestrado) - Universidade Estadual de Campinas, Instituto de Filosofia e Ciencias Humanas / Made available in DSpace on 2018-07-28T07:42:25Z (GMT). No. of bitstreams: 1 Rodrigues_CassianoTerra_M.pdf: 11699027 bytes, checksum: 96b5c2226959697b04b142b9b8fbb832 (MD5) Previous issue date: 2001 / Resumo: Este texto apresenta, como o seu titulo indica, uma interpretação da gênese dos principais temas da filosofia de Charles Sanders Peirce. Seu objetivo é mostrar como, no final da década de 186O" a partir de preocupações iniciais acerca da filosofia kantiana, notadamente a teoria das categorias, Peirce chega a formular, de maneira ainda precária, mas muito bem articulada, algumas concepções de suma importância ao seu projeto filosófico. Sendo assim, procuramos explicar que seu primeiro passo será estabelecer uma nova lista de categorias, com o intuito de explicar como se reduz o múltiplo empírico à unidade conceitual. Procuramos também explicar a elaboração dessa lista mostrando como o jovem Peirce chega a uma concepção de lógica diferente da lógica tradicional aristotélica. Em seguida, e em conseqüência do estabelecimento dessa nova lista, ele formula uma teoria da cognição, afirmando que todo pensamento é um processo de criação e interpretação de signos, cujo funcionamento pode ser descrito como um processo inferencial, e não mais judicativo. Também formula uma teoria da realidade dos universais, que assenta sobre a assunção fundamental da identidade entre as concepções de ser e cognoscibilidade. Essas idéias o levam a apresentar, ainda, incipientemente, uma teoria da justificação da validade da indução, baseada em uma descrição das condições de possibilidade da experiência, teoria esta que avança temas centrais do falibilismo e do sinequismo do autor. Tais idéias formam, segundo nosso juízo, a base de seu pragmatismo, entendido como método filosófico de esclarecimento dos conceitos científicos a ser aplicado à metafísica tradicional, com o intuito de renová-la, fazendo-a deixar de lado falsos problemas para ater-se a problemas de significação. O presente trabalho termina com uma sucinta menção às suas. idéias pragmatistas, desenvolvidas após esses primeiros trabalhos, para concluir que a originalidade de suas idéias, nesse princípio do seu desenvolvimento filosófico foi, ao menos, lançar as bases para uma nova maneira de pensar as imbricações entre as determinações lógicas, conceituais, e as determinações ontológicas do mundo - em outras palavras, uma nova maneira de pensar as relações entre [physis] e [lógos] / Abstract: This text contains, as indicated in the tide, an interpretation of the birth of the main themes of Charles Sanders Peirce's philosophy. lts goal is to show,how in the end of the 1860's from initial concerns about kancian philosophy, viz. the theory of categories, Peirce comes to sketch- though in an well articulated way, - some conceptions of the utmost importance to his philosophical project. Thus, we try to explain that his first step will be to set a new list of categories up, intending to explain the reduccion of empirical manifold to conceptual unity. We also try to explain the elaboration of this new list by pointing out the young Peirce' s new conception of logic, which is different from the tradicional aristotelian one. Further, and thereafter, from this new list he formulates a theory of cognition stating that every thought is a process of creation and interpretation of signs, whereof the very functioning can be described as an inferential, not anymore as a judgement process. He also settles a theory of the reality of universals, as a necessary outcome of the fundamental assumption of the identity of the conceptions of beeing and cognizability. These ideas led him still to present, incipiently, a theory of the justification of the validity of induction, based upon a description of the possibility condicions of experience, a theory which suggests central themes of his fallibilism and sinequism. These igeas frame the basis of his Pragmatism, as we see it, understood as a philosophica method of clearing up scientific concepts to be applied to tradicional Metaphysics, with the purpose of renewing it, setting aside false problems, focusing on signification problems. The present work ends with a succinct mention to his Pragmatism, developed after these early works, wherein we can see that the originality of his ideas at this beginning of his philosophical development was, at least to settle the ground for a new way of thinking the entanglement between the logical- conceptual- and ontological determinations o fthe world- i. e.?-a new way of thinking the relations established between [Physis] and [lógos] / Mestrado / Mestre em Filosofia
310

Avaliação do processo de osmose inversa para concentração de suco de laranja e simulação da recuperação do etil butirato através da pervaporação com predição de propriedades / Evaluation of reverse osmosis process for concentrating orange juice and simulation of ethyl butyrate, recovery through pervaporation with prediction of properties

Araujo, Wilson Andalecio de 08 March 2007 (has links)
Orientadores: Maria Regina Wolf Maciel, Mario Eusebio Torres Alvarez / Tese (doutorado) - Universidade Estadual de Campinas, Faculdade de Engenharia Quimica / Made available in DSpace on 2018-08-11T16:17:30Z (GMT). No. of bitstreams: 1 Araujo_WilsonAndaleciode_D.pdf: 2993508 bytes, checksum: 29abb03a65a80f6c9835367e0cb49d50 (MD5) Previous issue date: 2008 / Resumo: Os processos de separação com membranas (PSM) têm sido considerados como alternativa a processos clássicos de separação. Esta é uma área de estudo que apresenta uma forte interdisciplinaridade. Há um crescente interesse nestes processos para diversas aplicações como, por exemplo, tratamento de efluentes industriais, desalinização de águas, purificação e concentração de correntes da indústria alimentícia. A separação, em geral, não envolve mudança de fase, o que significa economia no consumo de energia e operações a temperaturas moderadas. Na tecnologia de separação com membranas, os componentes das misturas líquidas ou gasosas são separados ao permearem de forma seletiva através de uma membrana. As membranas podem ser poliméricas ou cerâmicas. A corrente de alimentação é dividida em duas correntes de saída: a que permeou através da membrana (permeado) e a corrente concentrada retida (¿retentate¿). Estes processos têm sido aplicados no processamento de bebidas, sucos, e aromas. Neste trabalho, dois PSM foram estudados, a Osmose Inversa (OI) e a Pervaporação (PV). Experimentos em escala piloto foram realizados empregando-se o processo de OI (membrana de poliamida) para a concentração de suco de laranja a 20°Brix. Avaliou-se a retenção de compostos de voláteis (acetaldeído, metanol e etanol) monitorando-se as correntes de alimentação e permeado. Os resultados de retenção de aromas obtidos não foram satisfatórios. A membrana apresentou baixas retenções para os voláteis monitorados na temperatura usada para realização dos experimentos. Na segunda etapa do trabalho, o processo de PV foi avaliado para recuperação de um importante éster do suco de laranja, o etil butirato. O software PERVAP, um simulador Fortran essencialmente preditivo, foi empregado no estudo de desempenho do processo para duas membranas, polidimetilsiloxano (PDMS) e polioctilmetilsiloxano (POMS). Realizou-se a predição de propriedades de membranas poliméricas para incremento da capacidade preditiva do simulador. Foram empregados métodos de contribuição de grupos para predição das propriedades dos polímeros. Os dados de viscosidade preditos para o POMS viabilizaram a realização de cálculos para obtenção de parâmetros requeridos para operação do simulador. A abordagem proposta proporcionou maior versatilidade ao simulador / Abstract: The membrane separation processes (MSP) have been considered as alternative for conventional separation processes. In this research area a strong interdisciplinarity is observed. There is an increasing of interest for these processes considering many aplications (e.g., industrial wastewater treatment, water desalination, purification and concentration of food industry streams). The separation usually does not requires phase change, which means energy savings and moderate temperatures. A membrane separation system separates an inlet stream into two effluent streams known as the permeate and the retentate. The permeate is the portion of the fluid that has passed through the membrane. Whereas the retentate stream contains the constituents that have been rejected by the membrane. The membrane can be polymeric or ceramic. These processes have been applied for processing beverages, juices and aromas. In this work, two of these processes were studied, Reverse Osmosis (RO) and Pervaporation (PV). Pilot scale experiments were accomplished using RO (poliamide membrane) for concentrating single strength orange juice at 20ºBrix. The retention of volatile compounds (acetaldehyde, methanol and ethanol) was evaluated by monitoring feed and permeate streams. The retention results obtained were unsatisfactory. The membrane presented low retention for monitored volatiles under studied temperature conditions. In the second stage of this work, the PV process was evaluated for recovering an important ester of orange juice, the ethyl butyrate. The PERVAP software, an essentially predictive Fortran simulator, was used for evaluating process performance considering two membranes, polydimethylsiloxane (PDMS) and polyoctylmethylsiloxane (POMS). It was accomplished the prediction of properties for polymeric membranes targeting the software predictivity improvement. Viscosity data predicted for POMS was crucial for calculating parameters required by simulator. The predictive approach proposed improved the software versatility / Doutorado / Desenvolvimento de Processos Químicos / Doutor em Engenharia Química

Page generated in 0.0493 seconds