Menu

Blog

Archive for the ‘information science’ category: Page 305

Feb 8, 2016

What does artificial intelligence see when it watches political ads?

Posted by in categories: information science, internet, robotics/AI

Here is a concept to think about when we’re 20 or 30 years into the future — imagine a world where humans and all living things in it are truly Singular, and the new AI & Humanoid robots are alive and well. Will AI (including Robots) ever need therapy, will AI ever get stressed out or have panic attacks, will any humans know what AI is thinking once we give AI more independence?

I ask these questions because as we enhance and evolve AI to be like humans and interpret and process emotions, feelings, and interact like humans; will AI expeience fully the struggles of everyday life like some humans do? And, when needs counseling or therapy will they go to another AI or will they see a human therapist?

As we evolve AI; we must look at the full longer picture around AI including how human do we really wish to make AI.

Continue reading “What does artificial intelligence see when it watches political ads?” »

Feb 8, 2016

New algorithm improves speed and accuracy of pedestrian detection

Posted by in categories: computing, information science, neuroscience, robotics/AI, transportation

What if computers could recognize objects as well as the human brain could? Electrical engineers at the University of California, San Diego have taken an important step toward that goal by developing a pedestrian detection system that performs in near real-time (2−4 frames per second) and with higher accuracy (close to half the error) compared to existing systems. The technology, which incorporates deep learning models, could be used in “smart” vehicles, robotics and image and video search systems.

Read more

Feb 8, 2016

A New AI Estimates Pollution From Crowdsourced Images

Posted by in categories: environmental, information science, mobile phones, robotics/AI

Around the world, cities are choking on smog. But a new AI system plans to analyze just how bad the situation is by aggregating data from smartphone pictures captured far and wide across cities.

The project, called AirTick, has been developed by researchers from Nanyang Technological University in Singapore, reports New Scientist. The reasoning is pretty simple: Deploying air sensors isn’t cheap and takes a long time, so why not make use of the sensors that everyone has in their pocket?

The result is an app which allows people to report smog levels by uploading an image tagged with time and location. Then, a machine learning algorithm chews through the data and compares it against official air-quality measurements where it can. Over time, the team hopes the software will slowly be able to predict air quality from smartphone images alone.

Read more

Feb 8, 2016

CMU announces research project to reverse-engineer brain algorithms, funded by IARPA

Posted by in categories: biotech/medical, computing, information science, neuroscience, robotics/AI

Individual brain cells within a neural network are highlighted in this image obtained using a fluorescent imaging technique (credit: Sandra Kuhlman/CMU)

Carnegie Mellon University is embarking on a five-year, $12 million research effort to reverse-engineer the brain and “make computers think more like humans,” funded by the U.S. Intelligence Advanced Research Projects Activity (IARPA). The research is led by Tai Sing Lee, a professor in the Computer Science Department and the Center for the Neural Basis of Cognition (CNBC).

The research effort, through IARPA’s Machine Intelligence from Cortical Networks (MICrONS) research program, is part of the U.S. BRAIN Initiative to revolutionize the understanding of the human brain.

Continue reading “CMU announces research project to reverse-engineer brain algorithms, funded by IARPA” »

Feb 6, 2016

A Cellular Atlas: This Algorithm Can Predict How To Grow Virtually Any Cell Type

Posted by in categories: biotech/medical, information science

Researchers at the University of Bristol have created ‘Mogrify’ — an algorithm that can predict how to reprogram virtually any type of cell

One way of creating new cells is with stem cells. The most famous of these are embryonic and induced pluripotent stem cells, the latter made from your own cells. While these cells have immense potential, the process of creating them is complicated and not without error. Coaxing these cells into a new type once you’ve made them is also easier said than done.

Read more

Feb 6, 2016

Twitter To Introduce Algorithmic Timeline As Soon As Next Week

Posted by in category: information science

Twitters 1st step to recapture consumers.


A Tweetstorm is brewing in San Francisco.

Read more

Feb 5, 2016

Next generation of machine learning rockstars will trade Google and Facebook for top secret hedge funds

Posted by in categories: finance, information science, robotics/AI

Nice — Bridgewaters engaged. Actually, not too surprised by this.


IBTimes UK spoke to AI finance startup Walnut Algorithms about machine learning and the financial sector.

Read more

Feb 4, 2016

NSA Plans to ‘Act Now’ to Ensure Quantum Computers Can’t Break Encryption

Posted by in categories: computing, encryption, information science, privacy, quantum physics, security

Another article just came out today providing additional content on the Quantum Computing threat and it did reference the article that I had published. Glad that folks are working on this.


The NSA is worried about quantum computers. It warns that it “must act now” to ensure that encryption systems can’t be broken wide open by the new super-fast hardware.

In a document outlining common concerns about the effects that quantum computing may have on national security and encryption of sensitive data, the NSA warns that “public-key algorithms… are all vulnerable to attack by a sufficiently large quantum computer.”

Continue reading “NSA Plans to ‘Act Now’ to Ensure Quantum Computers Can’t Break Encryption” »

Jan 31, 2016

The Real Truth Behind the Rise of Robo-Advisors

Posted by in categories: finance, information science, robotics/AI, space

Nice! Robo-advice will be accessed by investors worth $2.2 trillion by 2020, equivalent to 12% of the global retail funds.


If you’re a finance professional, the question you probably get asked most by your friends and acquaintances is “what investments they should make”? That’s the basic question that everyone with money will ask. They may ask the “financial advisor” at their bank, they may turn to Google for advice, they may ask their “friends who work in finance”, or they may listen to recommendations of people they trust. However, individuals with a high net worth will typically seek out a wealth management firm with a brand they trust. But which firm?

Try to Google “top wealth management firms” and the first 5 search results will be a comparison of the top 100 wealth management firms. That’s a very competitive space. How do you differentiate yourself from your 99 competitors who are essentially trying to so the same thing you are? One way is through the use of technology, and as a result we see the rise of “robo advisors”. Here’s the definition of a “robo-advisor” from Investopedia:

Continue reading “The Real Truth Behind the Rise of Robo-Advisors” »

Jan 30, 2016

How AlphaGo Mastered the Game of Go with Deep Neural Networks

Posted by in categories: computing, entertainment, information science, policy, robotics/AI, space

The game of Go has long been viewed as the most challenging of classic games for artificial intelligence due to its enormous search space and the difficulty of evaluating board positions and moves.

Google DeepMind introduced a new approach to computer Go with their program, AlphaGo, that uses value networks to evaluate board positions and policy networks to select moves. These deep neural networks are trained by a novel combination of supervised learning from human expert games, and reinforcement learning from games of self-play. Without any lookahead search, the neural networks play Go at the level of state-of-the-art Monte-Carlo tree search programs that simulate thousands of random games of self-play. DeepMind also introduce a new search algorithm that combines Monte-Carlo simulation with value and policy networks. Using this search algorithm, our program AlphaGo achieved a 99.8% winning rate against other Go programs, and defeated the European Go champion by 5 games to 0. This is the first time that a computer program has defeated a human professional player in the full-sized game of Go, a feat previously thought to be at least a decade away.

Read more