{"id":55849,"date":"2017-06-21T10:54:17","date_gmt":"2017-06-21T09:54:17","guid":{"rendered":"http:\/\/www.serimag.com\/2017\/08\/25\/neural-networks-autonomous-learning\/"},"modified":"2019-03-11T16:12:38","modified_gmt":"2019-03-11T15:12:38","slug":"neural-networks-autonomous-learning","status":"publish","type":"post","link":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/","title":{"rendered":"Neural Networks &#8211; Autonomous learning"},"content":{"rendered":"\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-jt4goctk-e0fff771d7629612c70cb1346f4a09b5\">\n.avia-section.av-jt4goctk-e0fff771d7629612c70cb1346f4a09b5{\nbackground-repeat:no-repeat;\nbackground-image:url(https:\/\/serimagmedia.com\/wp-content\/uploads\/2016\/06\/aprendizaje-autonomo-180x180.jpg);\nbackground-position:50% 50%;\nbackground-attachment:scroll;\n}\n.avia-section.av-jt4goctk-e0fff771d7629612c70cb1346f4a09b5 .av-section-color-overlay{\nopacity:0.8;\nbackground-color:#73b6d6;\n}\n<\/style>\n<div id='av_section_1'  class='avia-section av-jt4goctk-e0fff771d7629612c70cb1346f4a09b5 main_color avia-section-huge avia-no-border-styling  avia-builder-el-0  el_before_av_textblock  avia-builder-el-first  avia-full-stretch avia-bg-style-scroll av-section-color-overlay-active container_wrap fullsize'  data-section-bg-repeat='stretch'><div class=\"av-section-color-overlay-wrap\"><div class=\"av-section-color-overlay\"><\/div><div class='container av-section-cont-open' ><main  role=\"main\" itemprop=\"mainContentOfPage\"  class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-55849'><div class='entry-content-wrapper clearfix'>\n\n<style type=\"text\/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-jt4gp7up-b1371fcdf86106b61fa5fa4d8b37ab6c\">\n#top .av-special-heading.av-jt4gp7up-b1371fcdf86106b61fa5fa4d8b37ab6c{\npadding-bottom:10px;\ncolor:#ffffff;\nfont-size:50px;\n}\nbody .av-special-heading.av-jt4gp7up-b1371fcdf86106b61fa5fa4d8b37ab6c .av-special-heading-tag .heading-char{\nfont-size:25px;\n}\n#top #wrap_all .av-special-heading.av-jt4gp7up-b1371fcdf86106b61fa5fa4d8b37ab6c .av-special-heading-tag{\nfont-size:50px;\n}\n.av-special-heading.av-jt4gp7up-b1371fcdf86106b61fa5fa4d8b37ab6c .special-heading-inner-border{\nborder-color:#ffffff;\n}\n.av-special-heading.av-jt4gp7up-b1371fcdf86106b61fa5fa4d8b37ab6c .av-subheading{\nfont-size:15px;\n}\n\n@media only screen and (min-width: 480px) and (max-width: 767px){ \n#top #wrap_all .av-special-heading.av-jt4gp7up-b1371fcdf86106b61fa5fa4d8b37ab6c .av-special-heading-tag{\nfont-size:0.8em;\n}\n}\n\n@media only screen and (max-width: 479px){ \n#top #wrap_all .av-special-heading.av-jt4gp7up-b1371fcdf86106b61fa5fa4d8b37ab6c .av-special-heading-tag{\nfont-size:0.8em;\n}\n}\n<\/style>\n<div  class='av-special-heading av-jt4gp7up-b1371fcdf86106b61fa5fa4d8b37ab6c av-special-heading-h6 custom-color-heading blockquote modern-quote modern-centered  avia-builder-el-1  avia-builder-el-no-sibling  av-inherit-size'><h6 class='av-special-heading-tag '  itemprop=\"headline\"  >Neural Networks &#8211; Autonomous learning<\/h6><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"><\/div><\/div><\/div>\n<\/div><\/div><\/main><!-- close content main element --><\/div><\/div><\/div><div id='after_section_1'  class='main_color av_default_container_wrap container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-55849'><div class='entry-content-wrapper clearfix'><section  class='av_textblock_section av-av_textblock-445188a952fb265869ea404d0e52fad7 '   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/BlogPosting\" itemprop=\"blogPost\" ><div class='avia_textblock'  itemprop=\"text\" ><p>Neural networks are a family of <strong>machine learning-oriented algorithms<\/strong> (methods and software). As such, neural networks differ from traditional expert systems in that they generate their own knowledge without the need to implement ad hoc rules for their learning.<\/p>\n<p><!--more--><\/p>\n<p>Neural networks are composed, basically, of 2 elements: neurons (computational units) and connections between neurons. Depending on the problem to be solved, it is necessary to choose a type of neuron and a diagram of connections. We can understand this process as the equivalent of choosing, according to its characteristics, the individual with the most potential to solve our problem.<\/p>\n<p>We already have our candidate, we have designed its neurons and we have interconnected them. The next step is to exploit its potential, i.e. to teach it. To do this we will have to choose a learning and correction method. This stage also bears some similarity to how a cognitive being is taught. In general, we teach a neural network empirically, by showing examples, asking its verdict on these and finally showing it what response we thought was correct so that it can correct itself in case of any discrepancy (unlike expert systems, which must be loaded with knowledge beforehand if we want them to execute actions or give verdicts).<\/p>\n<p style=\"text-align: justify;\">If during its learning we send confusing signals to the neural network or do not educate it properly about how to correct its mistakes, we will obtain a hesitant and error-prone individual. If, on the other hand, when it makes a mistake, we show it an unambiguous way of correcting its mistakes and we maintain a minimum level of consistency in the verdicts we expect from it, we will have a robust system capable of dealing with uncertainty and accurate answers.<\/p>\n<p>So, in addition to considering which neurons we will use and how we connect them, we must consider how we will instruct the system. By defining these 3 aspects we will obtain a fully functional network, able to solve problems as varied as:<\/p>\n<ul style=\"text-align: justify;\">\n<li style=\"list-style-type: none;\">\n<ul style=\"text-align: justify;\">\n<li><a href=\"http:\/\/www.lavanguardia.com\/local\/sevilla\/20160302\/40144245507\/terremotos-andalucia-metodo-mar-alboran-cadiz.html\">Earthquake detection<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<ul style=\"text-align: justify;\">\n<li style=\"list-style-type: none;\">\n<ul style=\"text-align: justify;\">\n<li><a href=\"https:\/\/www.fayerwayer.com\/2015\/07\/gmail-spam\/\">Spam detection<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<ul style=\"text-align: justify;\">\n<li style=\"list-style-type: none;\">\n<ul style=\"text-align: justify;\">\n<li><a href=\"http:\/\/www.conacytprensa.mx\/index.php\/tecnologia\/transportes\/6707-estudiante-mexicano-optimizara-vuelo-de-drones-a-traves-de-redes-neuronales\">Autonomous drone navigation<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<ul style=\"text-align: justify;\">\n<li style=\"list-style-type: none;\">\n<ul style=\"text-align: justify;\">\n<li><a href=\"http:\/\/www.uam.es\/ss\/Satellite\/es\/1242652871049\/1242694824025\/notcientifica\/notCientific\/Un_algoritmo,_inspirado_en_el_funcionamiento_del_cerebro_humano,_es_capaz_de_reconocer,_de_forma_aut.htm\">Voice recognition<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Especially in highly complex environments, the ability to develop its own rules becomes indispensable. Reviewing the list of examples above we can imagine how having to summarize specific rules with respect to the randomness of the obstacles that a drone might find in its path would be unfeasible. The number of scenarios in which the apparatus might find itself, ways to negotiate situations, and the meteorological contexts that it should deal with would make it necessary to define a huge set of rules to guide its movement effectively. The same thing happens when we consider transcribing conversations automatically. The amount of intonations, timbres, noises and cadences that we can find is such that it would not be feasible to consciously construct a set of specific rules to govern each situation and it would be even less likely to expect the result to be effective.<\/p>\n<p>At Serimag Media we know the advantages of these types of tools and algorithms. Their implementation in recent years in different processes of the Automatic Document Processing (TAAD) platform has allowed a significant increase in the automation, reliability and accuracy of our production processes.<\/p>\n<p>A clear case is the localization of relevant tax data. This is a case in which in optimal digitization conditions traditional expert systems are able to produce reasonable results at the expense of certain disadvantages. For example:<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-6908\" title=\"Neural Networks\" src=\"https:\/\/www.serimag.com\/wp-content\/uploads\/2016\/06\/tributo1.jpg\" alt=\"Neural Networks\" width=\"665\" height=\"340\" \/><\/p>\n<p>In this case the aim is to capture the NIF (tax ID) of the declarant. A traditional expert system could search for the word &#8220;NIF&#8221; and move to certain coordinates where you could potentially find the desired data.<\/p>\n<p>In this other case we want to find the tax year. Another way to approach the problem for a conventional expert system would be to look for a particular very visually characteristic box (in this case with a blue outline) and once the box is located to scroll to another location from this one to find the year:<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-6909\" title=\"Neural Networks\" src=\"https:\/\/www.serimag.com\/wp-content\/uploads\/2016\/06\/tributo2.jpg\" alt=\"Neural Networks\" width=\"610\" height=\"354\" \/><\/p>\n<p>These methods, although effective in theory, run into conflict with the current policy of digitization, where decentralization prevails and quality control is therefore a disadvantage. Expert methods depend heavily on this homogenization. If the quality is low or heterogeneous, the word &#8220;NIF&#8221; in the first example could be illegible, jeopardizing the capture of the corresponding data. Similarly, in the second example, the box that is used as an anchor for the capture could have shadows, rotations, rescaling or brightness that would hinder localization of the box and the data that depends on it.<\/p>\n<p>Neural networks, by contrast, when learning with real documentation, with its imperfections and deviations, adapt to the digitalization scenario of the customer and react in a much more satisfactory and robust way in spite of the disturbances that scanning may cause. Neural networks can learn to localize the data without relying on another specific capture, region or box. Instead of this they analyse the appearance of the entire page and autonomously determine which elements are more relevant to deduce the location of the data to be captured. Thus, the same neural network is able to work with several types of pages and the same neural network applies certain strategies depending on the page in question, without it being necessary to explain the type of page involved. All this ultimately results in flexible, highly reliable systems and a greater competitive advantage for the client.<\/p>\n<p>We must also take into account that the documentation we are dealing with in many cases is not generated by the client but third parties not involved in the operation to be evaluated. This makes it increasingly likely that changes will occur to it and that control over the appearance of these variations will require even greater monitoring of the process. Faced with a change of this type an expert system would require an analyst to review the defined anchor points and the keywords in order to capture the data again. With TAAD it is sufficient to re-train the system with new examples processed manually so that these rules are self-generating, making the updates much simpler and more efficient.<\/p>\n<p>At Serimag Media we have acquired the necessary know-how for the implementation of techniques based on machine learning with which to satisfy all the expectations and needs of our customers: efficient implementation, precision and adaptability to the particularities of each process.<\/p>\n<p>Author: Daniel Garrido, Project Manager at Serimag<\/p>\n<p><a href=\"https:\/\/www.serimag.com\">www.serimag.com<\/a><\/p>\n<\/div><\/section><\/p>\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_2'  class='avia-section av-av_section-3ef07c12a2bb1670acbb6a6393332f22 main_color avia-section-default avia-no-border-styling  avia-builder-el-3  el_after_av_textblock  el_before_av_section  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-55849'><div class='entry-content-wrapper clearfix'>\n<\/div><\/div><\/div><!-- close content main div --><\/div><\/div><div id='av_section_3'  class='avia-section av-av_section-3ef07c12a2bb1670acbb6a6393332f22 main_color avia-section-default avia-no-border-styling  avia-builder-el-4  el_after_av_section  avia-builder-el-last  avia-bg-style-scroll container_wrap fullsize'  ><div class='container av-section-cont-open' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-55849'><div class='entry-content-wrapper clearfix'>\n","protected":false},"excerpt":{"rendered":"<p>Neural networks are a family of machine learning-oriented algorithms (methods and software). As such, neural networks differ from traditional expert systems in that they generate their own knowledge without the need to implement ad hoc rules for their learning.<\/p>\n","protected":false},"author":3,"featured_media":58931,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[128],"tags":[],"class_list":["post-55849","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Neural Networks - Autonomous learning - serimagmedia<\/title>\n<meta name=\"description\" content=\"Neural networks are a family of machine learning-oriented algorithms (methods and software). As such, neural networks differ from traditional expert systems\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Neural Networks - Autonomous learning - serimagmedia\" \/>\n<meta property=\"og:description\" content=\"Neural networks are a family of machine learning-oriented algorithms (methods and software). As such, neural networks differ from traditional expert systems\" \/>\n<meta property=\"og:url\" content=\"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/\" \/>\n<meta property=\"og:site_name\" content=\"serimagmedia\" \/>\n<meta property=\"article:published_time\" content=\"2017-06-21T09:54:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-11T15:12:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/serimagmedia.com\/wp-content\/uploads\/2016\/06\/aprendizaje-autonomo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Serimag\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@serimag\" \/>\n<meta name=\"twitter:site\" content=\"@serimag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Serimag\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/\"},\"author\":{\"name\":\"Serimag\",\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/#\\\/schema\\\/person\\\/174caa3d7a7525098e32a6239c41fb9a\"},\"headline\":\"Neural Networks &#8211; Autonomous learning\",\"datePublished\":\"2017-06-21T09:54:17+00:00\",\"dateModified\":\"2019-03-11T15:12:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/\"},\"wordCount\":1438,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/serimagmedia.com\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/aprendizaje-autonomo.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/\",\"url\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/\",\"name\":\"Neural Networks - Autonomous learning - serimagmedia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/serimagmedia.com\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/aprendizaje-autonomo.jpg\",\"datePublished\":\"2017-06-21T09:54:17+00:00\",\"dateModified\":\"2019-03-11T15:12:38+00:00\",\"description\":\"Neural networks are a family of machine learning-oriented algorithms (methods and software). As such, neural networks differ from traditional expert systems\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/#primaryimage\",\"url\":\"https:\\\/\\\/serimagmedia.com\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/aprendizaje-autonomo.jpg\",\"contentUrl\":\"https:\\\/\\\/serimagmedia.com\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/aprendizaje-autonomo.jpg\",\"width\":1200,\"height\":1200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/neural-networks-autonomous-learning\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/serimagmedia.com\\\/en\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Neural Networks &#8211; Autonomous learning\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/#website\",\"url\":\"https:\\\/\\\/serimagmedia.com\\\/\",\"name\":\"serimagmedia\",\"description\":\"Base WP\",\"publisher\":{\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/serimagmedia.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/#organization\",\"name\":\"Serimag\",\"url\":\"https:\\\/\\\/serimagmedia.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/serimagmedia.com\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/logoSerimagBox.png\",\"contentUrl\":\"https:\\\/\\\/serimagmedia.com\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/logoSerimagBox.png\",\"width\":250,\"height\":80,\"caption\":\"Serimag\"},\"image\":{\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/serimag\",\"http:\\\/\\\/linkedin.com\\\/company\\\/serimag\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC6EIa_EoTHG064U0O_OHnYQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/serimagmedia.com\\\/#\\\/schema\\\/person\\\/174caa3d7a7525098e32a6239c41fb9a\",\"name\":\"Serimag\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a701974ccd2f3f2194449bcc5baa38f8e6ae94e0ccc8789ff2a8a142fed6a3e1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a701974ccd2f3f2194449bcc5baa38f8e6ae94e0ccc8789ff2a8a142fed6a3e1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a701974ccd2f3f2194449bcc5baa38f8e6ae94e0ccc8789ff2a8a142fed6a3e1?s=96&d=mm&r=g\",\"caption\":\"Serimag\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Neural Networks - Autonomous learning - serimagmedia","description":"Neural networks are a family of machine learning-oriented algorithms (methods and software). As such, neural networks differ from traditional expert systems","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/","og_locale":"en_US","og_type":"article","og_title":"Neural Networks - Autonomous learning - serimagmedia","og_description":"Neural networks are a family of machine learning-oriented algorithms (methods and software). As such, neural networks differ from traditional expert systems","og_url":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/","og_site_name":"serimagmedia","article_published_time":"2017-06-21T09:54:17+00:00","article_modified_time":"2019-03-11T15:12:38+00:00","og_image":[{"width":1200,"height":1200,"url":"https:\/\/serimagmedia.com\/wp-content\/uploads\/2016\/06\/aprendizaje-autonomo.jpg","type":"image\/jpeg"}],"author":"Serimag","twitter_card":"summary_large_image","twitter_creator":"@serimag","twitter_site":"@serimag","twitter_misc":{"Written by":"Serimag","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/#article","isPartOf":{"@id":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/"},"author":{"name":"Serimag","@id":"https:\/\/serimagmedia.com\/#\/schema\/person\/174caa3d7a7525098e32a6239c41fb9a"},"headline":"Neural Networks &#8211; Autonomous learning","datePublished":"2017-06-21T09:54:17+00:00","dateModified":"2019-03-11T15:12:38+00:00","mainEntityOfPage":{"@id":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/"},"wordCount":1438,"commentCount":0,"publisher":{"@id":"https:\/\/serimagmedia.com\/#organization"},"image":{"@id":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/#primaryimage"},"thumbnailUrl":"https:\/\/serimagmedia.com\/wp-content\/uploads\/2016\/06\/aprendizaje-autonomo.jpg","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/","url":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/","name":"Neural Networks - Autonomous learning - serimagmedia","isPartOf":{"@id":"https:\/\/serimagmedia.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/#primaryimage"},"image":{"@id":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/#primaryimage"},"thumbnailUrl":"https:\/\/serimagmedia.com\/wp-content\/uploads\/2016\/06\/aprendizaje-autonomo.jpg","datePublished":"2017-06-21T09:54:17+00:00","dateModified":"2019-03-11T15:12:38+00:00","description":"Neural networks are a family of machine learning-oriented algorithms (methods and software). As such, neural networks differ from traditional expert systems","breadcrumb":{"@id":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/#primaryimage","url":"https:\/\/serimagmedia.com\/wp-content\/uploads\/2016\/06\/aprendizaje-autonomo.jpg","contentUrl":"https:\/\/serimagmedia.com\/wp-content\/uploads\/2016\/06\/aprendizaje-autonomo.jpg","width":1200,"height":1200},{"@type":"BreadcrumbList","@id":"https:\/\/serimagmedia.com\/en\/neural-networks-autonomous-learning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/serimagmedia.com\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Neural Networks &#8211; Autonomous learning"}]},{"@type":"WebSite","@id":"https:\/\/serimagmedia.com\/#website","url":"https:\/\/serimagmedia.com\/","name":"serimagmedia","description":"Base WP","publisher":{"@id":"https:\/\/serimagmedia.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/serimagmedia.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/serimagmedia.com\/#organization","name":"Serimag","url":"https:\/\/serimagmedia.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/serimagmedia.com\/#\/schema\/logo\/image\/","url":"https:\/\/serimagmedia.com\/wp-content\/uploads\/2019\/02\/logoSerimagBox.png","contentUrl":"https:\/\/serimagmedia.com\/wp-content\/uploads\/2019\/02\/logoSerimagBox.png","width":250,"height":80,"caption":"Serimag"},"image":{"@id":"https:\/\/serimagmedia.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/serimag","http:\/\/linkedin.com\/company\/serimag","https:\/\/www.youtube.com\/channel\/UC6EIa_EoTHG064U0O_OHnYQ"]},{"@type":"Person","@id":"https:\/\/serimagmedia.com\/#\/schema\/person\/174caa3d7a7525098e32a6239c41fb9a","name":"Serimag","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a701974ccd2f3f2194449bcc5baa38f8e6ae94e0ccc8789ff2a8a142fed6a3e1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a701974ccd2f3f2194449bcc5baa38f8e6ae94e0ccc8789ff2a8a142fed6a3e1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a701974ccd2f3f2194449bcc5baa38f8e6ae94e0ccc8789ff2a8a142fed6a3e1?s=96&d=mm&r=g","caption":"Serimag"}}]}},"_links":{"self":[{"href":"https:\/\/serimagmedia.com\/en\/wp-json\/wp\/v2\/posts\/55849","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serimagmedia.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serimagmedia.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serimagmedia.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/serimagmedia.com\/en\/wp-json\/wp\/v2\/comments?post=55849"}],"version-history":[{"count":0,"href":"https:\/\/serimagmedia.com\/en\/wp-json\/wp\/v2\/posts\/55849\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/serimagmedia.com\/en\/wp-json\/wp\/v2\/media\/58931"}],"wp:attachment":[{"href":"https:\/\/serimagmedia.com\/en\/wp-json\/wp\/v2\/media?parent=55849"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serimagmedia.com\/en\/wp-json\/wp\/v2\/categories?post=55849"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serimagmedia.com\/en\/wp-json\/wp\/v2\/tags?post=55849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}