Monthly Archive: March 2015
Permanent link to this article: https://news.truthjuice.co.uk/index.php/chinas-swift-alternative-and-the-engineered-death-of-the-dollar/
Secret Cinema takes on The Empire Strikes Back
Dig out your toy lightsabers — Secret Cinema is
embarking on yet another epic project that will feed on the
nostalgia of Londoners. This summer’s event looks to be one of its
most otherworldly yet, as Secret Cinema transports visitors into
the realms of the Galactic Empire for screenings of The
Empire Strikes Back.
By: Katie Collins,
Permanent link to this article: https://news.truthjuice.co.uk/index.php/secret-cinema-takes-on-the-empire-strikes-back/
Permanent link to this article: https://news.truthjuice.co.uk/index.php/celebrate-mcdonalds-is-dying/
This is what London’s biggest building site will look like
The future of London’s biggest building site has
become clearer after the latest concept images were released for
the Nine Elms area on the south bank of the Thames.
With 20,000 homes under construction and more than
£15bn being invested in the area, the triangle of land on the
borders of Lambeth and Wandsworth is undergoing a rapid
transformation.
By: James Temperton,
Permanent link to this article: https://news.truthjuice.co.uk/index.php/this-is-what-londons-biggest-building-site-will-look-like/
Can Fuzzy Logic Save Humanity?
Amid all the dire warnings that machines run by artificial intelligence (AI) will one day take over from humans we need to think more about how we program them in the first place.
The technology may be too far off to seriously entertain these worries – for now – but much of the distrust surrounding AI arises from misunderstandings in what it means to say a machine is “thinking”.
One of the current aims of AI research is to design machines, algorithms, input/output processes or mathematical functions that can mimic human thinking as much as possible.
We want to better understand what goes on in human thinking, especially when it comes to decisions that cannot be justified other than by drawing on our “intuition” and “gut-feelings” – the decisions we can only make after learning from experience.
Consider the human that hires you after first comparing you to other job-applicants in terms of your work history, skills and presentation. This human-manager is able to make a decision identifying the successful candidate.
If we can design a computer program that takes exactly the same inputs as the human-manager and can reproduce its outputs, then we can make inferences about what the human-manager really values, even if he or she cannot articulate their decision on who to appoint other than to say “it comes down to experience”.
This kind of research is being carried out today and applied to understand risk-aversion and risk-seeking behaviour of financial consultants. It’s also being looked at in the field of medical diagnosis.
These human-emulating systems are not yet being asked to make decisions, but they are certainly being used to help guide human decisions and reduce the level of human error and inconsistency.
Fuzzy sets and AI
One promising area of research is to utilise the framework of fuzzy sets. Fuzzy sets and fuzzy logic were formalised by Lotfi Zadeh in 1965 and can be used to mathematically represent our knowledge pertaining to a given subject.
In everyday language what we mean when accusing someone of “fuzzy logic” or “fuzzy thinking” is that their ideas are contradictory, biased or perhaps just not very well thought out.
But in mathematics and logic, “fuzzy” is a name for a research area that has quite a sound and straightforward basis.
The starting point for fuzzy sets is this: many decision processes that can be managed by computers traditionally involve truth values that are binary: something is true or false, and any action is based on the answer (in computing this is typically encoded by 0 or 1).
For example, our human-manager from the earlier example may say to human resources:
- IF the job applicant is aged 25 to 30
 - AND has a qualification in philosophy OR literature
 - THEN arrange an interview.
 
This information can all be written into a hiring algorithm, based on true or false answers, because an applicant either is between 25 and 30 or is not, they either do have the qualification or they do not.
But what if the human-manager is somewhat more vague in expressing their requirements? Instead, the human-manager says:
- IF the applicant is tall
 - AND attractive
 - THEN the salary offered should be higher.
 
