登录
首页 » Others » Enhancement-for-OS-ELM

Enhancement-for-OS-ELM

于 2016-10-24 发布 文件大小:789KB
0 237
下载积分: 1 下载次数: 11

代码说明:

  在线序列极限学习机OS-ELM算法的基本原理及其改进算法(􀀬 In this paper, we propose a Constructive Enhancement for OS-ELM (CEOS-ELM), which can add random hidden nodes one-by-one or group-by-group with fixed or varying group size.􀁑 􀀃 􀁗 􀁋 􀁌 􀁖 􀀃 􀁓 􀁄 􀁓 􀁈 􀁕 􀀏 􀀃 􀁄 􀁑 􀀃 􀀨 􀁑 􀁋 􀁄 􀁑 􀁆 􀁈 􀁇 􀀃 􀀲 􀁑 􀁏 􀁌 􀁑 􀁈 􀀃 􀀶 􀁈 􀁔 􀁘 􀁈 􀁑 􀁗 􀁌 􀁄 􀁏 􀀃 􀀨 􀁛 􀁗 􀁕 􀁈 􀁐 􀁈 􀀃 􀀯 􀁈 􀁄 􀁕 􀁑 􀁌 􀁑 􀁊 􀀃 􀀰 􀁄 􀁆 􀁋 􀁌 􀁑 􀁈 􀀃 􀀋 􀀨 􀀲 􀀶 􀀐 􀀨 􀀯 􀀰 􀀌 􀀃 􀁄 􀁏 h)

文件列表:

A Constructive Enhancement for Online Sequential Extreme.pdf,833817,2016-07-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • system
    操作系统作业源代码,方便学习操作系统课程的同学使用 (this is the codes for students who learn computer system.)
    2013-12-30 21:07:39下载
    积分:1
  • process-and-thread-Technology
    进程和线程技术 Linux和windows进程创建 进程和线程通信 文档+实例分析(process and thread Technology Text and examples)
    2012-01-05 10:51:28下载
    积分:1
  • pure-pursit
    智能车辆基于斯坦福大学纯跟踪几何方法建立的横向控制策略,MATLAB(Lateral control strategy based Intelligent Vehicle Tracking Stanford pure geometry established method, MATLAB)
    2016-09-15 07:34:58下载
    积分:1
  • vb+sql
    根据餐饮行业的特点和该企业的实际情况,该系统应以餐饮业务为基础,突出前台管理,从专业角度出发,提供科学有效的管理模式。点菜方面采取图形界面加数据的方式,使用户能直观地管理数据信息,并能有效地管理每个开台的房间台号所点的酒菜。点菜收银管理可实现点菜、转台、并台、结账、清台。库房管理可记录商品入库、出库情况。营业分析可对客人点单情况、房台营业情况、酒菜销售情况、销售收入等进行分析。点菜收银、营业分析、库房管理的有机结合,可为酒店经营方向提供依据,为酒店餐馆的发展提供重要保证。 根据该企业的具体情况,系统主要功能设计有五大部分,分别为前台管理、营业管理、财政管理、辅助管理、系统管理。 1、前台管理:主要是对餐饮前台收银的管理。包括接待预定、点菜收银和吧厨出品。 2、营业管理:包括房间台号管理和员工信息管理。 3、财政管理:主要是对财务方面的管理。包括点单查询和会员查询。 4、辅助管理:主要是对基础信息的管理。包括会员管理各员工管理。 5、系统管理:包括重新登录和退出系统。 (err)
    2020-12-13 09:39:15下载
    积分:1
  • ucore-lab1
    Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统做准备。proj1 提供了一个非常小的bootloader,整个bootloader 的大小小于512 个字节,这样才能放到硬盘的主引导扇区中。通过分析和实现这个bootloader,读者可以了解到:基于分段机制的存储管理、设备管理的基本概念、PC 启动bootloader 的过程、bootloader 的文件组成、编译运行bootloader 的过程、调试bootloader 的方法、在汇编级了解栈的结构和处理过程、中断处理机制、通过串口/并口/CGA 输出字符的方法。文件中包括源代码、实验指导书和实验报告。(Ucore is a small operating system for learning, the " Sparrow" contains the virtual memory management, process management, processor scheduling, synchronization mutually exclusive, inter-process communication, file system and other major kernel functions, the total amount of kernel code ( C+ asm) no more than 5K lines. Fully embodies the " small" the guiding ideology. This is ucore experiment 1: the system software boot process. Purpose: the operating system is a software, but also need some mechanism to load and run it. Here we will adopt another more simple software-bootloader to complete these tasks. To this end, we need to be able to complete a switch to the x86 protected mode and display the characters bootloader, the operating system to start to prepare for the future. proj1 provides a very small bootloader, the bootloader is less than 512 bytes in size, so as to put the hard disk master boot sector. Through the analysis and to achieve this bootloader, the read)
    2011-06-07 14:36:34下载
    积分:1
  • 现代 第四版(英文)
    说明:  现代操作系统第四版全英文,觉得好,请点赞(Modern operating system fourth edition English)
    2020-06-23 23:40:01下载
    积分:1
  • 概念第七版(英文版)
    操作系统概念 下册,是一本操作系统学习的推荐入门书籍,讲解详细有条理(Operating System Concepts Volume II is a recommended introductory book for operating system learning, with detailed and organized explanations.)
    2019-04-18 13:54:00下载
    积分:1
  • expriment
    华南理工大学操作系统四个实验,包括源码和实验报告(South China University of Technology four experimental operating system)
    2016-01-05 23:02:57下载
    积分:1
  • Operatingsystemconcepts
    说明:  《操作系统概念第六版翻译版》,国外操作系统经典教材,是学习操作系统原理深入而全面的学习资料("Operating system concepts 6th edition translated version" foreign classic Chinese version of the operating system tutorial is to learn the operating system in-depth and comprehensive learning material)
    2009-09-03 20:04:53下载
    积分:1
  • 内存静态分配
    内存静态分配: 程序还有一些错误,益出处理不知道怎么加入。此程序开始不是我写的的,我在别人的基础上理解并改动了一些。实验课已经结束了,没时间在做了,以后有机会再改。(static memory allocation : there are some procedural error, derived from processing do not know how to join. This is not the beginning of the proceedings I write, I others on the basis of understanding and change some of it. Experiments over, and no time to do in the future will have the opportunity to change.)
    2005-06-04 10:41:56下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载