Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9068225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T17:08:29+00:00 2026-06-16T17:08:29+00:00

From this site , The output node has a threshold t. Rule: If summed

  • 0

From this site,

The output node has a “threshold” t.

Rule:

If summed input ≥ t, then it "fires" (output y = 1). 
Else (summed input < t) it doesn't fire (output y = 0).

How y equals to zero. Any Ideas appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T17:08:30+00:00Added an answer on June 16, 2026 at 5:08 pm

    Neural networks have a so called “activation function”, it’s usually some form of a sigmoid-like function to map the inputs into separate outputs.

    http://zephyr.ucd.ie/mediawiki/images/b/b6/Sigmoid.png

    For you it happens to be either 0 or 1 and using a comparison instead of a sigmoid function,
    so your activation curve will be even sharper than the graph above. In the said graph, your t, the threshold, is 0 on the X axis.

    So as pseudo code :

    sum = w1 * I1 + w2 + I2 + ... + wn * In

    sum is the weighted sum of all in the inputs the neuron, now all you have to do is compare that sum to t, the threshold :

    if sum >= t then y = 1      // Your neuron is activated
    else y = 0    
    

    You can use the last neuron’s output as the networks output to predict something into 1/0, true/false etc.

    If you’re studying NNs, I’d suggest you start with the XOR problem, then it will all make sense.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Picking up a tip from someone else on this site, I've been using logical
From this site: http://www.toymaker.info/Games/html/vertex_shaders.html We have the following code snippet: // transformations provided by
from this site there is header compress.h http://www.fredosaurus.com/notes-cpp/examples/compress/compress.html i am using visual c++ 2010
I'm trying to get information from this site: http://www.gocrimson.com/sports/mbkb/2011-12/roster If you look at that
I'm using two functions one is from this site http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/ and its using function
I have downloaded the sample code from this site for FTP Client http://www.lysesoft.com/products/andftp/index.html But
I am trying to run a sample project from This site . Jboss starts
I am using Eclipse to program in Java. I tried installing from this site
Please help. I am obviously no expert but using suggestions from this site, I
I copied this from the jquery site. I'm trying to learn how to get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.