The problem HR faces in encoding these requests into the hiring algorithm is that it involves a number of subjective concepts. Even though height is something we can objectively measure, how tall should someone be before we call them tall?
Attractiveness is also subjective, even if we only account for the taste of the single human-manager.
Grey areas and fuzzy sets
In fuzzy sets research we say that such characteristics are fuzzy. By this we mean that whether something belongs to a set or not, whether a statement is true or false, can gradually increase from 0 to 1 over a given range of values.
One of the hardest things in any fuzzy-based software application is how best to convert observed inputs (someone’s height) into a fuzzy degree of membership, and then further establish the rules governing the use of connectives such as AND and OR for that fuzzy set.
To this day, and likely in years or decades into the future, the rules for this transition are human-defined. For example, to specify how tall someone is, I could design a function that says a 190cm person is tall (with a truth value of 1) and a 140cm person is not tall (or tall with a truth value of 0).
Then from 140cm, for every increase of 5cm in height the truth value increases by 0.1. So a key feature of any AI system is that we, normal old humans, still govern all the rules concerning how values or words are defined. More importantly, we define all the actions that the AI system can take – the “THEN” statements.
Human–robot symbiosis
An area called computing with words, takes the idea further by aiming for seamless communication between a human user and an AI computer algorithm.
For the moment, we still need to come up with mathematical representations of subjective terms such as “tall”, “attractive”, “good” and “fast”. Then we need to design a function for combining such comments or commands, followed by another mathematical definition for turning the result we get back into an output like “yes he is tall”.
In conceiving the idea of computing with words, researchers envisage a time where we might have more access to base-level expressions of these terms, such as the brain activity and readings when we use the term “tall”.
This would be an amazing leap, although mainly in terms of the technology required to observe such phenomena (the number of neurons in the brain, let alone synapses between them, is somewhere near the number of galaxies in the universe).
Even so, designing machines and algorithms that can emulate human behaviour to the point of mimicking communication with us is still a long way off.
In the end, any system we design will behave as it is expected to, according to the rules we have designed and program that governs it.
An irrational fear?
This brings us back to the big fear of AI machines turning on us in the future.
The real danger is not in the birth of genuine artificial intelligence –- that we will somehow manage to create a program that can become self-aware such as HAL 9000 in the movie 2001: A Space Odyssey or Skynet in the Terminator series.
The real danger is that we make errors in encoding our algorithms or that we put machines in situations without properly considering how they will interact with their environment.
These risks, however, are the same that come with any human-made system or object.
So if we were to entrust, say, the decision to fire a weapon to AI algorithms (rather than just the guidance system), then we might have something to fear.
Not a fear that these intelligent weapons will one day turn on us, but rather that we programmed them – given a series of subjective options – to decide the wrong thing and turn on us.
Even if there is some uncertainty about the future of “thinking” machines and what role they will have in our society, a sure thing is that we will be making the final decisions about what they are capable of.
When programming artificial intelligence, the onus is on us (as it is when we design skyscrapers, build machinery, develop pharmaceutical drugs or draft civil laws), to make sure it will do what we really want it to.
Learn More About It:
Fuzzy Logic for the Management of Uncertainty
Computing With Words
Fuzzy Engineering
###
Simon James is lecturer in Mathematics at Deakin University.
This article originally appeared here. Republished under creative commons license.
The post Can Fuzzy Logic Save Humanity? appeared first on h+ Media.
Permanent link to this article: https://news.truthjuice.co.uk/index.php/can-fuzzy-logic-save-humanity/
Science meets art in amazing biomedical images
The intricate nervous system of a fruit fly and a
colourful coronal view of a mouse’s brain are among 20 finalists in
the 2015 Wellcome Image Awards.
The images will be shown at 11 venues in both the UK and
the US with the overall winner announced on 18 March. The
venues include Dundee Science Centre, Stratosphere in Aberdeen and
Massachusetts Institute of Technology’s Koch Institute in the
USA.
By: Emiko Jozuka,
Permanent link to this article: https://news.truthjuice.co.uk/index.php/science-meets-art-in-amazing-biomedical-images/
Game of Thrones delayed by 19 hours in UK
Last year, Game of Thrones won a dubious
award — it was the most torrented TV show in the world.
It was a title the series had held onto for the third year
straight.
For the upcoming fifth season, production
network HBO is hoping to throw away the crown, with plans
for simulcasts of the series on partner channels in more than 170
countries. Unfortunately, the UK won’t be one of them.
By: Matt Kamen,
Permanent link to this article: https://news.truthjuice.co.uk/index.php/game-of-thrones-delayed-by-19-hours-in-uk/
Cities: Skylines is a near-perfect city-building sim
If your heart was broken by EA’s ham-fisted attempt to resurrect
its beloved SimCity franchise in 2013 then pay attention, because
we’ve got something you’re going to be interested in.
Paradox Interactive has just released Cities: Skylines – a
city-building simulator that gets almost everything right,
delivering the game that wannabe town planners have been waiting
for for more than ten years.
By: Duncan Geere,
Permanent link to this article: https://news.truthjuice.co.uk/index.php/cities-skylines-is-a-near-perfect-city-building-sim/
Moto 360 now comes with customisable designs
Only 24 hours after the Apple Watch was shown off in
its many variations, Motorola has announced Moto Maker for Moto
360. Moto Maker is a platform that will for the first time ever
allow full design customisation of an Android
Wear watch.
In a web browser you can determine not only colour and material
of the strap, but the case finish on the watch module itself. Some
current smartwatches — the LG G Watch R, for example —
already allow you to replace the strap once you’ve purchased the
watch, but it is surely better to be able to purchase the exact
watch that you want in the first place.
By: Katie Collins,
Permanent link to this article: https://news.truthjuice.co.uk/index.php/moto-360-now-comes-with-customisable-designs/
Harper glorifies communist role in WW2
Despite the present tensions between Canada and Russia, Canadaâs neoconservative Prime Minister Stephen Harper praised the Soviet Unionâs role in the Second World War as an âenormous contributionâ in the âdefeat of Fascism in Europe.â
âObviously whatever contemporary difficulties we have with the current regime there, and theyâre obviously immense, I…
Permanent link to this article: https://news.truthjuice.co.uk/index.php/harper-glorifies-communist-role-in-ww2/











