In SO, Perception means what an user believes by observing something.
-2
votes
1answer
132 views
Neural network activation
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. ...
1
vote
4answers
79 views
How would one know if one saw a random number generator?
I have been reading various articles about random numbers and their generators. There are usually 3 important conclusions that I draw from them:
Random numbers are not truly random
Much of the time ...
2
votes
1answer
503 views
Crystal Reports on ASP.NET: How to make the first page visible faster
In ASP.NET application, while using Crystal Reports (using the Report Viewer control), the report is visible (or the data in the report) only after the complete data is bound to the report source. If ...
4
votes
1answer
2k views
Perceptual Hash Algorithms in Python or PHP? [closed]
I've been exposed via StackOverflow to pHash, a C++ perceptual hash library for audio, video, images, and text fingerprinting - recently with preliminary bindings for PHP, C# and Java.
I'm interested ...
10
votes
6answers
3k views
How to generate n different colors for any natural number n?
Say n = 100; How do I generate 100 visually distinct colors? Is this mathematically possible?
1
vote
2answers
204 views
jQuery: Increase Perceived Responsiveness During the Ready Event
Launching code on document ready is a pillar of jQuery.
But sometimes, lengthy operations will be executed inside the ready event.
For example, attaching multiple carousel instances to lengthy ...
1
vote
2answers
563 views
Does anyone here use Struts 1 for a new project?
I have a scenario where customers are asking to develop a new project on struts 1. It appears they have many applications running on Struts 1 and the in house IT team is comfortable with it.
For data ...
2
votes
5answers
294 views
How fast should a dynamically generated web page be created?
I have a number data-driven web based applications that serve both internal and public users and would like to gauge how fast you would expect a page to be created (in milliseconds) in order to ...
23
votes
7answers
3k views
What is the shortest perceivable application response delay?
A delay will always occur between a user action and an application response.
It is well known that the lower the response delay, the greater the feeling of the application responding instantaneously. ...