نتایج جستجو برای: motor skill competence

تعداد نتایج: 234372  

2013
Gerhard Neumann Andras Kupcsik Marc Deisenroth Jan Peters

While there has been recent successes in learning single control policies, there are several several open challenges in robot motor skill learning. Firstly, many motor tasks can be solved in multiple ways, and, hence, we need to be able to learn each of these solutions as separate options from which the agent can choose from. Furthermore, we need to learn how to adapt an option to the current s...

Journal: :Neuron 2002
Steven Laureys Philippe Peigneux Fabien Perrin Pierre Maquet

The improvement of a perceptual or motor skill continues after training has ended. The central question is whether this improvement is just a function of time or whether sleep, a certain circadian phase, or their interaction (sleep occurring in a particular circadian phase) is favorable to the reprocessing of recent memory traces. In this issue of Neuron, provide behavioral evidence that most o...

Journal: :Neuron 2011
Eran Dayan Leonardo G. Cohen

Recent years have seen significant progress in our understanding of the neural substrates of motor skill learning. Advances in neuroimaging provide new insight into functional reorganization associated with the acquisition, consolidation, and retention of motor skills. Plastic changes involving structural reorganization in gray and white matter architecture that occur over shorter time periods ...

2007
Carl P. Gabbard Carl Gabbard

One of the recent major developments in the understanding of motor skill learning in children has been the establishment of schema theory (Schmidt, 1975). Few theories of motor behavior have stimulated as much inquiry and had the general support from the scientific community as this notion. This article presented a synthesis of the theoretical framework and implications for program application ...

2012
David J. Wright Paul Holmes Francesco Di Russo Michela Loporto Dave Smith

Experts in a skill produce movement-related cortical potentials (MRCPs) of smaller amplitude and later onset than novices. This may indicate that, following long-term training, experts require less effort to plan motor skill performance. However, no longitudinal evidence exists to support this claim. To address this, EEG was used to study the effect of motor skill training on cortical activity ...

Journal: :Cerebral cortex 2008
Judith D Schaechter Katherine L Perdue

The brain processes involved in the restoration of motor skill after hemiparetic stroke are not fully understood. The current study compared cortical activity in chronic stroke patients who successfully recovered hand motor skill and normal control subjects during performance of kinematically matched unskilled and skilled hand movements using functional magnetic resonance imaging. We found that...

Journal: :Behavioural processes 2014
Alliston K Reid Nathan Folks Jordan Hardy

This study measured skill acquisition in the presence and absence of guiding cues in pigeons. It asked whether the speed of development of autonomy for the motor skill is influenced by the difficulty level of two guiding-cue conditions requiring the same left-right response sequence. The Follow-Red condition required a simple go, no-go discrimination (red=S+, green=S-), whereas the Red-Green co...

Journal: :Journal of physical activity & health 2015
Lisa M Barnett Avigdor Zask Lauren Rose Denise Hughes Jillian Adams

BACKGROUND Fundamental movement skills are a correlate of physical activity and weight status. Children who participated in a preschool intervention had greater movement skill proficiency and improved anthropometric measures (waist circumference and BMI z scores) post intervention. Three years later, intervention girls had retained their object control skill advantage. The study purpose was to ...

Journal: :Pediatrics 2013
Philip J Morgan Lisa M Barnett Dylan P Cliff Anthony D Okely Hayley A Scott Kristen E Cohen David R Lubans

BACKGROUND Fundamental movement skill (FMS) proficiency is positively associated with physical activity and fitness levels. The objective of this study was to systematically review evidence for the benefits of FMS interventions targeting youth. METHODS A search with no date restrictions was conducted across 7 databases. Studies included any school-, home-, or community-based intervention for ...

Journal: :Journal of science and medicine in sport 2015
Lawrence Foweather Zoe Knowles Nicola D Ridgers Mareesa V O'Dwyer Jonathan D Foulkes Gareth Stratton

OBJECTIVES To examine associations between fundamental movement skills and weekday and weekend physical activity among preschool children living in deprived communities. DESIGN Cross-sectional observation study. METHODS Six locomotor skills and 6 object-control skills were video-assessed using The Children's Activity and Movement in Preschool Study Motor Skills Protocol. Physical activity w...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->