{"id":1566,"date":"2019-09-25T14:52:11","date_gmt":"2019-09-25T14:52:11","guid":{"rendered":"https:\/\/www.gravityjack.com\/?p=1566"},"modified":"2023-11-28T14:52:41","modified_gmt":"2023-11-28T14:52:41","slug":"machine-learning-development","status":"publish","type":"post","link":"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/","title":{"rendered":"Creating Artificial Intelligence Through Machine Learning"},"content":{"rendered":"\n<h5 class=\"wp-block-heading\">Artificial Intelligence<\/h5>\n\n\n\n<p>It&#8217;s safe to assume most of us know that AI stands for Artificial intelligence. Due to major blockbuster movies such as \u201cThe Terminator\u201d or TV programs like \u201cBattleStar Galactica\u201d, what AI actually entails and how it currently affects our daily lives is less clear. In general, and more specifically to our work here at Gravity Jack, AI is the field of computer science that tries to make programs that are more or less \u201cintelligent\u201d through machine learning.<\/p>\n\n\n<div class=\"wp-block-image size-medium wp-image-8239\">\n<figure class=\"alignright size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Artifical-Intelligence-1-300x169-1.jpg\" alt=\"\" class=\"wp-image-1567\" srcset=\"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Artifical-Intelligence-1-300x169-1.jpg 300w, https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Artifical-Intelligence-1-300x169-1-150x85.jpg 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><figcaption class=\"wp-element-caption\">What many believe is the end goal of AI.<\/figcaption><\/figure><\/div>\n\n\n<p>For example, consider all the things that we humans can do: talk, read, plan, drive, etc. When you think about it, humans are quite remarkable creatures in the wide variety of tasks that we can<\/p>\n\n\n\n<p>accomplish, many without any effort whatsoever. You are reading right now without having to spend too much thought on it! We could almost type anything and you would effortlessly continue to read it much like you are doing right now.<\/p>\n\n\n\n<p>However, AI seeks to allow computing machinery to perform these same tasks with human-level or greater performance. In this context, \u201cintelligent\u201d simply means performance at a human level. In fact, <a href=\"https:\/\/en.wikipedia.org\/wiki\/Turing_test\" target=\"_blank\" rel=\"noreferrer noopener\">one clever computer scientist<\/a> once defined intelligent behavior as behavior that was indistinguishable from human behavior (insert joke here about whether humans are considered intelligent). What AI does not specify is how we are to achieve this goal, and it&#8217;s this very question leads us to machine learning.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Machine Learning In A Nutshell<\/strong><\/h5>\n\n\n\n<p>Machine Learning (ML) is a subfield of AI, it shares the same goals as AI &#8212; human-level performance &#8212; but specifies a set of techniques.&nbsp; In these techniques, the program or algorithm does not know how to perform the task for which it is developed. Rather, over time, it forms an idea of how to approach the task. In order to make this concept more concrete, we will describe a task: a breast cancer diagnosis. This is a task that is traditionally accomplished via a human expert, a doctor. The doctor receives a sample of suspect tissue (called a biopsy) and then uses their experience to render a diagnosis (malignant or benign).<\/p>\n\n\n\n<p>Imagine writing a computer program that performs breast cancer diagnosis. To make things easier on the programmer, it won\u2019t be necessary for the program to examine raw biopsies. Instead, the program can look at <a href=\"https:\/\/archive.ics.uci.edu\/ml\/datasets\/Breast+Cancer+Wisconsin+(Diagnostic)\" target=\"_blank\" rel=\"noreferrer noopener\">laboratory provided numerical data<\/a> about biopsies from a file. One approach that the programmer could take is to find an expert. Once this expert is in hand, the programmer would ask the expert to try and explain their evaluation process and then write a program that encapsulates the expert\u2019s knowledge. Such an algorithm could look like this:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>If the average perimeter of the cells is less than .05 units, then output malignant.&nbsp;<\/em><\/li>\n\n\n\n<li><em>If the average perimeter of the cells is greater than 1 unit, then output benign.<\/em><\/li>\n\n\n\n<li><em>If the average width of the cells is less than .06 units, then output benign.<\/em><\/li>\n\n\n\n<li><em>And so on.<\/em><\/li>\n<\/ul>\n\n\n\n<p>This collection of rules is often called \u201cexpert system\u201d. Notice that the algorithm contains pretty precise information about how it will accomplish the task of diagnosis. These rules are provided for the program through the code that is written.<\/p>\n\n\n\n<p>Now, what if the programmer didn\u2019t have access to an expert, how would they get the information that is needed? They could become experts themselves! Well, sorta. Imagine that the programmer was provided with a file of 150 biopsies. For each biopsy, the file contains 10 different values describing that biopsy.&nbsp; Each biopsy is further marked as being malignant or benign. This marking of malignant or benign is called the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Ground_truth\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>ground truth<\/strong> or <strong>the truth<\/strong><\/a> for the example.<\/p>\n\n\n\n<p>What the programmer can do is look through the data and see if they are able to spot any patterns. Perhaps some quick sorting of the data would allow the programmer to find one or two rules that they then could encode into an algorithm. The algorithm would look pretty similar to the expert system above, and indeed, is still an expert system. The difference is that the programmer had to discover or learn the rules from previous data before they could code them up.<\/p>\n\n\n\n<p>Wouldn\u2019t it be nice if we could write a program that could look at the same data that the programmer looked at and then have that program output a set of rules on its own? Could we write a program that learns the rules needed for a successful diagnosis? The answer is yes, enter Machine Learning.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"1024\" height=\"531\" src=\"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/What-is-AI-2-1-1024x531-1.jpg\" alt=\"\" class=\"wp-image-1568\" srcset=\"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/What-is-AI-2-1-1024x531-1.jpg 1024w, https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/What-is-AI-2-1-1024x531-1-485x251.jpg 485w, https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/What-is-AI-2-1-1024x531-1-500x259.jpg 500w, https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/What-is-AI-2-1-1024x531-1-800x415.jpg 800w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n<h5 class=\"wp-block-heading\">Machine Learning for Friends<\/h5>\n\n\n\n<p>In most machine learning scenarios, there are two components: the learning algorithm and the <strong>model<\/strong>. The model is the algorithm or program that accomplishes the main task.&nbsp; In our cancer diagnosis above, we seek a model to input information about a biopsy and output a diagnosis. The job of the <strong>learning algorithm<\/strong> is to find and output a good model.<\/p>\n\n\n\n<p>Of crucial importance to most ML tasks is the dataset, which contains sample inputs and their sample outputs. &nbsp; In our example above, the dataset was the file that contained 150 sample biopsies.&nbsp; Importantly, each sample was also marked to identify if it was malignant or benign.&nbsp; Now, interestingly enough, not all datasets come labeled with sample outputs. Those that do are said to be ready for <strong><a href=\"https:\/\/machinelearningmastery.com\/supervised-and-unsupervised-machine-learning-algorithms\/\" target=\"_blank\" rel=\"noreferrer noopener\">supervised learning<\/a><\/strong><strong>.<\/strong>&nbsp; Think of it as a supervisor or overseer in charge of the data who is responsible for marking the outputs accurately.&nbsp; In unsupervised learning, the dataset is not marked with what the sample output should be because there is no supervisor to indicate the correct behavior.&nbsp;<\/p>\n\n\n\n<p>Thankfully, our breast cancer dataset is marked with the correct diagnosis, so we can easily use supervised learning.&nbsp; A great deal of effort often goes into creating and curating a dataset. <a href=\"https:\/\/www.infoworld.com\/article\/3228245\/the-80-20-data-science-dilemma.html\" target=\"_blank\" rel=\"noreferrer noopener\">Some ML practitioners say<\/a> that 80% of a machine learning project is tied up in creating the dataset &#8212; a number the engineers here at Gravity Jack agree with.&nbsp;<\/p>\n\n\n\n<p>So, our process now is: create a dataset, feed the dataset to a learning algorithm, the learning algorithm outputs a model, and then use the model to perform the task.&nbsp; This process of feeding a dataset to a learning algorithm and outputting a model is called <strong>training<\/strong>.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>How Good is the Model?<\/strong><\/h5>\n\n\n\n<p>Now, imagine we have trained a model, but before we send it off to do its work (called deployment), it\u2019s important to account for how well it&#8217;s performing.&nbsp; This turns out to be quite a big topic, one we will handle it briefly and delicately.&nbsp;<\/p>\n\n\n\n<p>There are several ways we can see how well the model is doing.&nbsp; The first is to take the model and run it on the dataset. From there, we can directly compare our model\u2019s prediction on each biopsy to the sample\u2019s correct diagnosis.&nbsp; Since this is the same dataset that our model was trained on, favorable results are to be expected.&nbsp;&nbsp;<\/p>\n\n\n\n<p>For fun, let us think of our model as a student trying to learn addition.&nbsp; We present the student with example problems to learn, and then follow those examples with a test to track comprehension. If they do well on the test, then can we say with confidence that they will be able to solve any future addition problems? Not necessarily.&nbsp;&nbsp;<\/p>\n\n\n\n<p>What if the student just memorized the answers to their practice problems?&nbsp; When they get their exam, all they need to do is write down the answers they memorized.&nbsp; There is no need for this student to do any addition. The student will still get a good grade on the exam, but what happens when the student is faced with similar, but distinct, math problems in the future? What we really want is for the student to learn a concept that they can apply to future problems. We want the same for the trained models (AKA good model <strong><a href=\"https:\/\/developers.google.com\/machine-learning\/crash-course\/generalization\/video-lecture\" target=\"_blank\" rel=\"noreferrer noopener\">generalization<\/a><\/strong>).<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"512\" height=\"106\" src=\"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/math-1.jpeg\" alt=\"\" class=\"wp-image-1569\" srcset=\"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/math-1.jpeg 512w, https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/math-1-485x100.jpeg 485w, https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/math-1-500x104.jpeg 500w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/><\/figure><\/div>\n\n\n<p>What we want is to give our imagined student a test composed of similar, but different math problems than what they practiced on. That way, if a student learns the principles of addition, they will do well on an exam with new problems about addition. In ML this translates to one dataset for training the model, and another for testing the model. These two datasets are called the training set and the testing set. The usual method for creating these two sets is to randomly split the original dataset into the <strong>training set<\/strong> and <strong>testing set<\/strong>.&nbsp; Usually, the testing set is about 80% of the original dataset and the remaining 20% is the testing set.&nbsp;<\/p>\n\n\n\n<p>So now the process is: create a data set, split it into a training and testing set, feed the testing set to the learning algorithm, the learning algorithm then outputs the model, and then test the model using the testing set.<\/p>\n\n\n\n<p>Some practitioners take this one step further. &nbsp; They worry that the split into training and testing sets may have created a set that contains too many \u201ceasy questions\u201d or too many \u201chard questions.\u201d&nbsp; In order to correct for fortunate or unfortunate splits, they perform the split, train, test portion of the pipeline many times over and aggregate the testing results in a process called <strong>cross-validation<\/strong>.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Where Next?<\/h5>\n\n\n\n<p>Phew! We know that is a lot of information to take in, but it\u2019s the foundation for all things Machine Learning and a critical step for many of the projects we work on at Gravity Jack. If you\u2019re interested in taking what was discussed here a step further,&nbsp; we recommend spending some time learning a few machine learning <a href=\"http:\/\/www.cs.cmu.edu\/~tom\/mlbook.html\" target=\"_blank\" rel=\"noreferrer noopener\">algorithms<\/a> such as <a href=\"http:\/\/aima.cs.berkeley.edu\/\" target=\"_blank\" rel=\"noreferrer noopener\">Nearest Neighbor and Decision Trees<\/a>.&nbsp;&nbsp;<\/p>\n\n\n\n<p>If you want to see what all the <a href=\"https:\/\/www.deeplearningbook.org\" target=\"_blank\" rel=\"noreferrer noopener\">Deep Learning<\/a> fuss is about, check out some neural network basics &#8212; we recommend starting with the <a href=\"https:\/\/www.simplilearn.com\/what-is-perceptron-tutorial\" target=\"_blank\" rel=\"noreferrer noopener\">Perceptron<\/a> then working through <a href=\"https:\/\/medium.com\/datathings\/neural-networks-and-backpropagation-explained-in-a-simple-way-f540a3611f5e\" target=\"_blank\" rel=\"noreferrer noopener\">Back Propagation and Stochastic Gradient Descent<\/a> after that.&nbsp; Additionally, there are some tools that allow you to experiment with these concepts, we recommend <a href=\"https:\/\/scikit-learn.org\/stable\/\" target=\"_blank\" rel=\"noreferrer noopener\">python\u2019s scikit-learn<\/a>.<\/p>\n\n\n\n<p>Not to worry, our deep dive into AI and machine learning doesn\u2019t stop here! We are working on many more blog posts that take an even deeper dive into these topics, including network attribution. Stay tuned as we will be posting them in the coming weeks! Have questions about our process and how it works? Feel free <a href=\"https:\/\/gravityjack.com\/contact\" target=\"_blank\" rel=\"noreferrer noopener\">to contact<\/a> us and we would be happy to answer any of your questions.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Artificial Intelligence It&#8217;s safe to assume most of us know that AI stands for Artificial intelligence. Due to major blockbuster movies such as \u201cThe Terminator\u201d or TV programs like \u201cBattleStar Galactica\u201d, what AI actually entails and how it currently affects our daily lives is less clear. In general, and more specifically to our work here <a href=\"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/\" class=\"more-link\">&#8230;<span class=\"screen-reader-text\">  Creating Artificial Intelligence Through Machine Learning<\/span><\/a><\/p>\n","protected":false},"author":9,"featured_media":1570,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-1566","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Creating Artificial Intelligence Through Machine Learning<\/title>\n<meta name=\"description\" content=\"What is machine learning? Does it relate to artificial intelligence? Gravity Jack&#039;s engineers provide insight into how these technologies are developed.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating Artificial Intelligence Through Machine Learning\" \/>\n<meta property=\"og:description\" content=\"What is machine learning? Does it relate to artificial intelligence? Gravity Jack&#039;s engineers provide insight into how these technologies are developed.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/\" \/>\n<meta property=\"og:site_name\" content=\"Gravity Jack\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-25T14:52:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-28T14:52:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Machine-Learning-Development-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"344\" \/>\n\t<meta property=\"og:image:height\" content=\"194\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Gravity Admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gravity Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/\",\"url\":\"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/\",\"name\":\"Creating Artificial Intelligence Through Machine Learning\",\"isPartOf\":{\"@id\":\"https:\/\/www.gravityjack.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Machine-Learning-Development-1.jpg\",\"datePublished\":\"2019-09-25T14:52:11+00:00\",\"dateModified\":\"2023-11-28T14:52:41+00:00\",\"author\":{\"@id\":\"https:\/\/www.gravityjack.com\/#\/schema\/person\/63c79a7e30c630a69e6e003ef7476fcc\"},\"description\":\"What is machine learning? Does it relate to artificial intelligence? Gravity Jack's engineers provide insight into how these technologies are developed.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/#primaryimage\",\"url\":\"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Machine-Learning-Development-1.jpg\",\"contentUrl\":\"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Machine-Learning-Development-1.jpg\",\"width\":344,\"height\":194},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.gravityjack.com\/#website\",\"url\":\"https:\/\/www.gravityjack.com\/\",\"name\":\"Gravity Jack\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.gravityjack.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.gravityjack.com\/#\/schema\/person\/63c79a7e30c630a69e6e003ef7476fcc\",\"name\":\"Gravity Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gravityjack.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/aa3d42e00068a5cdefa39bab3155196c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/aa3d42e00068a5cdefa39bab3155196c?s=96&d=mm&r=g\",\"caption\":\"Gravity Admin\"},\"url\":\"https:\/\/www.gravityjack.com\/author\/gjmagravityjack-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating Artificial Intelligence Through Machine Learning","description":"What is machine learning? Does it relate to artificial intelligence? Gravity Jack's engineers provide insight into how these technologies are developed.","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:\/\/www.gravityjack.com\/news\/machine-learning-development\/","og_locale":"en_US","og_type":"article","og_title":"Creating Artificial Intelligence Through Machine Learning","og_description":"What is machine learning? Does it relate to artificial intelligence? Gravity Jack's engineers provide insight into how these technologies are developed.","og_url":"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/","og_site_name":"Gravity Jack","article_published_time":"2019-09-25T14:52:11+00:00","article_modified_time":"2023-11-28T14:52:41+00:00","og_image":[{"width":344,"height":194,"url":"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Machine-Learning-Development-1.jpg","type":"image\/jpeg"}],"author":"Gravity Admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Gravity Admin","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/","url":"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/","name":"Creating Artificial Intelligence Through Machine Learning","isPartOf":{"@id":"https:\/\/www.gravityjack.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/#primaryimage"},"image":{"@id":"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Machine-Learning-Development-1.jpg","datePublished":"2019-09-25T14:52:11+00:00","dateModified":"2023-11-28T14:52:41+00:00","author":{"@id":"https:\/\/www.gravityjack.com\/#\/schema\/person\/63c79a7e30c630a69e6e003ef7476fcc"},"description":"What is machine learning? Does it relate to artificial intelligence? Gravity Jack's engineers provide insight into how these technologies are developed.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gravityjack.com\/news\/machine-learning-development\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gravityjack.com\/news\/machine-learning-development\/#primaryimage","url":"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Machine-Learning-Development-1.jpg","contentUrl":"https:\/\/www.gravityjack.com\/wp-content\/uploads\/2023\/11\/Machine-Learning-Development-1.jpg","width":344,"height":194},{"@type":"WebSite","@id":"https:\/\/www.gravityjack.com\/#website","url":"https:\/\/www.gravityjack.com\/","name":"Gravity Jack","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gravityjack.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.gravityjack.com\/#\/schema\/person\/63c79a7e30c630a69e6e003ef7476fcc","name":"Gravity Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gravityjack.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/aa3d42e00068a5cdefa39bab3155196c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/aa3d42e00068a5cdefa39bab3155196c?s=96&d=mm&r=g","caption":"Gravity Admin"},"url":"https:\/\/www.gravityjack.com\/author\/gjmagravityjack-com\/"}]}},"_links":{"self":[{"href":"https:\/\/www.gravityjack.com\/wp-json\/wp\/v2\/posts\/1566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gravityjack.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gravityjack.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gravityjack.com\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gravityjack.com\/wp-json\/wp\/v2\/comments?post=1566"}],"version-history":[{"count":0,"href":"https:\/\/www.gravityjack.com\/wp-json\/wp\/v2\/posts\/1566\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.gravityjack.com\/wp-json\/wp\/v2\/media\/1570"}],"wp:attachment":[{"href":"https:\/\/www.gravityjack.com\/wp-json\/wp\/v2\/media?parent=1566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gravityjack.com\/wp-json\/wp\/v2\/categories?post=1566"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gravityjack.com\/wp-json\/wp\/v2\/tags?post=1566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}