Shared posts

14 Jul 15:25

Take a virtual tour of Harry Potter's Diagon Alley set on Google Street View

by Mariella Moon

DNP Diagon Alley on Street View

Google has alohomora'd a way for everyone (even muggles) to visit Diagon Alley without the need for magic wands. You can now explore the famous Harry Potter set at Warner Bros. London studio via Street View, and virtually visit its shops like Ollivander's or the garishly colored Weasleys' Wizard Wheezes. It's not the first Street View location within a building -- in fact, Thomas Jefferson's Monticello residence is now open for digital visitors -- but movie sets are a rare treat. This is probably the next best thing for those who want to see Diagon Alley in person but can't fly to London, even though the studio lights and the green screen behind Gringotts could ruin childhoods. Unless, of course, Schmidt, Page and Brin are actually wizards who added those final touches to make a real magical marketplace look fake.

Filed under: Internet, Google

Comments

Via: Mashable

Source: Google Maps

11 Jul 01:21

If Everyone Could Just Go Away, That'd Be Great!

10 Jul 19:56

The Obituary of a Cleveland Browns Fan

pallbearers,cleveland browns,funeral,obituary

Submitted by: Unknown

10 Jul 19:55

50 Science Misconceptions—Debunked!

by Jason English

On this week's mental_floss List Show, Hank Green dishes out some science knowledge. Prepare to empty your brain of these 50 common misconceptions, myths, rumors, and old wives' tales.

Don't miss an episode—subscribe here!

[Images and footage provided by our friends at Shutterstock.]

    


10 Jul 19:55

Rat And Cat Argue Over Food

Rat And Cat Argue Over Food

Submitted by: Unknown

Tagged: rats , gifs , critters , food , Cats , funny
10 Jul 16:25

Rooster Teeth Does Anti-Piracy Warnings Right

Rooster Teeth Does Anti-Piracy Warnings Right

Submitted by: Unknown (via Pleated-Jeans)

10 Jul 16:23

How IBM Watson Learns

by Chris Higgins

Most of us know IBM's Watson computing system from its breakout performance on Jeopardy! a few years back; I covered that earlier today.

But Watson is significant not because it can win at Jeopardy! -- it's significant because it embodies a fundamental shift in how humans interact with computer systems. The new model is that we ask questions, Watson makes connections based on its ability to understand human language, and then it suggests possible answers...along with showing its work.

The fact that we can see the work behind Watson's answers is critically important -- that's not something you get from a simpler system like a search engine. Most interesting is that, because a human selects from among the best answers, humans can teach Watson in a positive feedback loop. Watson can even ask clarifying questions, allowing it to learn yet more about the world, and improving future performance. Watson works in tandem with humans, and sometimes the top answer is not the most useful to us -- it's the second, third, or fourth answer that may hold the key for a rare medical diagnosis, or an obscure connection. By deploying Watson in health care, IBM is helping doctors explore and improve medical care. Let's take a peek inside the IBM Watson Solutions Lab:

IBM calls Watson a "Learning System," and suggests it's the way we will interact with big data in the future. It's an intriguing notion, and it feels right to me. Especially when we talk about applications like health care, the ability for a human to help teach the computer is crucial. Got three and a half minutes to dig into how Watson learns? Watch this video.

If that piqued your interest, here's Manoj Saxena in a longer TEDx talk adding more context, including the tidbit that IBM is training Watson thoroughly enough that it's "within striking distance" of passing the U.S. Medical Licensing Exam (!):

I'll be digging deeper into Watson later today -- stay tuned for more Watson goodness.

    


10 Jul 16:22

5 Ways IBM Watson Changes Computing

by Chris Higgins

IBM Watson has already changed our perception of what computers can do -- it beat the best Jeopardy! champions, and it's being used for medical diagnoses. But what sets Watson apart? What makes it different?

1. It Reads Unstructured Text

When you feed data into a computer, traditionally it has been highly structured -- think a table listing all the U.S. Presidents, with columns for when their terms started and ended. Watson can read that kind of data, sure. But it specializes in reading raw human writing, also known as "unstructured data." You can feed it the biography of a president, and it will pick apart every sentence to learn what facts are contained in there. It will figure out all sorts of information within that huge body of text, and it doesn't require humans to put it all into a structured format first.

This ability to take in unstructured data is a huge strength for Watson. It means that the system can take in new bodies of knowledge quickly. You want it to know about medicine? Feed it the text of every medical journal you can find. You want it to learn Bible trivia? Feed it the Bible.

As we produce lots of information in unstructured form (for example, this blog post!), Watson is ready to consume it and make sense of it. As a trivia junkie, I can't wait to ask Watson some questions of my own.

2. We Train It

