代码搜索:感知无线电
找到约 539 项符合「感知无线电」的源代码
代码结果 539
www.eeworm.com/read/235740/14054501
m 感知器网络.m
%输入样本点及其相应的类别
P = [-0.5 -0.5 0.3 -0.1 0.2 0.0 0.6 0.8;
-0.5 0.5 -0.5 1.0 0.5 -0.9 0.8 -0.6];
T = [1 1 0 1 1 0 1 0 ];
%在坐标图上绘出样本点
plotpv(P,T);
%建立一个感知器网络
net=newp([-1 1;
www.eeworm.com/read/273845/10898674
rc2 感知器.rc2
//
// 感知器.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///////
www.eeworm.com/read/273845/10898679
h 感知器dlg.h
// 感知器Dlg.h : header file
//
#if !defined(AFX_DLG_H__033B7E0E_A5BA_4348_A7A9_150D02687A7B__INCLUDED_)
#define AFX_DLG_H__033B7E0E_A5BA_4348_A7A9_150D02687A7B__INCLUDED_
#if _MSC_VER > 1000
#p
www.eeworm.com/read/273845/10898695
cpp 感知器dlg.cpp
// 感知器Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "感知器.h"
#include "感知器Dlg.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_
www.eeworm.com/read/282331/9100935
pdf 无线电测向系统(Ⅰ).pdf
www.eeworm.com/read/272780/10944830
pdf 软件无线电课程.pdf
www.eeworm.com/read/15484/465543
pdf 实用无线电遥控.pdf
www.eeworm.com/read/291117/8441676
doc 第04讲 感知器.doc
www.eeworm.com/read/383837/8914431
doc 第10章 彩色感知.doc
www.eeworm.com/read/355155/10290506
txt 第02章 感知器.txt
2.1感知器神经网络模型结构
神经元模型
网络结构
2.2感知器神经网络的构建
生成网络
网络仿真
网络初始化
2.3感知器神经网络的学习和训练
学习规则
网络训练
2.4感知器神经网络的局限性
标准化感知器的学习规则
多层感知器
2.5感知器网络设计实例
二输入感知器分类问题
输入奇异样本对网络训练的影响
线形不可分输入量 ...