Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
168 views

Neural Network Definitions

I am writing a neural network class and have come across two concepts I don't understand. Would anyone be able to tell me what the bias and momentum is and does
2
votes
3answers
4k views

How does the momentum/inertial scroll work with the Magic Mouse on NSScrollView?

When you scroll with the newer Apple Magic Mouse (at least on 10.6, I can't confirm any previous Mac OS) you get inertial scroll like scrolling on iPhone (that is, after a flick of the finger to ...
1
vote
0answers
43 views

Tips for keeping momentum on web projects [closed]

im preparing an article on tips for keeping momentum on a web project. basically how to keep the project rolling along smoothly, avoid stagnation & block points i wanted to show you guys the ...
0
votes
0answers
44 views

Zynga scroller works in IE 9 but not in windows phone

Zynga Scroller works in IE9 on my desktop but when I try their demo page on windows phone 7.5 it doesn't seem to respond. Is there any property which needs to be set for it to work on windows phone ? ...
0
votes
1answer
23 views

Objective C: Camera Swipe from user's finger

My question is what algorithm or math should I use to keep the screen swipe momentum TO KEEP SCROLLING if the user does a fast swipe. Example: There is an image on the screen that revolves in a ...
0
votes
1answer
225 views

Javascript Inertial side scroll on mouseover

As I was looking through Killers Music html5 site, I wanted to do what they did with main navigation where when mouse is over to left or right, it will scroll infinite. I have when through their ...