In addition to just dumping text into Watson, humans actually train the system to understand what's most important and reliable within the text. For instance, Watson pulled in all of Wikipedia prior to its Jeopardy! appearance, and stored that data offline. But it also had a huge corpus of other knowledge. Humans can tell Watson to trust one source of information (say, a biography of Bob Dylan) more than another (say, his Wikipedia entry). That doesn't mean the system ignores the less-trustworthy data -- but it knows which source to trust if there are conflicting facts.

But going deeper, when we think about Watson as a computing platform, we don't actually program Watson for new applications, per se. Instead of programming the computer, we train the computer using new data and human understanding of a topic. For instance, as a doctor you might train Watson to prefer newer medical journals over older ones -- so that data from the 1800s is taken with a grain of salt.

This shift from programming to training is part of why IBM calls this effort "Cognitive Computing." In the future, we will rely less on rote calculation, and more on interaction and learning.

3. It Asks Clarifying Questions

When Watson handles a tricky question in its current applications (like health care), it comes back with a set of possible results -- but it's also able to ask clarifying questions. It's clever enough to know that with a bit more information, it would be able to rule out an answer, or increase confidence in one of the answers it's already offering.

In health care, this could take the form of ordering a medical test. Presented with a series of facts about a patient, Watson could effectively say, "If you run this blood test, I'll have more confidence in my answer, or you can rule out these diseases." That's a very unusual thing for a computer to do, because it requires the computer to understand both what it knows and what it doesn't know. Knowledge may be power, but knowledge of your limitations is a superpower.

4. It Handles Open-Domain Questions

Most Question Answering systems are programmed to deal with a defined set of question types -- meaning you can only answer certain kinds of questions, phrased in certain ways, in order to get a response. Apple's Siri is an example of a closed-domain system. If I ask Siri a question, it has to be one of those questions Siri has been pre-programmed to answer (that's why so often, Siri gets confused and just offers to Google it for me). It's great when it works, but if you ask something just slightly out of its domain, the system falls apart.

But Watson is different. Watson handles "open-domain" questions, meaning anything you can think of to ask it. It uses Natural Language Processing (NLP) techniques to pick apart the words you give it, in order to "understand" the actual question being asked, even if you ask it in unusual ways. It also handles questions on any topic, combing through all the data it has, looking for the subject you're asking about.

IBM actually published a very helpful FAQ about Watson and IBM's DeepQA Project, a foundational technology used by Watson in generating hypotheses. My favorite question from that FAQ is: Is this going to be like HAL in 2001: A Space Odyssey? The answer is instructive (and I've added emphasis below):

Not exactly. The computer on Star Trek is a more appropriate comparison. The fictional computer system may be viewed as an interactive dialog agent that could answer questions and provide precise information on any topic. A primary goal for DeepQA is to greatly improve information seeking tasks over natural language content but ultimately, we would like to see the underlying technology help make computers more effective at communicating in human terms. Watson uses the DeepQA technology to push the envelope in natural language processing and automatic question answering. A powerful and fluent conversational agent, like the Star Trek computer, is a driving vision for this work.

I'll take the Trek computer over HAL any day. One to beam up!

5. It Shows Its Work

When Watson answers a question, it goes through a bunch of work to get there. First, Watson has to parse what kind of question is being asked, and what kind of answer is being sought. Second, Watson builds a series of hypothetical answers -- building a huge volume of possibilities, even if they're wrong. Third, it tests these hypotheses using a variety of different techniques, mostly based on the quality of the evidence. Finally, it merges and scores the possible answers: using its own question-answering history, the past reliability of various sources, and other techniques, Watson chooses the top answers, and presents them to a person.

But what's transformational here is that the person may then dig in and examine the underlying reasons that Watson chose those answers. During Jeopardy! we just got to see the top answers and a confidence score, but in a less time-sensitive application (like in a doctor's office, or when evaluating a given investment), humans can look at the answers as well as the supporting evidence. Because of this, humans can apply their own experience and expertise to decide whether that evidence is reliable. It's also easy to see how the evidence itself points to new areas of research -- if Watson tells you a medical study gave it confidence that an answer is correct, a doctor might want to go and read the whole study to see what else is in there.

    


10 Jul 02:23

‘Holographic Duality’ Hints at Hidden Subatomic World

by Natalie Wolchover, Simons Science News
‘Holographic Duality’ Hints at Hidden Subatomic World
According to modern quantum theory, energy fields permeate the universe, and flurries of energy in these fields, called “particles” when they are pointlike and “waves” when they are diffuse, serve as the building blocks of matter and forces. But new ...
    


09 Jul 15:11

It's Impossible Trying to Catch Up on Sleep

It's Impossible Trying to Catch Up on Sleep

Submitted by: Unknown

Tagged: scumbag brain , Memes , sleep