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

📄 tlu.~dfm

📁 類神經網路的基本運算-TLU,為所有學習類神經入門的的第一個演算法,單一的neural做簡易的training,雖無法解xor的問題,但卻是人類史上的類神經的第一步.
💻 ~DFM
字号:
object FormMain: TFormMain
  Left = 239
  Top = 247
  Width = 691
  Height = 457
  AlphaBlend = True
  Caption = 'TLU'#20316#26989
  Color = clWhite
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = -32
    Top = 0
    Width = 505
    Height = 420
    OnMouseDown = SetInput
  end
  object Panel1: TPanel
    Left = 472
    Top = 0
    Width = 201
    Height = 420
    Color = clMoneyGreen
    TabOrder = 0
    object LSetClass: TLabel
      Left = 16
      Top = 40
      Width = 68
      Height = 16
      Caption = #35373#23450#32676#32068
      Color = clMoneyGreen
      Font.Charset = CHINESEBIG5_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #26032#32048#26126#39636
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object Label3: TLabel
      Left = 16
      Top = 104
      Width = 110
      Height = 13
      Caption = '( '#21508#32676#32068#19978#38480#28858'100 )'
      Font.Charset = CHINESEBIG5_CHARSET
      Font.Color = clFuchsia
      Font.Height = -13
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object LShow_w1: TLabel
      Left = 8
      Top = 304
      Width = 20
      Height = 13
      Caption = 'w1: '
    end
    object LShow_w1value: TLabel
      Left = 32
      Top = 304
      Width = 3
      Height = 13
    end
    object Label4: TLabel
      Left = 8
      Top = 328
      Width = 20
      Height = 13
      Caption = 'w2: '
    end
    object LShow_w2value: TLabel
      Left = 32
      Top = 328
      Width = 3
      Height = 13
    end
    object BClass1: TButton
      Left = 16
      Top = 72
      Width = 75
      Height = 25
      Caption = #32676#32068'1'
      TabOrder = 0
      OnClick = BClass1Click
    end
    object BClass2: TButton
      Left = 104
      Top = 72
      Width = 75
      Height = 25
      Caption = #32676#32068'2'
      TabOrder = 1
      OnClick = BClass2Click
    end
    object BStart: TButton
      Left = 16
      Top = 264
      Width = 91
      Height = 25
      Caption = #38283#22987#20998#39006
      TabOrder = 2
      OnClick = BStartClick
    end
    object BStop: TButton
      Left = 120
      Top = 264
      Width = 57
      Height = 25
      Caption = #20572#27490
      TabOrder = 3
      OnClick = BStopClick
    end
    object BResetClass: TButton
      Left = 72
      Top = 384
      Width = 57
      Height = 25
      Caption = #37325#35373
      TabOrder = 4
      OnClick = BResetClassClick
    end
  end
  object Panel3: TPanel
    Left = 472
    Top = 152
    Width = 185
    Height = 81
    Color = clMoneyGreen
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 17
      Width = 106
      Height = 16
      Caption = 'Learning Rate:'
      Font.Charset = CHINESEBIG5_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #26032#32048#26126#39636
      Font.Style = [fsBold]
      ParentFont = False
    end
    object ELearningRate: TEdit
      Left = 120
      Top = 12
      Width = 33
      Height = 21
      TabOrder = 0
      Text = '0.01'
    end
  end
end

⌨️ 快捷键说明

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