期刊文献+
共找到729篇文章
< 1 2 37 >
每页显示 20 50 100
Neural Codes Constructs Based on Combinatorial Design
1
作者 Jin Huang 《Applied Mathematics》 2025年第1期42-60,共19页
Neuroscience (also known as neurobiology) is a science that studies the structure, function, development, pharmacology and pathology of the nervous system. In recent years, C. Cotardo has introduced coding theory into... Neuroscience (also known as neurobiology) is a science that studies the structure, function, development, pharmacology and pathology of the nervous system. In recent years, C. Cotardo has introduced coding theory into neuroscience, proposing the concept of combinatorial neural codes. And it was further studied in depth using algebraic methods by C. Curto. In this paper, we construct a class of combinatorial neural codes with special properties based on classical combinatorial structures such as orthogonal Latin rectangle, disjoint Steiner systems, groupable designs and transversal designs. These neural codes have significant weight distribution properties and large minimum distances, and are thus valuable for potential applications in information representation and neuroscience. This study provides new ideas for the construction method and property analysis of combinatorial neural codes, and enriches the study of algebraic coding theory. 展开更多
关键词 Combinatorial neural codes Orthogonal Latin Rectangle Steiner System Group Divisible Design Transversal Design
在线阅读 下载PDF
Towards precise synthetic neural codes:high-dimensional stimulation with flexible electrodes 被引量:1
2
作者 Robin Kim Yuxuan Liu +2 位作者 Jiaao Zhang Chong Xie Lan Luan 《npj Flexible Electronics》 2025年第1期1104-1114,共11页
Neural representations arise from high-dimensional population activity,but current neuromodulation methods lack the precision to write information into the central nervous system at this complexity.In this perspective... Neural representations arise from high-dimensional population activity,but current neuromodulation methods lack the precision to write information into the central nervous system at this complexity.In this perspective,we propose high-dimensional stimulation as an approach to better approximate natural neural codes for brain-machine interfaces.Key advancements in resolution,coverage,and safety are essential,with flexible microelectrode arrays offering a promising path toward precise synthetic neural codes. 展开更多
关键词 precise synthetic neural codes neuromodulation methods neural representations flexible electrodes flexible microelectrode arrays approximate natural neural codes high dimensional stimulation central nervous system
原文传递
A New Class of Nonlinear Error Control Codes Based on Neural Networks 被引量:1
3
作者 Jin Fan Fan Junbo Deng Xingming(School of Computer and Communicalion Engineering,Southwest Jiaolong University),Chengdu 610031, Chiua 《Journal of Modern Transportation》 1995年第2期109-116,共8页
By mcans of stable attractors of discret Hopfield neural network (DHNN) , anew class of nonlinear error control codes is sugsested and some relativetheorems are presented. A kind of single error control codes is also ... By mcans of stable attractors of discret Hopfield neural network (DHNN) , anew class of nonlinear error control codes is sugsested and some relativetheorems are presented. A kind of single error control codes is also given forillustrating this new approach. 展开更多
关键词 error control neural networks nonlinear codes
在线阅读 下载PDF
Application of hybrid coded genetic algorithm in fuzzy neural network controller
4
作者 杨振强 杨智民 +2 位作者 王常虹 庄显义 宁慧 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2000年第1期65-68,共4页
Presents the fuzzy neural network optimized by hybrid coded genetic algorithm of decimal encoding and binary encoding, the searching ability and stability of genetic algorithms enhanced by using binary encoding during... Presents the fuzzy neural network optimized by hybrid coded genetic algorithm of decimal encoding and binary encoding, the searching ability and stability of genetic algorithms enhanced by using binary encoding during the crossover operation and decimal encoding during the mutation operation, and the way of accepting new individuals by probability adopted, by which a new individual is accepted and its parent is discarded when its fitness is higher than that of its parent, and a new individual is accepted by probability when its fitness is lower than that of its parent. And concludes with calculations made with an example that these improvements enhance the speed of genetic algorithms to optimize the fuzzy neural network controller. 展开更多
关键词 GENETIC algorithm fuzzy neural network COST function HYBRID CODING
在线阅读 下载PDF
SOLUTION OF ASSIGNING BINARY INDEXES TO CODEVECTORS BY A KIND OF HOPFIELD NEURAL NETWORK
5
作者 Lin Jiayu(Key Lab. on ISN, Xidian University, Xi’an 710071) (School of Electron. Sci. and Eng., National Uni. of Defence Tech., Changsha 410073) 《Journal of Electronics(China)》 2001年第1期79-88,共10页
A method of assigning binary indexes to codevectors in vector quantization (VQ)system, which is called pseudo-Gray coding, is presented in this paper by constructing a kind of Hopfield neural network. Pseudo-Gray codi... A method of assigning binary indexes to codevectors in vector quantization (VQ)system, which is called pseudo-Gray coding, is presented in this paper by constructing a kind of Hopfield neural network. Pseudo-Gray coding belongs to joint source/channel coding, which could provide a redundancy-free error protection scheme for VQ of analog signals when the binary indexes of signal codevectors are used as channel symbols on a discrete memoryless channel. Since pseudo-Gray coding is of combinatorial optimization problems which are NP-complete problems,globally optimal solutions are generally impossible. Thus, a kind of Hopfield neural network is used by constructing suitable energy function to get sub-optimal solutions. This kind of Hop field neural network is easily modified to solve simplified version of pseudo-Gray coding for single bit-error channel model. Simulating experimental results show that the method introduced here could offer good performances. 展开更多
关键词 Joint source/channel CODING Pseudo-Gray CODING HOPFIELD neural NETWORK neural NETWORK application
在线阅读 下载PDF
基于图和代码切片的可解释性漏洞检测方法
6
作者 高文超 索建华 张傲 《电子与信息学报》 北大核心 2026年第1期311-320,共10页
深度学习已被广泛应用于漏洞检测,其主流方法可分为基于代码序列和基于代码图两类:前者易因忽视结构而误报,后者则难以捕获执行顺序。此外,两者普遍缺乏可解释性,难以定位漏洞根源。为此,该文提出一种基于图和代码切片的可解释性漏洞检... 深度学习已被广泛应用于漏洞检测,其主流方法可分为基于代码序列和基于代码图两类:前者易因忽视结构而误报,后者则难以捕获执行顺序。此外,两者普遍缺乏可解释性,难以定位漏洞根源。为此,该文提出一种基于图和代码切片的可解释性漏洞检测方法GSVD。该模型通过门控图卷积网络提取代码多维度图(AST,DDG,CDG)的结构语义,并结合“污点”分析驱动的代码切片与双向长短时记忆网络,精准捕获代码序列特征,实现二者优势互补。同时,引入HITS算法思想,设计VDExplainer解释器,直观揭示了模型的决策过程。实验表明,GSVD在Devign数据集上准确率达64.57%,优于多种基线模型,证明了其在有效检测漏洞的同时,能实现代码行级的可解释定位。 展开更多
关键词 漏洞检测 深度学习 图神经网络 代码切片 可解释性
在线阅读 下载PDF
基于自编码神经网络高阶特征提取的温室环境因子高维数据压缩方法
7
作者 冷令 王琳 +3 位作者 吕金洪 李浩欣 吴伟斌 高婷 《中国农机化学报》 北大核心 2026年第1期252-257,共6页
针对温室环境数据的维度高、冗余性强,导致数据处理存在压缩比低和峰值信噪比较高的问题,提出基于自编码神经网络高阶特征提取的温室环境因子高维数据压缩方法。应用改进回归方程,填补温室环境因子数据中的缺失值,针对深度自编码神经网... 针对温室环境数据的维度高、冗余性强,导致数据处理存在压缩比低和峰值信噪比较高的问题,提出基于自编码神经网络高阶特征提取的温室环境因子高维数据压缩方法。应用改进回归方程,填补温室环境因子数据中的缺失值,针对深度自编码神经网络的内部协变量迁移现象,加入自适应平衡层,结合小批量梯度下降法,构建深度自适应平衡自编码神经网络,提取温室环境因子高阶特征,基于矢量量化思想,判断相对误差,通过实施新码书计算,获得各划分的质心,根据码书训练结果,设计高维数据压缩方法。结果表明,当数据量超过50 GB时,所设计方法的压缩比下降0.7个百分点,降幅为3.8%,整体压缩性能表现优异;峰值信噪比随着采样率变大并未大幅下降,仅降低4 dB,降幅为7.5%,压缩峰值信噪比具备更优的重建保真度。该方法具有更高的压缩比且有效降低信噪比,对提高温室管理的智能化水平具有借鉴价值。 展开更多
关键词 改进回归方程 自编码神经网络 高阶特征提取 温室环境因子 高维数据压缩
在线阅读 下载PDF
深度学习驱动的视频编码:方法、进展与展望
8
作者 何小海 李鑫磊 +5 位作者 魏海涛 毕晓东 聂尧佳 熊志娜 张皓彦 熊淑华 《数据采集与处理》 北大核心 2026年第2期515-542,共28页
随着视频数据量的爆炸式增长,有限的网络带宽和高计算资源需求对视频传输与存储提出了严峻挑战。在此背景下,持续开发高效的视频编码方法以保障在资源受限条件下提供高质量视频服务具有至关重要的理论意义与应用价值。然而,传统混合视... 随着视频数据量的爆炸式增长,有限的网络带宽和高计算资源需求对视频传输与存储提出了严峻挑战。在此背景下,持续开发高效的视频编码方法以保障在资源受限条件下提供高质量视频服务具有至关重要的理论意义与应用价值。然而,传统混合视频编码框架已逐渐遭遇瓶颈,编码性能的进一步提升越来越困难。近年来,深度学习凭借其强大的非线性拟合与表征能力,为视频编码领域的优化带来了契机。本文对基于深度学习驱动的视频编码技术进行了系统而详细的分析。首先,简要介绍传统编码框架下的视频编码技术,并进一步探讨结合深度学习在帧内/帧间预测等关键模块中的优化;然后,重点讨论了基于深度学习的端到端视频编码框架的发展历程及关键技术路线,并对其性能进行对比分析;最后,进一步介绍深度学习在视频编码领域的重要研究成果,剖析现有技术所面临的挑战和局限性,并对未来视频编码技术的发展趋势进行了展望。 展开更多
关键词 视频压缩 深度学习 神经网络 结合学习的视频编码 端到端视频编码
在线阅读 下载PDF
脉冲神经网络对抗攻击与防御研究进展
9
作者 丁健豪 刘俣伽 +3 位作者 卜通 郝泽成 余肇飞 黄铁军 《计算机学报》 北大核心 2026年第1期211-242,共32页
随着神经形态计算的发展,脉冲神经网络有望广泛部署于实时场景和安全关键型应用。现有研究表明,脉冲神经网络内部信息表示的离散特点导致其相比于人工神经网络,可能对微小扰动不敏感,因此被认为相比于传统人工神经网络具有更强的抗干扰... 随着神经形态计算的发展,脉冲神经网络有望广泛部署于实时场景和安全关键型应用。现有研究表明,脉冲神经网络内部信息表示的离散特点导致其相比于人工神经网络,可能对微小扰动不敏感,因此被认为相比于传统人工神经网络具有更强的抗干扰能力。近年来的研究表明,脉冲神经网络同样面临与人工神经网络类似的对抗攻击威胁。目前针对脉冲神经网络的现有综述主要关注脉冲神经网络的结构设计、训练方法及硬件实现。本文聚焦于脉冲神经网络的鲁棒性,首次对脉冲神经网络对抗攻击和防御方法进行了系统综述。针对攻击方法,本文归纳了基于数据模态的攻击方法、基于可微近似的梯度攻击方法以及梯度无关的攻击方法;在防御上,当前已有多项研究围绕脉冲神经网络鲁棒性展开探索,显示出其在对抗防御中的潜力。本文归纳了当前常用的防御方法,包括输入防御方法、网络防御方法、输出防御方法等,旨在提升模型应对扰动时的安全性与稳定性。最后,本文总结了当前研究面临的挑战,并展望了脉冲神经网络在对抗攻击与防御研究中的未来发展方向。 展开更多
关键词 脉冲神经网络 脉冲编码 对抗攻击 对抗鲁棒性 对抗训练
在线阅读 下载PDF
Integrating Various Neural Features Based on Mechanism of Intricate Balance and Ongoing Activity: Unified Neural Account Underlying and Correspondent to Mental Phenomena
10
作者 Tien-Wen Lee Gerald Tramontano 《World Journal of Neuroscience》 2021年第2期161-210,共50页
In recent decades, brain science has been enriched from both empirical and computational approaches. Interesting emerging neural features include power-law distribution, chaotic behavior, self-organized criticality, v... In recent decades, brain science has been enriched from both empirical and computational approaches. Interesting emerging neural features include power-law distribution, chaotic behavior, self-organized criticality, variance approach, neuronal avalanches, difference-based and sparse coding, optimized information transfer, maximized dynamic range for information processing, and reproducibility of evoked spatio-temporal motifs in spontaneous activities, and so on. These intriguing findings can be largely categorized into two classes: complexity and regularity. This article would like to highlight that the above-mentioned properties although look diverse and unrelated, but actually may be rooted in a common foundation—excitatory and inhibitory balance (EIB) and ongoing activities (OA). To be clear, description and observation of neural features are phenomena or epiphenomena, while EIB-OA is the underlying mechanism. The EIB is maintained in a dynamic manner and may possess regional specificity, and importantly, EIB is organized along the boundary of phase transition which has been called criticality, bifurcation or edge of chaos. OA is composed of spontaneous organized activity, physiological noise, non-physiological noise and the interacting effect between OA and evoked activities. Based on EIB-OA, the brain may accommodate the property of chaos and regularity. We propose “virtual brain space” to bridge brain dynamics and mental space, and “code driving complexity hypothesis” to integrate regularity and complexity. The functional implication of oscillation and energy consumption of the brain are discussed. 展开更多
关键词 Excitation Inhibition SYNAPSE SPIKES neural codes Oscillation Functional Magnetic Resonance Imaging (fMRI) Electroencephalography (EEG) Chaos Complexity ATTRACTOR Regularity Self-Organized Criticality Entropy
在线阅读 下载PDF
基于依赖感知分层神经网络的代码注释增强方法
11
作者 张育博 姚开春 +2 位作者 张立波 武延军 赵琛 《软件学报》 北大核心 2026年第2期662-683,共22页
作为软件工程领域的一项新兴技术,源代码自动生成注释旨在为给定的代码片段生成自然语言描述.目前最先进的代码注释技术采用编码器-解码器神经网络模型:编码器提取源代码的语义表示,而解码器则将其转换为人类可读的代码注释.然而,许多... 作为软件工程领域的一项新兴技术,源代码自动生成注释旨在为给定的代码片段生成自然语言描述.目前最先进的代码注释技术采用编码器-解码器神经网络模型:编码器提取源代码的语义表示,而解码器则将其转换为人类可读的代码注释.然而,许多现有方法将输入的代码片段视为独立函数,往往忽略了目标函数与其调用的子函数之间的上下文依赖关系.忽视这些依赖关系可能导致关键语义信息的缺失,从而降低生成注释的质量.为此,提出了一种函数依赖感知的分层代码注释神经网络模型DHCS(dependency-aware hierarchical code summarization).DHCS通过显式建模目标函数与其子函数之间的分层依赖关系,旨在提高代码注释的质量.采用了一个分层编码器,包括子函数编码器和目标函数编码器,使模型能够有效地捕捉局部和上下文的语义表示.同时,引入了一项自监督任务,即掩码子函数预测,以增强子函数的表示学习.此外,提出挖掘子函数的主题分布,并将其与主题感知的复制机制相结合,集成到注释解码器中.因此,它能够直接从子函数中提取关键信息,从而更有效地生成目标函数的注释.最后,在针对Python、Java和Go语言构建的3个真实数据集上进行了大量实验,结果充分验证了所提方法的有效性. 展开更多
关键词 代码注释生成 API文档 分层神经网络 自监督任务
在线阅读 下载PDF
基于改进神经网络的轨道角动量光纤通信解调
12
作者 沈袁勋 陈鑫杰 马雪莲 《光学技术》 北大核心 2026年第2期190-198,共9页
针对轨道角动量光纤通信系统误码率高的问题,提出一种基于改进神经网络的轨道角动量(OAM)解调方法。对于神经网络架构,使用卷积神经网络捕捉OAM模式图像的局部特征,使用Swin Transformer捕捉OAM模式图像的全局信息,以增强OAM模式图像特... 针对轨道角动量光纤通信系统误码率高的问题,提出一种基于改进神经网络的轨道角动量(OAM)解调方法。对于神经网络架构,使用卷积神经网络捕捉OAM模式图像的局部特征,使用Swin Transformer捕捉OAM模式图像的全局信息,以增强OAM模式图像特征的判别力,进而提升OAM模式解调的准确性。对于神经网络训练,采用广义互信息代替传统交叉熵作为损失函数,使神经网络在学习OAM模式识别的同时,学习包含信道软信息的概率分布,以提升低密度奇偶校验码的纠错效果。实验结果表明,所提模型通过网络架构与训练两个方面的改进,有效提升了OAM模式的解调准确性,并且显著降低了OAM光纤通信系统的误码率。 展开更多
关键词 光纤通信 模分复用 轨道角动量 信号解调 低密度奇偶校验码 卷积神经网络
原文传递
深度学习辅助的编码超表面阵列智能设计
13
作者 张子奕 张嘉男 游检卫 《电波科学学报》 北大核心 2026年第1期89-97,共9页
针对卫星地面协同通信、低空经济、智慧城市等新兴复杂应用场景下的通信需求,提出了一种用于编码超表面快速波束赋形的卷积神经网络(convolutional neural network,CNN),以实现直接的编码超表面阵列逆向设计过程。该CNN主要基于视觉几何... 针对卫星地面协同通信、低空经济、智慧城市等新兴复杂应用场景下的通信需求,提出了一种用于编码超表面快速波束赋形的卷积神经网络(convolutional neural network,CNN),以实现直接的编码超表面阵列逆向设计过程。该CNN主要基于视觉几何组(visual geometry group,VGG)网络结构,通过引入通道注意力机制以进一步提高网络预测精度。通过相位补偿和多种群遗传算法收集数据集用于训练,训练后的网络能够在几十毫秒内计算单波束和双波束的超表面编码矩阵,并且相比于现有基准网络,训练收敛速度提升40%,预测精度提升1.31%。该网络极大提高了大规模超表面编码的设计效率,为快速实时的编码超表面控制提供了一种可行的解决方案。 展开更多
关键词 编码超表面 波束赋形 深度学习 卷积神经网络(CNN) 通道注意力
在线阅读 下载PDF
基于CNN的JavaScript恶意代码检测模型在小程序中的应用研究
14
作者 张艳敏 《科技资讯》 2026年第5期49-51,共3页
针对小程序应用场景的JavaScript恶意代码检测中的数据集不平衡、不同版本间代码重复多、检测精度、检测效率低等问题,首先,提出基于卷积神经网络(Convolutional Neural Network,CNN)的检测模型,采用抽象语法树(Abstract Syntax Tree,A... 针对小程序应用场景的JavaScript恶意代码检测中的数据集不平衡、不同版本间代码重复多、检测精度、检测效率低等问题,首先,提出基于卷积神经网络(Convolutional Neural Network,CNN)的检测模型,采用抽象语法树(Abstract Syntax Tree,AST)表示JavaScript代码,使用标记法求出代码的最大影响树,从而解决不同版本间代码重复过多问题,并加快了模型检测速度;其次,使用过采样方法扩充非平衡数据集,并添加注意力机制,重点关注恶意特征;最后,自行构建符合小程序的JavaScript恶意代码检测数据集,进行实验。实验结果表明,该检测模型具有高的准确率、召回率、精确率和F1分数,验证了检测模型的有效性。 展开更多
关键词 JAVASCRIPT 恶意代码检测 卷积神经网络 注意力机制
在线阅读 下载PDF
Neural-Polar码:一种基于深度学习的新型信道编码方案 被引量:2
15
作者 金林贤 王旭东 吴楠 《重庆邮电大学学报(自然科学版)》 CSCD 北大核心 2024年第3期430-437,共8页
为应对新型移动通信系统智能性的需求以及在难以进行人工建模的复杂信道环境下进行可靠通信的问题,基于Polar码的编译码递归结构提出一种新型神经网络信道编码方案,即Neural-Polar码。该方案利用神经网络将Polar码编译码递归结构中父、... 为应对新型移动通信系统智能性的需求以及在难以进行人工建模的复杂信道环境下进行可靠通信的问题,基于Polar码的编译码递归结构提出一种新型神经网络信道编码方案,即Neural-Polar码。该方案利用神经网络将Polar码编译码递归结构中父、子节点间的线性映射变成非线性映射,引入快速连续抵消(successive cancellation, SC)译码的思想,解决在完全二叉树上构建Neural-Polar码造成网络结构过大的问题。仿真实验表明,Neural-Polar码可以获得优于经典SC译码算法的误码率(bit error rate, BER)和误块率(block error rate, BLER)性能,对网络的联合训练使得Neural-Polar码能够自动学习信道特性,具有更好的信道适应性和鲁棒性。Neural-Polar码将传统的对复杂信道进行人工建模分析的难题交给机器,充分体现出其编译码的智能性。 展开更多
关键词 信道编码 极化码 神经网络 误码率(BER)
在线阅读 下载PDF
CodeScore-R:用于评估代码合成功能准确性的自动化鲁棒指标 被引量:1
16
作者 杨光 周宇 +1 位作者 陈翔 张翔宇 《计算机研究与发展》 EI CSCD 北大核心 2024年第2期291-306,共16页
评估指标在代码合成领域中至关重要.常用的代码评估指标可以分为3种类型:基于匹配、基于语义和基于执行.其中,基于执行的Pass@k指标通过执行测试用例,能够准确判断预测代码的功能准确性.然而,该指标的计算需要大量开销,因此亟需设计一... 评估指标在代码合成领域中至关重要.常用的代码评估指标可以分为3种类型:基于匹配、基于语义和基于执行.其中,基于执行的Pass@k指标通过执行测试用例,能够准确判断预测代码的功能准确性.然而,该指标的计算需要大量开销,因此亟需设计一种自动化评估指标,在无需测试用例时仍可评估预测代码的功能准确性.此外,好的评估指标应当具有鲁棒性,即预测代码发生微小改变时,评估指标仍能保持其准确性.为此,提出了一种基于UniXcoder和对比学习的自动化鲁棒指标CodeScore-R,用于评估代码合成的功能准确性. CodeScore-R采用草图化处理、语法等价转换和变异测试等技术手段,有效减轻了标识符、语法结构和运算符对评估结果的干扰.实验结果表明,在Java和Python语言上的代码生成和迁移任务中,CodeScore-R的表现优于其他无需测试用例的评估指标,且更接近Pass@k指标,并具有更强的鲁棒性. 展开更多
关键词 代码合成评估指标 功能准确性 鲁棒性 代码合成 神经网络
在线阅读 下载PDF
Ventral Hippocampal CA1 Pyramidal Neurons Encode Nociceptive Information 被引量:2
17
作者 Yue Wang Naizheng Liu +5 位作者 Longyu Ma Lupeng Yue Shuang Cui Feng-Yu Liu Ming Yi You Wan 《Neuroscience Bulletin》 SCIE CAS CSCD 2024年第2期201-217,共17页
As a main structure of the limbic system,the hippocampus plays a critical role in pain perception and chronicity.The ventral hippocampal CA1(vCA1)is closely associated with negative emotions such as anxiety,stress,and... As a main structure of the limbic system,the hippocampus plays a critical role in pain perception and chronicity.The ventral hippocampal CA1(vCA1)is closely associated with negative emotions such as anxiety,stress,and fear,yet how vCA1 neurons encode nociceptive information remains unclear.Using in vivo electrophysiological recording,we characterized vCA1 pyramidal neuron subpopulations that exhibited inhibitory or excitatory responses to plantar stimuli and were implicated in encoding stimuli modalities in naïve rats.Functional heterogeneity of the vCA1 pyramidal neurons was further identified in neuropathic pain conditions:the proportion and magnitude of the inhibitory response neurons paralleled mechanical allodynia and contributed to the confounded encoding of innocuous and noxious stimuli,whereas the excitatory response neurons were still instrumental in the discrimination of stimulus properties.Increased theta power and theta-spike coupling in vCA1 correlated with nociceptive behaviors.Optogenetic inhibition of vCA1 pyramidal neurons induced mechanical allodynia in naïve rats,whereas chemogenetic reversal of the overall suppressed vCA1 activity had analgesic effects in rats with neuropathic pain.These results provide direct evidence for the representations of nociceptive information in vCA1. 展开更多
关键词 Ventral hippocampal CA1 NOCICEPTION Mechanical allodynia In vivo recording neural coding
原文传递
An Integrative Account of Neural Network Interaction: Neuro-Messenger Theory 被引量:2
18
作者 Tien-Wen Lee 《World Journal of Neuroscience》 2021年第2期124-136,共13页
Neural interaction is realized by information exchange. It seemed that the information amount does not keep constant and may be reduced during the travel between neural nodes. In addition, recent research of neural co... Neural interaction is realized by information exchange. It seemed that the information amount does not keep constant and may be reduced during the travel between neural nodes. In addition, recent research of neural coding has suggested that neural information could be represented by parsimonious spiking pattern, named sparse coding. Based on the above observation, neuro-messenger theory (NMT) is proposed to explicate the communicative process between the source and the target neural nodes. Neuro-messenger is a sparse code which does not have to carry every detail of the dynamics in source node. Other formats of neural coding (e.g., temporal and rate coding) could be the precursors of neuro-messengers, and the repeated spatiotemporal patterns buried in the ongoing brain activities may be the circulated neuro-messengers<span> from diverse origins. Referred to chaos/complexity theory, information can be recovered at target node where neuro-messenger serves as a facilitator to locate the trajectory at proper </span><span style="font-family:Verdana;"></span><span style="font-family:;" "=""><span>attractor, and hence the associated psychological entity. In contrast to conventional concepts of encoding and decoding, the processes of encoding in source node, issuing neuro-messengers,</span> and recovering information at target node are summarized as “three-facet coding scheme”. The design of neuro-messenger enables the brain to utilize energy in an efficient and economical way. NMT may have substantial implication in several major psychiatric disorders. Some psychiatric conditions could be mediated by abnormal neuro-messengers that coerce the regional neuro-dynamics to delve into maladaptive attractors and hence the characteristic symptoms.</span> 展开更多
关键词 Auditory Hallucination DELUSION neural Coding Neuro-Messenger Obsessive-Compulsive Disorder Sparse Coding
在线阅读 下载PDF
A Neural Excitability Based Coding Strategy for Cochlear Implants
19
作者 W. K. Lai N. Dillier M. Killian 《Journal of Biomedical Science and Engineering》 2018年第7期159-181,共23页
A novel cochlear implant coding strategy based on the neural excitability has been developed and implemented using Matlab/Simulink. Unlike present day coding strategies, the Excitability Controlled Coding (ECC) strate... A novel cochlear implant coding strategy based on the neural excitability has been developed and implemented using Matlab/Simulink. Unlike present day coding strategies, the Excitability Controlled Coding (ECC) strategy uses a model of the excitability state of the target neural population to determine its stimulus selection, with the aim of more efficient stimulation as well as reduced channel interaction. Central to the ECC algorithm is an excitability state model, which takes into account the supposed refractory behaviour of the stimulated neural populations. The excitability state, used to weight the input signal for selecting the stimuli, is estimated and updated after the presentation of each stimulus, and used iteratively in selecting the next stimulus. Additionally, ECC regulates the frequency of stimulation on a given channel as a function of the corresponding input stimulus intensity. Details of the model, implementation and results of benchtop plus subjective tests are presented and discussed. Compared to the Advanced Combination Encoder (ACE) strategy, ECC produces a better spectral representation of an input signal, and can potentially reduce channel interactions. Pilot test results from 4 CI recipients suggest that ECC may have some advantage over ACE for complex situations such as speech in noise, possibly due to ECC’s ability to present more of the input spectral contents compared to ACE, which is restricted to a fixed number of maxima. The ECC strategy represents a neuro-physiological approach that could potentially improve the perception of more complex sound patterns with cochlear implants. 展开更多
关键词 COCHLEAR IMPLANTS SPEECH Coding AUDITORY neural EXCITABILITY Channel Interaction
暂未订购
Predictive Block-Matching Algorithm for Wireless Video Sensor Network Using Neural Network
20
作者 Zhuge Yan Siu-Yeung Cho Sherif Welsen Shaker 《Journal of Computer and Communications》 2017年第10期66-77,共12页
This paper proposed a back propagation neural network model for predictive block-matching. Predictive block-matching is a way to significantly decrease the computational complexity of motion estimation, but the tradit... This paper proposed a back propagation neural network model for predictive block-matching. Predictive block-matching is a way to significantly decrease the computational complexity of motion estimation, but the traditional prediction model was proposed 26 years ago. It is straight forward but not accurate enough. The proposed back propagation neural network has 5 inputs, 5 neutrons and 1 output. Because of its simplicity, it requires very little calculation power which is negligible compared with existing computation complexity. The test results show 10% - 30% higher prediction accuracy and PSNR improvement up to 0.3 dB. The above advantages make it a feasible replacement of the current model. 展开更多
关键词 Wireless Sensor NETWORK PREDICTIVE BLOCK-MATCHING neural NETWORK High Efficaciously Video CODING
在线阅读 下载PDF
上一页 1 2 37 下一页 到第
使用帮助 返回顶部