<%@ Language=VBScript %><% option explicit %> <% Response.Buffer = FALSE %> <% Response.ContentType = "image/svg+xml" %> <% DIM ScreenWidth, ScreenHeight DIM timeout '' extend the timeout to allow for long files timeout = Server.ScriptTimeout '' Response.Write "Initial timeout=" & timeout & "
" Server.ScriptTimeout = 1200 ScreenWidth = Request.Cookies("Humble")("ScreenWidth") ScreenHeight = Request.Cookies("Humble")("ScreenHeight") ' set it up for a graph bounding box of 2000 horizontal by 1000 vertical ' the viewBox has to be larger, to allow for left (and right?) parameter stuff ' the graph should have 20 by 10 internal dividers (grid pattern) %> Skills as primarily neuronal hardware or as stored instructions (SW) for shared neuronal HW <%'----------------------------------------------------------------------%> Skills as dedicated hardware for information processing components: action, perception, & inner processing (choosing, predicting) inner Storage: unused dedicated neuronal networks inner Mechanisms: activated neuronal networks outer interfaces: retina to neurons & neurons to muscles computational Neuroscience: neural models (not active) theoretical Neuroscience: neural models and fMRI <%'----------------------------------------------------------------------%> Skills as stored instructions for information processing components: action, perception, & inner processing (choosing, predicting) inner Storage: encoded instructions inner Mechanisms: interpreting instructions outer interfaces: sense into data & data for joint-rotations computational: inner encoding & compression computational: perception, action & inner processing <%'----------------------------------------------------------------------%> <%'----------------------------------------------------------------------%> Skills always need some neuronal 'hardware' for input, output, and processing. The question is whether nature evolved into a stored instruction architecture, and what it is like. skill research research paradigm <%'----------------------------------------------------------------------%> <% '' reset the timeout Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>