{"id":210973,"date":"2017-02-24T19:44:11","date_gmt":"2017-02-25T00:44:11","guid":{"rendered":"http:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/uncategorized\/artificial-intelligence-understanding-how-machines-learn-robohub.php"},"modified":"2017-02-24T19:44:11","modified_gmt":"2017-02-25T00:44:11","slug":"artificial-intelligence-understanding-how-machines-learn-robohub","status":"publish","type":"post","link":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/artificial-intelligence\/artificial-intelligence-understanding-how-machines-learn-robohub.php","title":{"rendered":"Artificial intelligence: Understanding how machines learn &#8211; Robohub"},"content":{"rendered":"<p><p>    From Jeopardy winners and    Go masters to    infamous advertising-related    racial profiling, it would seem we have entered an era in    which artificial intelligence developments are rapidly    accelerating. But a fully sentient being whose electronic    brain can fully engage in complex cognitive tasks using fair    moral judgement remains, for now, beyond our capabilities.  <\/p>\n<p>    Unfortunately, current developments are generating a general    fear of what artificial intelligence could become in the    future. Its representation in recent pop    culture shows how cautious  and pessimistic  we are about    the technology. The problem with fear is that it can be    crippling and, at times, promote ignorance.  <\/p>\n<p>    Learning the inner workings of artificial intelligence is an    antidote to these worries. And this knowledge can facilitate    both responsible and carefree engagement.  <\/p>\n<p>    The core foundation of artificial intelligence is rooted in    machine learning, which is an elegant and widely accessible    tool. But to understand what machine learning means, we first    need to examine how the pros of its potential absolutely    outweigh its cons.  <\/p>\n<p>    Simply put, machine learning refers to teaching computers how    to analyse data for solving particular tasks through    algorithms. For handwriting    recognition, for example, classification algorithms are    used to differentiate letters based on someones handwriting.    Housing data sets, on    the other hand, use regression algorithms to estimate in a    quantifiable way the selling price of a given property.Machine    learning, then, comes down to data. Almost every enterprise    generates data in one way or another: think market research,    social media, school surveys, automated systems. Machine    learning applications try to find hidden patterns and    correlations in the chaos of large data sets to develop models    that can predict behaviour.  <\/p>\n<p>    Machine learning, then, comes down to data. Almost every    enterprise generates data in one way or another: think market    research, social media, school surveys, automated systems.    Machine learning applications try to find hidden patterns and    correlations in the chaos of large data sets to develop models    that can predict behaviour.  <\/p>\n<p>    Data have two key elements  samples and features. The former    represents individual elements in a group; the latter amounts    to characteristics shared by them.  <\/p>\n<p>    Look at social media as an example: users are samples and their    usage can be translated as features. Facebook, for instance,    employs different aspects of liking activity, which change    from user to user, as important features for user-targeted    advertising.  <\/p>\n<p>    Facebook friends can also be used as samples, while their    connections to other people act as features, establishing a    network where information propagation can be studied.  <\/p>\n<p>    Outside of social media, automated systems used in industrial    processes as monitoring tools use    time snapshots of the entire process as samples, and sensor    measurements at a particular time as features. This allows the    system to detect anomalies in the process in real time.  <\/p>\n<p>    All these different solutions rely on feeding data to machines    and teaching them to reach their own predictions once they have    strategically assessed the given information. And this is    machine learning.  <\/p>\n<p>    Any data can be translated into these simple concepts and any    machine-learning application, including artificial    intelligence, uses these concepts as its building blocks.  <\/p>\n<p>    Once data are understood, its time to decide what do to with    this information. One of the most common and intuitive    applications of machine learning is classification. The system    learns how to put data into different groups based on a    reference data set.  <\/p>\n<p>    This is directly associated with the kinds of decisions we make    every day, whether its grouping similar products (kitchen    goods against beauty products, for instance), or choosing good    films to watch based on previous experiences. While these two    examples might seem completely disconnected, they rely on an    essential assumption of classification: predictions defined as    well-established categories.  <\/p>\n<p>    When picking up a bottle of moisturiser, for example, we use a    particular list of features (the shape of the container, for    instance, or the smell of the product) to predict  accurately     that its a beauty product. A similar strategy is used for    picking films by assessing a list of features (the director,    for instance, or the actor) to predict whether a film is in one    of two categories: good or bad.  <\/p>\n<p>    By grasping the different relationships between features    associated with a group of samples, we can predict whether a    film may be worth watching or, better yet, we can create a    program to do this for    us.  <\/p>\n<p>    But to be able to manipulate this information, we need to be a    data science expert, a master of maths and statistics, with    enough programming skills to make Alan Turing and Margaret Hamilton    proud, right? Not quite.  <\/p>\n<p>    We all know enough of our native language to get by in our    daily lives, even if only a few of us can venture into    linguistics and literature. Maths is similar; its around us    all the time, so calculating change from buying something or    measuring ingredients to follow a recipe is not a burden. In    the same way, machine-learning mastery is not a requirement for    its conscious and effective use.  <\/p>\n<p>    Yes, there are extremely well-qualified and expert data    scientists out there but, with little effort, anyone can learn    its basics and improve the way they see and take advantage of    information.  <\/p>\n<p>    Going back to our classification algorithm, lets think of one    that mimics the way we make decisions. We are social beings, so    how about social interactions? First impressions are important    and we all have an internal model that evaluates in the first    few minutes of meeting someone whether we like them or not.  <\/p>\n<p>    Two outcomes are possible: a good or a bad impression. For    every person, different characteristics (features) are taken    into account (even if unconsciously) based on several    encounters in the past (samples). These could be anything from    tone of voice to extroversion and overall attitude to    politeness.  <\/p>\n<p>    For every new person we encounter, a model in our heads    registers these inputs and establishes a prediction. We can    break this modelling down to a set of inputs, weighted by their    relevance to the final outcome.  <\/p>\n<p>    For some people, attractiveness might be very important,    whereas for others a good sense of humour or being a dog person    says way more. Each person will develop her own model, which    depends entirely on her experiences, or her data.  <\/p>\n<p>    Different data result in different models being trained, with    different outcomes. Our brain develops mechanisms that, while    not entirely clear to us, establish how these factors will    weighout.  <\/p>\n<p>    What machine learning does is develop rigorous, mathematical    ways for machines to calculate those outcomes, particularly in    cases where we cannot easily handle the volume of data. Now    more than ever, data are vast and everlasting. Having access to    a tool that actively uses this data for practical problem    solving, such as artificial intelligence, means everyone should    and can explore and exploit this. We should do this not only so    we can create useful applications, but also to put machine    learning and artificial intelligence in a brighter and not so    worrisome perspective.  <\/p>\n<p>    There are several resources out there for    machine learning although they do require some programming    ability. Many popular languages tailored for    machine learning are available, from basic tutorials    to full courses. It    takes nothing more than an afternoon to be able to start    venturing into it with palpable results.  <\/p>\n<p>    All this is not to say that the concept of machines with    human-like minds should not concern us. But knowing more about    how these minds might work will gives us the power to be agents    of positive change in a way that can allow us to maintain    control over artificial intelligence and not the other way    around.  <\/p>\n<p>    This article was originally published on The    Conversation. Read the original    article.  <\/p>\n<p>    If you liked this article, you may also want to read:  <\/p>\n<p>    See allthe latest robotics newson    Robohub, orsign up for our weekly    newsletter.  <\/p>\n<p><!-- Auto Generated --><\/p>\n<p>Visit link: <\/p>\n<p><a target=\"_blank\" href=\"http:\/\/robohub.org\/artificial-intelligence-understanding-how-machines-learn\/\" title=\"Artificial intelligence: Understanding how machines learn - Robohub\">Artificial intelligence: Understanding how machines learn - Robohub<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p> From Jeopardy winners and Go masters to infamous advertising-related racial profiling, it would seem we have entered an era in which artificial intelligence developments are rapidly accelerating. But a fully sentient being whose electronic brain can fully engage in complex cognitive tasks using fair moral judgement remains, for now, beyond our capabilities <a href=\"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/artificial-intelligence\/artificial-intelligence-understanding-how-machines-learn-robohub.php\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"limit_modified_date":"","last_modified_date":"","_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[13],"tags":[],"class_list":["post-210973","post","type-post","status-publish","format-standard","hentry","category-artificial-intelligence"],"modified_by":null,"_links":{"self":[{"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/posts\/210973"}],"collection":[{"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/comments?post=210973"}],"version-history":[{"count":0,"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/posts\/210973\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/media?parent=210973"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/categories?post=210973"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.euvolution.com\/futurist-transhuman-news-blog\/wp-json\/wp\/v2\/tags?post=210973"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}