Skip to main content

Home/ Diigo In Education/ Group items tagged Robots

Rss Feed Group items tagged

Martin Burrett

Festive Funk Machine - 57 views

  •  
    A wonderful web toy where you can design your own  funky festive tunes by clicking on the robots. http://ictmagic.wikispaces.com/Winter+%26+Christmas
Martin Burrett

Maths Games - from Mangahigh.com - 132 views

  •  
    A fantastic maths games website which has games designed to practise particular skills in maths. There's blasting robots for the boys and picking flowers for the girls. You can play most games by simply scrolling down on the homepage and pressing the game you want and signing up is not necessary to play these games. http://ictmagic.wikispaces.com/Maths
Lisa C. Hurst

Inside the School Silicon Valley Thinks Will Save Education | WIRED - 10 views

  •  
    "AUTHOR: ISSIE LAPOWSKY. ISSIE LAPOWSKY DATE OF PUBLICATION: 05.04.15. 05.04.15 TIME OF PUBLICATION: 7:00 AM. 7:00 AM INSIDE THE SCHOOL SILICON VALLEY THINKS WILL SAVE EDUCATION Click to Open Overlay Gallery Students in the youngest class at the Fort Mason AltSchool help their teacher, Jennifer Aguilar, compile a list of what they know and what they want to know about butterflies. CHRISTIE HEMM KLOK/WIRED SO YOU'RE A parent, thinking about sending your 7-year-old to this rogue startup of a school you heard about from your friend's neighbor's sister. It's prospective parent information day, and you make the trek to San Francisco's South of Market neighborhood. You walk up to the second floor of the school, file into a glass-walled conference room overlooking a classroom, and take a seat alongside dozens of other parents who, like you, feel that public schools-with their endless bubble-filled tests, 38-kid classrooms, and antiquated approach to learning-just aren't cutting it. At the same time, you're thinking: this school is kind of weird. On one side of the glass is a cheery little scene, with two teachers leading two different middle school lessons on opposite ends of the room. But on the other side is something altogether unusual: an airy and open office with vaulted ceilings, sunlight streaming onto low-slung couches, and rows of hoodie-wearing employees typing away on their computers while munching on free snacks from the kitchen. And while you can't quite be sure, you think that might be a robot on wheels roaming about. Then there's the guy who's standing at the front of the conference room, the school's founder. Dressed in the San Francisco standard issue t-shirt and jeans, he's unlike any school administrator you've ever met. But the more he talks about how this school uses technology to enhance and individualize education, the more you start to like what he has to say. And so, if you are truly fed up with the school stat
Dallas McPheeters

Learning and earning: Equipping people to stay ahead of technological change | The Econ... - 34 views

  • Today robotics and artificial intelligence call for another education revolution
  • working lives are so lengthy and so fast-changing that simply cramming more schooling in at the start is not enough. People must also be able to acquire new skills throughout their careers.
  • lifelong learning that exists today mainly benefits high achievers—and is therefore more likely to exacerbate inequality than diminish it.
  • ...6 more annotations...
  • a burst at the start and top-ups through company training—is breaking down. One reason is the need for new, and constantly updated, skills.
  • The 19th and 20th centuries saw stunning advances in education. That should be the scale of the ambition today
  • It is easier to learn later in life if you enjoyed the classroom first time around: about 80% of the learners on Coursera already have degrees. Online learning requires some IT literacy, yet one in four adults in the OECD has no or limited experience of computers. Skills atrophy unless they are used, but many low-end jobs give workers little chance to practise them.
  • Lifelong learning starts at school. As a rule, education should not be narrowly vocational. The curriculum needs to teach children how to study and think. A focus on “metacognition” will make them better at picking up skills later in life.
    • Dallas McPheeters
       
      Lifelong learning begins at home. Otherwise, it's an anomaly to the student's mind and may not be adopted.
  • Pushing people into ever-higher levels of formal education at the start of their lives is not the way to cope.
  • WHEN education fails to keep pace with technology, the result is inequality.
    • Dallas McPheeters
       
      Inequality was there long before high-tech innovations. The only gap produced by tech is between those with access to networks and devices and those without. two thirds of earth still without access to internet. 
Roland Gesthuizen

The Power of Involved Parents « Diane Ravitch's blog - 41 views

  • This family showed what a difference it makes when families do their share–and more.
  •  
    "In the Scholastic-Gates survey of teachers, teachers were asked what they wanted most. The greatest number said they wanted families to be more involved. (What mattered least: longer school days and hours, merit pay). "
nicholae1

Udacity | Free Online Courses. Advance your College Education & Career - 8 views

  •  
    Online learning from former Stanford profs - build a search engine, or a robotic car
  •  
    Udacity is a totally new kind of learning experience. You learn by solving challenging problems and pursuing udacious projects with world-renowned university instructors (not by watching long, boring lectures). At Udacity, we put you, the student, at the center of the universe.
Alias Librarian

Derek E. Baird :: Barking Robot - 13 views

  •  
    Great site by expert on teen media, Derek Baird. Lost of links, lessons, infographics...
Steve Kelly

