{"id":10086,"date":"2020-05-06T15:43:31","date_gmt":"2020-05-06T10:13:31","guid":{"rendered":"https:\/\/www.botreetechnologies.com\/blog\/?p=10086"},"modified":"2026-03-27T16:34:52","modified_gmt":"2026-03-27T11:04:52","slug":"what-is-machine-learning-how-it-works-and-why-it-matters","status":"publish","type":"post","link":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/","title":{"rendered":"What is Machine learning? How It Works and Why It Matters"},"content":{"rendered":"\n<p>Technology is moving fast and everyone wants to use the latest trends to solve complex problems faster. For that, we have to adopt new techniques and build long-lasting scalable solutions. One such trending technology is \u201cMachine Learning applications\u201d. We hear a lot about it! It is now becoming essential to use Machine learning due to the growing data size and number of internet users.<\/p>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"What is Machine Learning | How Machine Learning Works | Future of Machine Learning\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/J2-NMJbZKjI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How does Machine Learning Work?<\/h2>\n\n\n\n<p>Think of an eCommerce website, like Amazon or eBay, having millions of users placing huge amounts of orders every day. How do these giants study customer behaviour and make decisions quickly to keep their business running smoothly? How do they recommend products or offers to users? It\u2019s all handled by <a href=\"https:\/\/www.botreetechnologies.com\/machine-learning-solutions\" target=\"_blank\" rel=\"noreferrer noopener\">machine learning services<\/a> in the background, which keeps churning out the huge data generated by different actions taken by their millions of customers!<\/p>\n\n\n\n<p>Similar to how humans learn anything &#8211; See, Observe, Understand, Remember and Learn so next time they can utilize that knowledge &#8211; a computer program learns about a specific input data, a user action or anything which basically adds to its knowledge about different patterns so that the machine learning application can apply that knowledge to solve a complex problem. And believe me, it\u2019s not magic!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Machine Learning Process: Explain in details<\/h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"398\" src=\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/ml-process-1024x398-1.png\" alt=\"machine learning process\" class=\"wp-image-14453\" srcset=\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/ml-process-1024x398-1.png 1024w, https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/ml-process-1024x398-1-300x117.png 300w, https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/12\/ml-process-1024x398-1-768x299.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p>As shown in the above diagram, there are four different stages for machine learning, This is a common process for any sort of machine learning algorithm.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Collect Dataset<\/h3>\n\n\n\n<p>The most important aspect of machine learning applications is data, which is going to be fed to the machine for training. For example, <a href=\"https:\/\/www.botreetechnologies.com\/ecommerce-app-development\" target=\"_blank\" rel=\"noreferrer noopener\">eCommerce website<\/a>\u00a0 user\u2019s purchase history. It can tell many different aspects like user\u2019s profile, demographics, age, like and dislike, buying capacity etc. One can prepare a nice recommendation engine based on such data.<\/p>\n\n\n\n<p>There are many public datasets available for different problems &#8211; like, images of cars at traffic points. We can collect such public datasets to train our model. But for most business problems, we need to prepare a custom dataset &#8211; either by taking help from the customer or by data augmentation.<\/p>\n\n\n\n<p>To train a machine in an appropriate manner, there should be a sufficient size of data available.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Pre-Processing<\/h3>\n\n\n\n<p>Now once we have the data, we simply cannot use it for training the machine. Before we can move ahead, we need to ensure that the whole dataset is in a standard format as expected and have sufficient use cases covered.<\/p>\n\n\n\n<p>For example, an image dataset would need to,<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>have all the images of standard format and resolution. If not, we need to programmatically handle that and convert all of them to a standard size and format.<\/li><li>Have all images enhanced to be read in a better way.<\/li><\/ol>\n\n\n\n<p>This step ensures that we have verified the dataset properly and made necessary changes to avoid any glitches\/errors in the training process. If training happens on incomplete\/wrong dataset then the results would be wrong.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Training<\/h3>\n\n\n\n<p>Once we have the dataset ready, we can now start annotating the data for the machine. Annotation is, providing all the feature details to the machine about each and every data item in the dataset.<\/p>\n\n\n\n<p>For example, for an image dataset, we have to annotate each image by defining different regions on it so that the machine can understand what features it has to read from this image. These annotations will be used by the machine in the training process.<\/p>\n\n\n\n<p>Once annotations are done, we finally run the training process which creates knowledge data &#8211; think of it as a matrix having knowledge about each data item and its features provided in the annotation. This \u201cknowledge data\u201d is called a \u201cmodel\u201d, a flat-file containing all the knowledge about different features as per dataset.<\/p>\n\n\n\n<p>This machine learning model will be used in future for any new input data from the user\/system to identify\/predict the features. For example, a new user registers on an <a href=\"https:\/\/www.botreetechnologies.com\/shopify-app-development\" target=\"_blank\" rel=\"noreferrer noopener\">eCommerce platform<\/a>, but even without having any purchase history the platform would recommend some products based on the machine learning algorithm &#8211; may be based on user\u2019s demographics\/age\/gender etc it can predict what this user might like.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Validation<\/h3>\n\n\n\n<p>Once the training is done, we need to validate the generated model against a small validation dataset so that we can measure the accuracy &#8211; Actual vs expected results.<\/p>\n\n\n\n<p>Usually, training &#8211; validation dataset size is kept 70-30%. After this step, we would have an idea if we still need to train the model or not, based on the accuracy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p>Machine learning applications can help to fix complex problems for the long term such that it can keep learning on future data and keep improving the knowledge, compared to legacy methodologies that help businesses grow faster. There are many libraries and tools available for managing machine learning processes, which takes much of the pain under the boilerplate.<\/p>\n\n\n\n<p>Starting from eCommerce to travel to learning, machine learning development is helping different domains to serve their clients better &#8211; without many errors &#8211; and empowers them to make scalable smarter platforms available for a huge user base.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/www.botreetechnologies.com\/machine-learning-solutions\" target=\"_blank\" rel=\"noreferrer noopener\">Click here for more blogs<\/a>\u2026<\/h3>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p>At\u00a0<a href=\"https:\/\/www.botreetechnologies.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">BoTree Technologies<\/a>, we build enterprise applications with our 10+ expert ML developers.<\/p>\n\n\n\n<p>We also specialize in RPA, AI, Python, Ruby on Rails, JavaScript and ReactJS.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/www.botreetechnologies.com\/contact\" target=\"_blank\" rel=\"noopener noreferrer\">Consulting is free<\/a>&nbsp;\u2013 let us help you grow!<\/h3>\n","protected":false},"excerpt":{"rendered":"<p>Technology is moving fast and everyone wants to use the&#8230;<\/p>\n","protected":false},"author":6,"featured_media":14450,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,51],"tags":[],"class_list":["post-10086","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-automation","category-machine-learning"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is Machine learning? How It Works and Why It Matters<\/title>\n<meta name=\"description\" content=\"Machine learning applications are on the rise. This comprehensive machine learning guide will get you started with machine learning algorithms and how to use ML.\" \/>\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.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Machine learning? How It Works and Why It Matters\" \/>\n<meta property=\"og:description\" content=\"Machine learning applications are on the rise. This comprehensive machine learning guide will get you started with machine learning algorithms and how to use ML.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/\" \/>\n<meta property=\"og:site_name\" content=\"BoTree Technologies\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BoTreeTechnologies\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-06T10:13:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-27T11:04:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/05\/what-is-machine-learning.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"852\" \/>\n\t<meta property=\"og:image:height\" content=\"479\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Parth Barot\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@BoTreeTech\" \/>\n<meta name=\"twitter:site\" content=\"@BoTreeTech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Parth Barot\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/\"},\"author\":{\"name\":\"Parth Barot\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/1952b3c6679346e5a2792581a67b1b0f\"},\"headline\":\"What is Machine learning? How It Works and Why It Matters\",\"datePublished\":\"2020-05-06T10:13:31+00:00\",\"dateModified\":\"2026-03-27T11:04:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/\"},\"wordCount\":915,\"commentCount\":12,\"image\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/05\/what-is-machine-learning.jpg\",\"articleSection\":[\"Automation\",\"Machine Learning\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/\",\"url\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/\",\"name\":\"What is Machine learning? How It Works and Why It Matters\",\"isPartOf\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/05\/what-is-machine-learning.jpg\",\"datePublished\":\"2020-05-06T10:13:31+00:00\",\"dateModified\":\"2026-03-27T11:04:52+00:00\",\"author\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/1952b3c6679346e5a2792581a67b1b0f\"},\"description\":\"Machine learning applications are on the rise. This comprehensive machine learning guide will get you started with machine learning algorithms and how to use ML.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#primaryimage\",\"url\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/05\/what-is-machine-learning.jpg\",\"contentUrl\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/05\/what-is-machine-learning.jpg\",\"width\":852,\"height\":479,\"caption\":\"What is Machine learning\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.botreetechnologies.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is Machine learning? How It Works and Why It Matters\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/#website\",\"url\":\"https:\/\/www.botreetechnologies.com\/blog\/\",\"name\":\"BoTree Technologies\",\"description\":\"Committed to inspire generation.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.botreetechnologies.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/1952b3c6679346e5a2792581a67b1b0f\",\"name\":\"Parth Barot\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/parth-barot-150x150.png\",\"url\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/parth-barot-150x150.png\",\"contentUrl\":\"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/parth-barot-150x150.png\",\"caption\":\"Parth Barot\"},\"description\":\"Parth is the co-founder and CTO at BoTree Technologies. He has worked on building products in different domains and technologies. He is now managing research and pre-sales by supporting it with his problem-solving approach.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Machine learning? How It Works and Why It Matters","description":"Machine learning applications are on the rise. This comprehensive machine learning guide will get you started with machine learning algorithms and how to use ML.","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.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/","og_locale":"en_US","og_type":"article","og_title":"What is Machine learning? How It Works and Why It Matters","og_description":"Machine learning applications are on the rise. This comprehensive machine learning guide will get you started with machine learning algorithms and how to use ML.","og_url":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/","og_site_name":"BoTree Technologies","article_publisher":"https:\/\/www.facebook.com\/BoTreeTechnologies\/","article_published_time":"2020-05-06T10:13:31+00:00","article_modified_time":"2026-03-27T11:04:52+00:00","og_image":[{"width":852,"height":479,"url":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/05\/what-is-machine-learning.jpg","type":"image\/jpeg"}],"author":"Parth Barot","twitter_card":"summary_large_image","twitter_creator":"@BoTreeTech","twitter_site":"@BoTreeTech","twitter_misc":{"Written by":"Parth Barot","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#article","isPartOf":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/"},"author":{"name":"Parth Barot","@id":"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/1952b3c6679346e5a2792581a67b1b0f"},"headline":"What is Machine learning? How It Works and Why It Matters","datePublished":"2020-05-06T10:13:31+00:00","dateModified":"2026-03-27T11:04:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/"},"wordCount":915,"commentCount":12,"image":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#primaryimage"},"thumbnailUrl":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/05\/what-is-machine-learning.jpg","articleSection":["Automation","Machine Learning"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/","url":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/","name":"What is Machine learning? How It Works and Why It Matters","isPartOf":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#primaryimage"},"image":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#primaryimage"},"thumbnailUrl":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/05\/what-is-machine-learning.jpg","datePublished":"2020-05-06T10:13:31+00:00","dateModified":"2026-03-27T11:04:52+00:00","author":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/1952b3c6679346e5a2792581a67b1b0f"},"description":"Machine learning applications are on the rise. This comprehensive machine learning guide will get you started with machine learning algorithms and how to use ML.","breadcrumb":{"@id":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#primaryimage","url":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/05\/what-is-machine-learning.jpg","contentUrl":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/05\/what-is-machine-learning.jpg","width":852,"height":479,"caption":"What is Machine learning"},{"@type":"BreadcrumbList","@id":"https:\/\/www.botreetechnologies.com\/blog\/what-is-machine-learning-how-it-works-and-why-it-matters\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.botreetechnologies.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is Machine learning? How It Works and Why It Matters"}]},{"@type":"WebSite","@id":"https:\/\/www.botreetechnologies.com\/blog\/#website","url":"https:\/\/www.botreetechnologies.com\/blog\/","name":"BoTree Technologies","description":"Committed to inspire generation.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.botreetechnologies.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.botreetechnologies.com\/blog\/#\/schema\/person\/1952b3c6679346e5a2792581a67b1b0f","name":"Parth Barot","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/parth-barot-150x150.png","url":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/parth-barot-150x150.png","contentUrl":"https:\/\/www.botreetechnologies.com\/blog\/wp-content\/uploads\/2020\/10\/parth-barot-150x150.png","caption":"Parth Barot"},"description":"Parth is the co-founder and CTO at BoTree Technologies. He has worked on building products in different domains and technologies. He is now managing research and pre-sales by supporting it with his problem-solving approach."}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/10086","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/comments?post=10086"}],"version-history":[{"count":1,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/10086\/revisions"}],"predecessor-version":[{"id":14454,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/10086\/revisions\/14454"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/media\/14450"}],"wp:attachment":[{"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/media?parent=10086"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/categories?post=10086"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.botreetechnologies.com\/blog\/wp-json\/wp\/v2\/tags?post=10086"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}