نتایج جستجو برای: u learning

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

2006
Jehn-Ruey Jiang Ming-Kuei Yeh

A ubiquitous learning system enables people to learn at any time, at any place and in any form. In particular, it has the context awareness property to provide learners the right information in the right place and at the right time. In this paper, we introduce the design concept for a ubiquitous learning system, U-Guide (Ubiquitous Guide) System. U-Guide integrates two existing technologies, Ad...

Journal: :IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences 2021

The unlicensed spectrum has been utilized to make up the shortage on frequency in new radio (NR) systems. To fully exploit advantages brought by bands, one of key issues is guarantee fair coexistence with WiFi reach this goal, timely and accurate estimation traffic loads an important prerequisite. In paper, a machine learning (ML) based method proposed detect number users bands. An unsupervised...

Journal: :Indonesian Journal of Electrical Engineering and Computer Science 2021

<p><span id="docs-internal-guid-cea63826-7fff-8080-83de-ad2ba4604953"><span>Thyroid nodule are fluid or solid lump that formed within human’s gland and most thyroid doesn’t show any symptom sign; moreover there certain percentage of cancerous which could lead human into critical situation up to death. Hence, it is one the important type cancer also for detection cancer. Ultras...

Journal: :Educational Technology & Society 2015
Shengquan Yu Xianmin Yang Gang Cheng Minjuan Wang

This paper presents a new model for organizing learning resources: Learning Cell. This model is open, evolving, cohesive, social, and context-aware. By introducing a time dimension into the organization of learning resources, Learning Cell supports the dynamic evolution of learning resources while they are being used. In addition, by introducing a semantic gene (knowledge ontology) into the mod...

2008
Yen-Hung Kuo Qing Tan Kinshuk Yueh-Min Huang Tzu-Chien Liu Maiga Chang

Giving examples to students or letting students give examples is important in ordinary instruction. However, it is difficult for teacher to provide work-out examples to students since the proper examples are depending on the contexts and varying with students’ life experiences and knowledge. In order to deal with the limitation of ordinary classroom, the study develops a collaborative example-c...

2004
Lorenzo CARLUCCI Sanjay JAIN Efim KINBER Frank STEPHAN Lorenzo Carlucci Sanjay Jain Efim Kinber Frank Stephan

The paper deals with the following problem: is returning to wrong conjectures necessary to achieve full power of learning? Returning to wrong conjectures complements the paradigm of U-shaped learning [3,7,9,23,27] when a learner returns to old correct conjectures. We explore our problem for classical models of learning in the limit: TxtEx-learning – when a learner stabilizes on a correct conjec...

Journal: :CoRR 2017
Ursula Challita Li Dong Walid Saad

LTE in unlicensed spectrum (LTE-U) is a promising approach to overcome the wireless spectrum scarcity. However, to reap the benefits of LTE-U, a fair coexistence mechanism with other incumbent WiFi deployments is required. In this paper, a novel deep learning approach is proposed for modeling the resource allocation problem of LTE-U small base stations (SBSs). The proposed approach enables mult...

Journal: :iJET 2012
Sandra Dutra Piovesan Érico Marcelo Hoff do Amaral Catiane Priscila Barbosa Arenhardt Roseclea Duarte Medina

The spread use of virtual learning environments presents a great potential for the development of applications which meet educational area needs. In view of the importance of a more dynamic implementation and that it will be able to continuously adapt to the students needs, it was proposed and developed the U-SEA (System of Teaching Adapted Ubiquitous). A software built on the basis of virtual ...

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

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

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"; } -->