What would an exceptional middle and high school computer science curriculum include? -... - 48 views

  • What would an exceptional middle and high school computer science curriculum include?
  • This isn't a complete answer, but one thing the very first introductory classes should require is that the students turn off all their electronic computers and actually learn to walk through  algorithms with a computer that exists only on paper. (Or, I suppose, a whiteboard or a simulator.) This exercise would give the students a grounding in what is going on inside the computer as a very low level.My first computer programming class in my Freshman year of high school was completely on paper. Although it was done because the school didn't have much money, it turned out to be very beneficial.Another class I had in high school, that wouldn't normally be lumped into a Computer Science curriculum but has been a boon to my career, was good old Typing 101.
  • If you followed the CS Unplugged curriculum your students would know more about CS than most CS grads:http://csunplugged.orgIt's a really great intro to basic computer science concepts and very easy for students to understand.  Best of all you don't even need a computer per student if your school doesn't have the budget,
  • ...6 more annotations...
  • For younger students, I think that the ability to make something professional-looking, like a real grown-up would, is paramount.  Sadly, I think this means that LOGO and BASIC aren't much use any more*.
  • So, we have a few choices.  You can try to write phone apps that look just like real phone apps, design interactive websites that look just like real interactive websites, or do something with embedded systems / robotics.  Avoid the temptation to make these things into group projects; the main thing every student needs to experience is the process of writing code, running it, debugging it, and watching the machine react to every command.
  • It is important to consider what an 11 to 18-year old is familiar with in terms of mathematics and logical thinking. An average 11-year old is probably learning about fractions, simple cartesian geometry, the concept of units, and mathematical expressions. By 15, the average student will be taking algebra, and hopefully will have the all-important concept of variables under his/her belt. So much in CS is dependent on solid understanding that symbols and tokens can represent abstract concepts, values, or algorithms. Without it, it's still possible to teach CS, but it must be done in a very different way (see Scratch).
  • At this point, concepts such as variables, parenthesis matching, and functions (of the mathematical variety) are within easy reach. Concepts like parameter passing, strings and collections, and program flow should be teachable. More advanced concepts such as recursion, references and pointers, certain data structures, and big-O may be very difficult to teach without first going through some more foundational math.
  • I tend to agree strongly with those that believe a foundational education should inspire interest and enforce concepts and critical thinking over teaching any specific language, framework, system, or dogma.
  • The key is that the concepts in CS aren't just there for the hell of it. Everything was motivated by a real problem, and few things are more satisfying than fixing something you really want to work with a cool technique or concept you just learned.
  •  
    Great resource for teachers (especially those of us not initially trained in Computer Science) about what should 'count' as Computer Science.  Worth the read!
Joy E

Dear Ms. Winfrey | Change Agency - 82 views

shared by Joy E on 26 Sep 10 - No Cached
    • Joy E
       
      wow--based on my experience, this is totally true! Teachers are people, not robots--and we can't expect a 200% dedication to students. If we are not happy, balanced people, we will not be effective teachers (or we'll leave!).
B Allen

Cleverbot.com - a clever bot - speak to an AI with some Actual Intelligence? - 55 views

shared by B Allen on 10 Mar 10 - Cached
  •  
    Cleverbot learns from real people - things it says may seem inappropriate - use with discretion, and at YOUR OWN RISK
  •  
    Just type in a conversation starter ... and wa-la you can have a conversation with a human-like computer!
anonymous

Introduction to Artificial Intelligence - Fall 2011 - 16 views

  • A bold experiment in distributed education, "Introduction to Artificial Intelligence" will be offered free and online to students worldwide during the fall of 2011. The course will include feedback on progress and a statement of accomplishment. Taught by Sebastian Thrun and Peter Norvig, the curriculum draws from that used in Stanford's introductory Artificial Intelligence course. The instructors will offer similar materials, assignments, and exams.Artificial Intelligence is the science of making computer software that reasons about the world around it. Humanoid robots, Google Goggles, self-driving cars, even software that suggests music you might like to hear are all examples of AI. In this class, you will learn how to create this software from two of the leaders in the field. Class begins October 10.
Trevor Cunningham

Lesson Plan for Analog Robotics Activity - 61 views

  •  
    All ages, Hour of Code activity.
anonymous

College papers: Students hate writing them. Professors hate grading them. Let's stop as... - 69 views

  •  
    "Nobody hates writing papers as much as college instructors hate grading papers (and no, having a robot do it is not the answer)."
Don Robinson

Formative and Summative Assessment in the Classroom - 5 views

  •  
    When a comprehensive assessment program at the classroom level balances student achievement information derived from both summative and formative assessment sources, a fuller picture of where a student is relative to established learning targets and standards emerges."> This is a cached version of http://www.nmsa.org/Publications/WebExclusive/Assessment/tabid/1120/Default.aspx. Diigo.com has no relation to the site.position:absolute;right:20px;top:5px;color
Martin Leicht

A Breakthrough for A.I. Technology: Passing an 8th-Grade Science Test - The New York Times - 13 views

  • But others, like this question from the same exam, required logic:
    • Martin Leicht
       
      Why do we still test rote memory? Why do not more tests in involve logical choices?
  • A science test isn’t something that can be mastered just by learning rules. It requires making connections using logic
  • “We can’t compare this technology to real human students and their ability to reason,”
    • Martin Leicht
       
      And yet, AI continues to improve/make logical connections. What are we doing to help keep students improving?
  • ...3 more annotations...
  • The new research could lead to systems that can carry on a decent conversation.
  • the world’s leading A.I. labs have built elaborate neural networks that can learn the vagaries of language by analyzing articles and books written by humans.
    • Martin Leicht
       
      This was an improvement. Before, they showed AI thousands upon thousands of photos of dogs. In the end, AI can recognise a dog.
  • Bert learned how to guess the missing word in a sentence.
    • Martin Leicht
       
      Bert (from Google) learned to fill in these missing words by analysing thousands of pages of wikipedia and online books. Bert soaked up so much with so little effort. Never send a Human to do a robots job.
« First ‹ Previous 41 - 60 of 62 Next ›
Showing 20 items per page