Dissertations / Theses on the topic 'Emergent coding'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 15 dissertations / theses for your research on the topic 'Emergent coding.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Alper, Rebecca Mae. "Developing a novel coding system for analyzing language stimulation behaviors during adult-child interactions." Thesis, University of Iowa, 2012. https://ir.uiowa.edu/etd/2809.
Full textChaudhary, Amit. "Supplementing consumer insights at Electrolux by mining social media: An exploratory case study." Thesis, Högskolan i Jönköping, Internationella Handelshögskolan, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:hj:diva-16096.
Full textBenefiel, Hannah Elizabeth. "Let Me In!: An Examination of Two Guidebooks for Rhetoric and Composition Women & Their Entanglement in the Self-Help Genre." University of Findlay / OhioLINK, 2020. http://rave.ohiolink.edu/etdc/view?acc_num=findlay1596216624888231.
Full textMillman, Daniel Joseph. "Emergence of Reward Coding in the Olfactory System." Thesis, Harvard University, 2016. http://nrs.harvard.edu/urn-3:HUL.InstRepos:33493347.
Full textMedical Sciences
Rahmati, Vahid, Knut Kirmse, Knut Holthoff, Lars Schwabe, and Stefan Kiebel. "Developmental Emergence of Sparse Coding: A Dynamic Systems Approach." Saechsische Landesbibliothek- Staats- und Universitaetsbibliothek Dresden, 2018. http://nbn-resolving.de/urn:nbn:de:bsz:14-qucosa-231777.
Full textRahmati, Vahid, Knut Kirmse, Knut Holthoff, Lars Schwabe, and Stefan Kiebel. "Developmental Emergence of Sparse Coding: A Dynamic Systems Approach." Nature Publishing Group, 2017. https://tud.qucosa.de/id/qucosa%3A30702.
Full textTsang, Ho-ching Felice, and 曾可澄. "The emerging roles of non-coding RNAs in hepatocellular carcinoma." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2013. http://hdl.handle.net/10722/206474.
Full textpublished_or_final_version
Pathology
Doctoral
Doctor of Philosophy
Do-Duy, Tan. "Design of network coding functionality for 5G networks." Doctoral thesis, Universitat Autònoma de Barcelona, 2018. http://hdl.handle.net/10803/665972.
Full textNetwork coding (NC) has recently emerged as a new solution for improving network performance in terms of throughput and reliability. However, the multi-user nature of NC and its inherent applicability to versatile flow engineering across all layers of the protocol stack, call for novel wireless system design approaches. The goal of this thesis is to study the design of NC as a network functionality offered to the 5G wireless communication service designers. The design would facilitate the control of network throughput, reliability, and connectivity over 5G wireless networks. The contributions of this thesis are the following. We first develop a design of Network Coding Functionality as a toolbox of NC design domains and show how it can be integrated in current virtualized infrastructures. Second, we evaluate the finite-length performance of different network codes using random vs Pascal matrices. We model the encoding, re-encoding, and decoding process of different coding schemes in matrix notation and corresponding error probabilities. We then propose a binary searching algorithm to identify optimal coding rate for some specific target packet loss rates given a pre-defined coding block-length. We will focus on capacity-achieving codes and coding schemes with scheduling for representative scenarios and show the achievable rate-delay trade-off between random codes and structured codes with scheduling. In the last part of this thesis, we validate the proposed NCF design for a complete use case to enhance connectivity of Mobile Ad-hoc Network (MANET) devices over converged satellite-cloud networks in emergency applications. The key insight is that in an emergency scenario there may not be direct access to fog or cloud computing, which will then be provided via satellite and the only local computational resources available are the MANET devices. To solve this situation, we define a packet-level NCF with inputs from data service quality targets, local computation constraints and per-path statistics. Outputs are centrally-optimized coding rates balancing per-node computational resources and resulting coverage.
Thomas, Ruth. "Test of a Smock System on CPR Primary Emergency Measures and Medical Errors During Simulated Emergencies." FIU Digital Commons, 2012. http://digitalcommons.fiu.edu/etd/759.
Full textSampaio, Felipe Martin. "Energy-efficient memory architecture design and management for parallel video coding." reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 2018. http://hdl.handle.net/10183/179534.
Full textThis Thesis presents the design of an energy-efficient hybrid scratchpad video memory architecture (called Hy-SVM) for parallel High-Efficiency Video Coding. Video coding stands out as a high complex part in the video processing applications. HEVC standard brought innovations that increase the memory requirements, mainly due to: (a) the novel coding structures, which aggravates the computational complexity by providing a wider range of possibilities to be analyzed; and (b) the high-level parallelism features provided by the Tiles partitioning, which provides performance acceleration, but, at the same time, strongly adds hard challenges to the memory infrastructure. The main bottleneck in terms of external memory transmission and on-chip storage is the reference frames data: which consists of already coded (and reconstructed) entire frames that must be stored and intensively accessed during the encoding process of future frames. Due to the large volume of data required to represent the reference frames, they are typically stored in the external memory (especially when highdefinition videos are targeted). The proposed Hy-SVM architecture is inserted in a video coding system, which is based on multiple Tiles partitioning to enable parallel HEVC encoding: each Tile is assigned to a specific processing unit. The key ideas of Hy-SVM include: applicationspecific design and management; combined multiple levels of private and shared memories that jointly exploit intra-Tile and inter-Tiles data reuse; scratchpad memories (SPMs) as energyefficient on-chip data storage; combined SRAM and STT-RAM hybrid memory (HyM) design We propose a design methodology for Hy-SVM that leverages application-specific properties to properly define the HyMs parameters. In order to provide run-time adaptation (for both offand on-chip parts), Hy-SVM integrates a memory management layer composed of: (1) overlap prediction, which has the goal of identifying the redundant memory access behavior by analyzing monitored past frames encoding to increase inter-Tiles data reuse exploitation; (2) memory pressure management, which aims on balancing the Tiles-accumulated memory pressure targeting on improving external memory communication channel usage; and (3) lifetime-aware data management scheme that alleviates STT-RAM SPMs of high bit-toggling write accesses to increase the their cells lifetime, as well as to reduce overhead issues related to poor write characteristics of STT-RAM. Application-specific knowledge was exploited by inheriting HEVC properties and performing run-time monitoring of memory accesses. Such information is used to properly design the on-chip video memories, as well as being utilized as input parameters of the run-time memory management layer. Based on the run-time decisions from the proposed Hy-SVM management strategies, Hy-SVM integrates distributed memory access management units (MAMUs) to control the access dynamics of private and shared SPMs. Additionally, adaptive power management units (APMUs) are able to strongly reduce on-chip energy consumption due to an accurate overlap prediction The experimental results demonstrate Hy-SVM overall energy savings over related works under various HEVC encoding scenarios. Compared to traditional data reuse schemes, like Level-C, the combined intra-Tile and inter-Tiles data reuse provides 69%-79% of energy reduction. Regarding related HEVC video memory architectures, the savings varied from 2.8% (worst case) to 67% (best case). From the external memory perspective, Hy-SVM can improve data reuse (by also exploiting inter-Tiles data redundancy), resulting on 11%-71%% of reduced off-chip energy consumption. Additionally, our APMUs contribute by reducing on-chip energy consumption of Hy-SVM by 56%-95%, for the evaluated HEVC scenarios. Thus, compared to related works, Hy-SVM presents the lowest on-chip energy consumption. The memory pressure management scheme can reduce the variations in the memory bandwidth by 37%-83% when compared to the traditional raster scan processing for 4- and 16-core parallelized HEVC encoder. The lifetime-aware data management significantly extends the STT-RAM lifetime, achieving 0.83 of normalized lifetime (near to the optimal case). Moreover, the overhead of implementing our management units insignificantly affects the performance and energyefficiency of Hy-SVM.
Canesin, Lucas Eduardo Costa 1988. "Identificação e caracterização de lncRNAs e genes codificadores linhagem-específicos em Andropogoneae = padrões comuns de evolução de genes emergentes = Identification and characterization lncRNAs and lineage specific coding genes in Andropogoneae : common patterns of evolution of emerging genes." [s.n.], 2014. http://repositorio.unicamp.br/jspui/handle/REPOSIP/317251.
Full textDissertação (mestrado) - Universidade Estadual de Campinas, Instituto de Biologia
Made available in DSpace on 2018-08-25T20:26:13Z (GMT). No. of bitstreams: 1 Canesin_LucasEduardoCosta_M.pdf: 8460459 bytes, checksum: 3fde4864bd253faed92b7dfd9071be3c (MD5) Previous issue date: 2014
Resumo: Recentemente, a análise de dados de genômica comparativa, buscando elucidar melhor a hipótese nula de modelos evolutivos, i.e. evolução neutra, originou uma nova teoria que eleva o tamanho populacional como principal fator evolutivo. Populações pequenas estão sujeitas a forte influência de deriva genética, o que causa o aumento da entropia do genoma. A complexidade genômica, leia-se conteúdo de sequencias informativas, como genes, é então um subproduto do aumento da entropia e a seleção teria então um papel secundário, sobretudo como moduladora do processo evolutivo. Assumindo este modelo, a emergência e degeneração de transcritos linhagem-específicos estão submetidas primariamente a evolução neutra. A transcrição pervasiva, sobretudo em linhagens germinais, é o agente causal do nascimento de genes e a fixação destes, frente ao reduzido tamanho populacional de eucariotos multicelulares, como as plantas Saccarum officinarum e Sorghum bicolor, ocorre por deriva genética. A inserção de novos genes, que são inicialmente neutros ou levemente deletérios, em redes funcionais ainda é pouco compreendida. A integração se torna gradativamente mais robusta com a evolução individual destes loci. Neste contexto, este estudo buscou identificar genes codificadores e não-codificadores de proteínas de recente emergência em cana-de-açúcar e sorgo a fim de se elucidar a hipótese de que sua arquitetura gênica e integração em redes biológicas apresentam padrões evolutivos comuns. Para isso, realizamos a identificação de lncRNAs de cana a partir de bancos de cDNA, o que permitiu a caracterização da expressão desses transcritos contrastando seis variedades distintas. Em decorrência da disponibilidade do genoma de sorgo, a identificação de genes linhagem-específicos codificadores e não codificadores pode ser resolvida com maior precisão. Pudemos determinar uma correlação entre a sua arquitetura gênica e integração nas redes biológicas e sua idade relativa. Apesar da correlação encontrada, o efeito mais forte observado em transcritos não codificadores revelam outros fatores que devem estar influenciando sua evolução. Levantamos a hipótese de que o evento de tradução possa elevar a eficiência da seleção negativa sobre o transcrito emergente, o que resultaria no turnover mais acentuado de lincRNAs e maior conservação de genes linhagem-específicos
Abstract: Recently, comparative genomics studies, aiming to better elucidate the null hypothesis of models of evolution, i. e. the neutral evolution, originate a new theory that elects the population size as the main factor acting in evolution. Small populations are subject to stronger influence of genetic drift, which raises genomic entropy. Genomic complexity, which means the information content in genome, such as genes, is a byproduct of the high entropy levels and selection would then display a secondary role, mainly as a modulator of the evolutionary process. Assuming this model, the emergence and degeneration of lineage-specific transcripts are primarily subject to neutral evolution. The pervasive transcription, especially in germinal cell lines, is the causal agent of birth of genes and their fixation, in face to the reduced population size of multicellular eukaryotes, as Saccarum officinarum and Sorghum bicolor plant species, is ruled by genetic drift. The integration of new genes, initially neutral or weakly deleterious, in functional networks is still poorly understood. The integration becomes more robust with the individual historical evolutionary path of these loci. In this context, this study aimed identify protein coding and noncoding genes of recent emergence in in sugarcane and sorghum to elucidate the hypothesis that the gene architecture and integration in biological networks display common patterns of evolution. We then identified sugarcane lncRNAs from public cDNA databases that allowed us to characterize the expression of these transcripts in six different contrasting varieties of sugarcane. As sorghum bicolor genome is available, the identification of lineage-specific coding and noncoding could be done to a higher resolution. We could then determine a correlation between gene architecture and network integration with its relative age. Despite the correlation observed, a stronger effect seen in noncoding transcripts reveals other factors that may be influencing their evolution. We propose the hypothesis that the translation event may increase negative selection efficiency over the emerging transcript, what would result in the stronger turnover of lincRNAs and higher conservation levels of coding lineage-specific genes
Mestrado
Bioinformatica
Mestre em Genética e Biologia Molecular
Abouseif, Akram. "Emerging DSP techniques for multi-core fiber transmission systems." Electronic Thesis or Diss., Institut polytechnique de Paris, 2020. http://www.theses.fr/2020IPPAT013.
Full textOptical communication systems have seen several phases in the last decades. It is predictable that the optical systems as we know will reach the non-linear capacity limits. At the moment, the space is the last degree of freedom to be implemented in order to keep delivering the upcoming capacity demands for the next years. Therefore, intensive researches are conducted to explore all the aspects concerning the deployment of the space-division multiplexing (SDM) system. Several impairments impact the SDM systems as a result from the interaction of the spatial channels which degrades the system performance. In this thesis, we focus on the multi-core fibers (MCFs) as the most promising approach to be the first representative of the SDM system. We present different digital and optical solutions to mitigate the non-unitary effect known as the core dependent loss (CDL). The first part is dedicated to study the performance of the MCF transmission taking into account the propagating impairments that impact the MCF systems. We propose a channel model that helps to identify the MCFs system. The second part is devoted to optical technique to enhance the transmission performance with an optimal solution. After, we introduced digital techniques for further enhancement, the Zero Forcing pre-compensation and the space-time coding for further CDL mitigation. All the simulation results are validated analytically by deriving the error probability upper bounds
Blandino, Lorenza. "Emergenza antincendio e way-finding: applicazione alla luce del Nuovo Codice di Prevenzione Incendi - D.M. 18 ottobre 2019." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2020. http://amslaurea.unibo.it/19797/.
Full textChewachong, Godwill Mih. "Engineering Plant Virus " Vaccines" Using Pepino mosaic virus as a Model." The Ohio State University, 2013. http://rave.ohiolink.edu/etdc/view?acc_num=osu1384203201.
Full textvanderVaart, Sondra. "A Double-blinded Randomized Controlled Trial on the Effect of Distant Reiki on Pain after Non-emergency Caesarean Section and the Effect of CYP2D6 Variation on Codeine Analgesia." Thesis, 2011. http://hdl.handle.net/1807/31961.
Full text