974 resultados para Learning Programming Paradigms
Resumo:
A virtual system that emulates an ARM-based processor machine has been created to replace a traditional hardware-based system for teaching assembly language. The proposed virtual system integrates, in a single environment, all the development tools necessary to deliver introductory or advanced courses on modern assembly language programming. The virtual system runs a Linux operating system in either a graphical or console mode on a Windows or Linux host machine. No software licenses or extra hardware are required to use the virtual system, thus students are free to carry their own ARM emulator with them on a USB memory stick. Institutions adopting this, or a similar virtual system, can also benefit by reducing capital investment in hardware-based development kits and enable distance learning courses.
Resumo:
The induction of classification rules from previously unseen examples is one of the most important data mining tasks in science as well as commercial applications. In order to reduce the influence of noise in the data, ensemble learners are often applied. However, most ensemble learners are based on decision tree classifiers which are affected by noise. The Random Prism classifier has recently been proposed as an alternative to the popular Random Forests classifier, which is based on decision trees. Random Prism is based on the Prism family of algorithms, which is more robust to noise. However, like most ensemble classification approaches, Random Prism also does not scale well on large training data. This paper presents a thorough discussion of Random Prism and a recently proposed parallel version of it called Parallel Random Prism. Parallel Random Prism is based on the MapReduce programming paradigm. The paper provides, for the first time, novel theoretical analysis of the proposed technique and in-depth experimental study that show that Parallel Random Prism scales well on a large number of training examples, a large number of data features and a large number of processors. Expressiveness of decision rules that our technique produces makes it a natural choice for Big Data applications where informed decision making increases the user’s trust in the system.
Resumo:
There is strong evidence from animal studies that prenatal stress has different effects on male and female offspring. In general, although not always, prenatal stress increases anxiety, depression and stress responses, both hypothalamic–pituitary–adrenal and cardiovascular, in female offspring rather than in male. Males are more likely to show learning and memory deficits. There have been few studies so far in humans which differentiate effects of prenatal stress on male and female psychopathology. Some studies support the animal models, but the evidence is inconsistent. The mediating mechanisms for any sex specific effects are little understood, but there is evidence that placental function can differ depending on the sex of the fetus. We suggest that there may be an evolutionary reason for any sex differences in the long term effects of prenatal stress. In a stressful environment it may be adaptive for females, who are more likely to stay in one place and look after children, to be more vigilant, alert to danger and thus show more stress responsiveness. This can give rise to a more anxious or depressed phenotype. With males it may be more adaptive to go out and explore new environments, compete with other males, and be more aggressive. For this it may help to be less responsive to external stressors. More research is needed into sex differences in the effects of prenatal stress in humans, to test these ideas.
Resumo:
Previous research with children learning a second language (L2) has reported errors with verb inflection and cross-linguistic variation in accuracy and error patterns. However, owing to the cross-linguistic complexity and diversity of different verbal paradigms, the cross-linguistic effects on the nature of default forms has not been directly addressed in L2 acquisition studies. In the present study, we compared accuracy and error patterns in verbal agreement inflections in L2 children acquiring Dutch and Greek, keeping the children’s L1 constant (Turkish). Results showed that inflectional defaults in Greek follow universal predictions regarding the morphological underspecification of paradigms. However, the same universal predictions do not apply to the same extent to Dutch. It is argued that phonological properties of inflected forms should be taken into account to explain cross-linguistic differences in the acquisition of inflection. By systematically comparing patterns in child L2 Dutch and Greek, this study shows how universal mechanisms and target language properties work in tandem in the acquisition of inflectional paradigms.
Resumo:
Model trees are a particular case of decision trees employed to solve regression problems. They have the advantage of presenting an interpretable output, helping the end-user to get more confidence in the prediction and providing the basis for the end-user to have new insight about the data, confirming or rejecting hypotheses previously formed. Moreover, model trees present an acceptable level of predictive performance in comparison to most techniques used for solving regression problems. Since generating the optimal model tree is an NP-Complete problem, traditional model tree induction algorithms make use of a greedy top-down divide-and-conquer strategy, which may not converge to the global optimal solution. In this paper, we propose a novel algorithm based on the use of the evolutionary algorithms paradigm as an alternate heuristic to generate model trees in order to improve the convergence to globally near-optimal solutions. We call our new approach evolutionary model tree induction (E-Motion). We test its predictive performance using public UCI data sets, and we compare the results to traditional greedy regression/model trees induction algorithms, as well as to other evolutionary approaches. Results show that our method presents a good trade-off between predictive performance and model comprehensibility, which may be crucial in many machine learning applications. (C) 2010 Elsevier Inc. All rights reserved.
Resumo:
In this paper the architecture of an experimental multiparadigmatic programming environment is sketched, showing how its parts combine together with application modules in order to perform the integration of program modules written in different programming languages and paradigms. Adaptive automata are special self-modifying formal state machines used as a design and implementation tool in the representation of complex systems. Adaptive automata have been proven to have the same formal power as Turing Machines. Therefore, at least in theory, arbitrarily complex systems may be modeled with adaptive automata. The present work briefly introduces such formal tool and presents case studies showing how to use them in two very different situations: the first one, in the name management module of a multi-paradigmatic and multi-language programming environment, and the second one, in an application program implementing an adaptive automaton that accepts a context-sensitive language.
Resumo:
Esta dissertação apresente o conceito Organização de Aprendizagem e propostas paradigmáticas inovadoras para administração. Dentre eles, o Paradigma Paraeconômico idealizado por guerreiro Ramos, o Paradigma Consciencial de Waldo Vieira e os Paradigmas sociais de Burrel e Morgan. O objetivo é por meio do estudo de caso de uma organização sem fins lucrativos, dedicada à Pesquisa do Fenômeno da Consciência, o IIPC, entender o pré-sistema, Organização de aprendizagem e estudar novos paradigmas para gestão com pessoas, no contexto atual. Além disso, se busca também, classificar o Instituto Internacional de Projeciologia e Conscienciologia como ajustado ou não ao pré-sistema de Peter Senge, dentro da realidade de empresas de Terceiro Setor. Por fim, se conclui que o modelo Conscienciocêntrico, originário do Paradigma Consciencial, se aproxima bastante do modelo de Senge, baseado nas cinco disciplinas, indo além no que diz respeito ao autoconhecimento e cultura organizacional fomentadora da reciclagem e aprendizagem.
Resumo:
The Backpropagation Algorithm (BA) is the standard method for training multilayer Artificial Neural Networks (ANN), although it converges very slowly and can stop in a local minimum. We present a new method for neural network training using the BA inspired on constructivism, an alphabetization method proposed by Emilia Ferreiro based on Piaget philosophy. Simulation results show that the proposed configuration usually obtains a lower final mean square error, when compared with the standard BA and with the BA with momentum factor.
Resumo:
ArcTech is a software being developed, applied and improved with the aim of becoming an efficient sensitization tool to support the teaching-learning process of Architecture courses. The application deals initially with the thermal comfort of buildings. The output generated by the software shows if a student is able to produce a pleasant environment, in terms of thermal sensation along a 24-hours period. Although one can find the very same characteristics in fully-developed commercial software, the reason to create ArcTech is related to the flexibility of the system to be adapted by the instructor and also to the need of simple tools for the evaluation of specific topics along the courses. The first part of ArcTech is dedicated to data management and that was developed using the visual programming language Delphi 7 and Firebird as the database management system. The second part contains the parameters that can be changed by the system administrator and those related to project visualization. The interface of the system, in which the student will learn how to implement and to evaluate the project alternatives, was built using Macromedia Flash. The software was applied to undergraduate students revealing its easy-learning and easy-teaching interface.
Resumo:
One of the most important characteristics of intelligent activity is the ability to change behaviour according to many forms of feedback. Through learning an agent can interact with its environment to improve its performance over time. However, most of the techniques known that involves learning are time expensive, i.e., once the agent is supposed to learn over time by experimentation, the task has to be executed many times. Hence, high fidelity simulators can save a lot of time. In this context, this paper describes the framework designed to allow a team of real RoboNova-I humanoids robots to be simulated under USARSim environment. Details about the complete process of modeling and programming the robot are given, as well as the learning methodology proposed to improve robot's performance. Due to the use of a high fidelity model, the learning algorithms can be widely explored in simulation before adapted to real robots. © 2008 Springer-Verlag Berlin Heidelberg.
Resumo:
This article presents considerations about viability on reutilize existing web based e-Learning systems on Interactive Digital TV environment according to Digital TV standard adopted in Brazil. Considering the popularity of Moodle system in academic and corporative area, such system was chosen as a foundation for a survey into its properties to create a specification of an Application Programming Interface (API) for convergence to t-Learning characteristics that demands efforts in interface design area due the fact that computer and TV concepts are totally different. This work aims to present studies concerning user interface design during two stages: survey and detail of functionalities from an e-Learning system and how to adapt them for the Interactive TV regarding usability context and Information Architecture concepts.
Resumo:
This paper presents a historical perspective of the Power Electronics education that has lead to the present situation in which such technology is indispensable for the exploitation of almost all type of clean energy primary sources. Some academic initiatives in Brazil are here discussed focusing the institutions grouped in a CAPES-Pró-Engenharia program. The curricula aspects and innovations are presented, emphasizing the multidisciplinary character of this field of Power Electronics application. © 2011 IEEE.
Resumo:
Studies have demonstrated that nutrient deficiency during pregnancy or in early postnatal life results in structural abnormalities in the offspring hippocampus and in cognitive impairment. In an attempt to analyze whether gestational protein restriction might induce learning and memory impairments associated with structural changes in the hippocampus, we carried out a detailed morphometric analysis of the hippocampus of male adult rats together with the behavioral characterization of these animals in the Morris water maze (MWM). Our results demonstrate that gestational protein restriction leads to a decrease in total basal dendritic length and in the number of intersections of CA3 pyramidal neurons whereas the cytoarchitecture of CA1 and dentate gyrus remained unchanged. Despite presenting significant structural rearrangements, we did not observe impairments in the MWM test. Considering the clear dissociation between the behavioral profile and the hippocampus neuronal changes, the functional significance of dendritic remodeling in fetal processing remains undisclosed. © 2012 ISDN.
Resumo:
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)
Resumo:
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)