⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 Feed Forward Neural Network 例子
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 209
  Height = 247
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object TrainB: TButton
    Left = 8
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Train'
    TabOrder = 0
    OnClick = TrainBClick
  end
  object LoadB: TButton
    Left = 112
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Load'
    TabOrder = 1
    OnClick = LoadBClick
  end
  object SaveB: TButton
    Left = 112
    Top = 48
    Width = 75
    Height = 25
    Caption = 'Save'
    TabOrder = 2
    OnClick = SaveBClick
  end
  object ShowB: TButton
    Left = 8
    Top = 48
    Width = 75
    Height = 25
    Caption = 'Show'
    TabOrder = 3
    OnClick = ShowBClick
  end
  object Memo1: TMemo
    Left = 8
    Top = 88
    Width = 185
    Height = 121
    Lines.Strings = (
      'Memo1')
    TabOrder = 4
  end
  object FFNN1: TFFNN
    InputCount = 1
    OutputCount = 1
    InputMin = -1
    InputMax = 8
    OutputMin = 9
    OutputMax = 18
    NLayers = <
      item
        NeuronCount = 10
      end>
    BPSpeed = 0.1
    Inertion = 0.1
    Left = 72
    Top = 16
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -