Skip to content
View Jamtoal's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Jamtoal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jamtoal/README.md

Hi, I'm Jamtoal !

College Student From TJUT !

Coding Time Now

输入:一个二进制向量 x = (x1, x2, ..., xn)  // 输入信号
权重:一个实数向量 w = (w1, w2, ..., wn)    // 输入权重
阈值:一个实数 t                            // 阈值

计算加权和:
s = w1*x1 + w2*x2 + ... + wn*xn

应用阈值函数进行激活:
如果 s >= t,则输出为 1
否则,输出为 0

I love connecting with different people so if you want to say Hi, I'll be happy to meet you more !

⭐️ From @Jamtoal 💕

Popular repositories Loading

  1. halo halo Public

    Forked from halo-dev/halo

    强大易用的开源建站工具。

    Java

  2. Auto-GPT Auto-GPT Public

    Forked from Significant-Gravitas/AutoGPT

    An experimental open-source attempt to make GPT-4 fully autonomous.

    Python

  3. MNIST-GUI MNIST-GUI Public

    Forked from ElegantNorlin/Convolutional-Neural-Network-GUI

    MNIST数据集卷积神经网络实现手写数字识别(GUI)

    Python

  4. NeteaseCloudMusicApi NeteaseCloudMusicApi Public

    Forked from Binaryify/NeteaseCloudMusicApi

    网易云音乐 Node.js API service

    JavaScript

  5. Jamtoal Jamtoal Public

  6. halo-theme-chirpy halo-theme-chirpy Public

    Forked from AirboZH/halo-theme-chirpy

    A minimal, responsive and feature-rich Halo theme for technical writing.

    HTML