
{"id":24275,"date":"2023-05-31T13:32:42","date_gmt":"2023-05-31T11:32:42","guid":{"rendered":"https:\/\/careerfoundry.inbearbeitung.de\/en\/?p=24275"},"modified":"2023-05-31T14:18:13","modified_gmt":"2023-05-31T12:18:13","slug":"machine-learning-models","status":"publish","type":"post","link":"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/machine-learning-models\/","title":{"rendered":"A Beginner\u2019s Guide to Machine Learning Models"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Are you new to the concept of <a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/what-is-machine-learning\/\" target=\"_blank\" rel=\"noopener\">machine learning<\/a> and curious to hear more about the potential of this technology? You&#8217;ve come to the right place!<\/span><\/p>\n<p><span style=\"font-weight: 400;\">According to a 2020 report by Refinitiv,<\/span> <a href=\"https:\/\/www.refinitiv.com\/en\/resources\/special-report\/refinitiv-2020-artificial-intelligence-machine-learning-global-study\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">40% of businesses are expecting to invest more in machine learning<\/span><\/a><span style=\"font-weight: 400;\"> due to the Covid-19 pandemic. This means that machine learning models are becoming increasingly popular as businesses strive to become more data-driven.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">However, machine learning can be a complicated concept for beginners to grasp.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In this article, we&#8217;ll provide an introductory overview of machine learning models. We&#8217;ll cover what a machine learning model is, the different types of machine learning models, and the best model for machine learning. Here are some of the topics we&#8217;ll discuss:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong><a href=\"#what-is-a-machine-learning-model\">What is a machine learning model?<\/a><\/strong><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong><a href=\"#what-are-the-different-types-of-machine-learning-models\">What are the different types of machine learning models?<\/a><\/strong><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong><a href=\"#what-is-the-best-model-for-machine-learning\">What is the best model for machine learning?<\/a><\/strong><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong><a href=\"#how-do-you-choose-the-right-machine-learning-model\">How do you choose the right machine learning model?<\/a><\/strong><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><strong><a href=\"#summary\">Summary<\/a><\/strong><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">Read on to get a quick introduction to machine learning models!<\/span><\/p>\n<h2 id=\"what-is-a-machine-learning-model\"><span style=\"font-weight: 400;\">1. What is a machine learning model?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">A machine learning model is a program used to make predictions and decisions based on data in a given dataset. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">A machine learning model is created through the process of training using a specific set of data. The trained machine learning models can then be used for predicting outcomes based on the training dataset given to them.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For example, machine learning models can be used to predict customer behavior in retail, <\/span><a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/sentiment-analysis\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">analyze sentiment in customer reviews<\/span><\/a><span style=\"font-weight: 400;\">, or detect objects in images.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">These models are typically created through code by data scientists, data analysts, and programmers using <\/span><a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/best-machine-learning-languages\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">machine learning programming languages<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<h2 id=\"what-are-the-different-types-of-machine-learning-models\"><span style=\"font-weight: 400;\">2. What are the different types of machine learning models?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Machine learning models can come in various forms based on their requirements and machine learning algorithms.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In general, machine learning models can be separated into four main types: <\/span><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">supervised<\/span><\/li>\n<li><span style=\"font-weight: 400;\">unsupervised<\/span><\/li>\n<li><span style=\"font-weight: 400;\">semi-supervised<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> reinforcement learning<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Let\u2019s look at each one in more detail now.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">What is supervised machine learning?<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Supervised machine learning is when a model is trained on labeled data that contains both the input and output.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In other words, the training data provided to the model has both the inputs (features) and outputs (labels) so that it can learn how to map the inputs to corresponding outputs.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For example, if you wanted to create a model that can predict the temperature of a city based on historical data, the labeled training data set would include the inputs (date, time) and outputs (temperature).<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Supervised learning is typically used for classification tasks such as image recognition or text analysis.<\/span><\/p>\n<h4><span style=\"font-weight: 400;\">Some common supervised machine learning models include:<\/span><\/h4>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Linear regression<\/b><span style=\"font-weight: 400;\">: Linear regression attempts to fit data points on a straight line to identify relationships between the variable of interest and inputs.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Logistic regression<\/b><span style=\"font-weight: 400;\">: Logistic regression is used for classification tasks and attempts to fit data points into two distinct groups.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>K-nearest neighbors<\/b><span style=\"font-weight: 400;\">: K-nearest neighbors (KNN) is an algorithm that classifies data points based on the distance to their nearest data points.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Decision trees<\/b><span style=\"font-weight: 400;\">: Decision trees are used for both regression and classification tasks. It uses a set of rules to create decisions based on the data it&#8217;s given.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Support vector machines<\/b><span style=\"font-weight: 400;\">: Support vector machines (SVMs) are used for classification tasks by estimating the best boundary (hyperplane) between data points into two classes.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Na\u00efve Bayes<\/b><span style=\"font-weight: 400;\">: Na\u00efve Bayes uses Bayes&#8217; theorem for classification tasks and attempts to predict the class of an unseen data point based on probability.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">In my experience as a data analyst, I&#8217;ve had to use linear regression and k-nearest neighbors most frequently, since both are versatile and easy to implement using common Python libraries.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">If you&#8217;re thinking of picking some supervised machine learning models to learn, I would recommend starting with those two options first.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">What is unsupervised machine learning?<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Unsupervised machine learning is when a model is trained on unlabeled data. In this case, the training data only provides the inputs (features) and no outputs (labels).<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For example, to group customers based on their purchasing habits, the unlabeled training data set would include only the inputs (product purchases).<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Unsupervised learning is used for clustering tasks such as customer segmentation or grouping similar images.<\/span><\/p>\n<h4><span style=\"font-weight: 400;\">Some common unsupervised machine learning models include:<\/span><\/h4>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>K-means clustering<\/b><span style=\"font-weight: 400;\">: K-means is an algorithm that groups similar data points together into clusters by iteratively moving them to the center of each cluster.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Hierarchical clustering<\/b><span style=\"font-weight: 400;\">: Hierarchical clustering creates an order of clusters by repeatedly splitting and merging data points based on their similarity.<\/span><\/li>\n<\/ul>\n<h3><span style=\"font-weight: 400;\">What is semi-supervised machine learning?<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Semi-supervised machine learning is a hybrid of supervised and unsupervised learning. Labeled and unlabeled data is used to train the models.<\/span><\/p>\n<h4><span style=\"font-weight: 400;\">Some common semi-supervised machine learning models include:<\/span><\/h4>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Self-training<\/b><span style=\"font-weight: 400;\">: Self-training is training a model on labeled data followed by using it to label new unlabeled data.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Generative Adversarial Networks (GANs)<\/b><span style=\"font-weight: 400;\">: GANs are neural networks that can generate new information based on existing data. They use both labeled and unlabeled data.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Applications of semi-supervised machine learning are less commonly used by data scientists in daily tasks. However, they are commonly integrated into generative artificial intelligence (AI) products.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For example, ChatGPT from OpenAI is also made from a GAN model. Through such models, we have seen a <\/span><a href=\"https:\/\/www.forbes.com\/sites\/serenitygibbons\/2023\/02\/02\/2023-business-predictions-as-ai-and-automation-rise-in-popularity\/?sh=54e6e7ad744b\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">rise in generative AI applications<\/span><\/a><span style=\"font-weight: 400;\"> in recent years. From<\/span> <a href=\"https:\/\/justjooz.com\/best-ai-story-generators\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">creating stories<\/span><\/a><span style=\"font-weight: 400;\"> to producing original art pieces, the potential for such models is vast!<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">What is reinforcement machine learning?<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Reinforcement machine learning (RL) is an area of AI that puts an agent in an environment to learn how to maximize their rewards through trial and error.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-24283\" src=\"http:\/\/careerfoundry.inbearbeitung.de\/en\/wp-content\/uploads\/2023\/03\/machine-learning-models-tensorflow.jpeg\" alt=\"Example of reinforcement machine learning models on TensorFlow\" width=\"512\" height=\"230\" title=\"\" srcset=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-content\/uploads\/2023\/03\/machine-learning-models-tensorflow.jpeg 512w, https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-content\/uploads\/2023\/03\/machine-learning-models-tensorflow-300x135.jpeg 300w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">Source: <\/span><a href=\"https:\/\/www.tensorflow.org\/agents\/tutorials\/0_intro_rl\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Tensorflow<\/span><\/a><\/p>\n<p><span style=\"font-weight: 400;\">When an agent receives a reward for performing well, it will be reinforced, and when an incorrect decision is made, a penalty is given.<\/span><\/p>\n<h4><span style=\"font-weight: 400;\">Some common reinforcement learning models include:<\/span><\/h4>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Q-learning<\/b><span style=\"font-weight: 400;\">: Q-learning is an algorithm that uses a reward function to learn the best decisions for an agent in a given environment.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Deep Reinforcement Learning (DRL)<\/b><span style=\"font-weight: 400;\">: DRL combines<\/span> <a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/machine-learning-vs-deep-learning\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">deep learning<\/span><\/a><span style=\"font-weight: 400;\"> and reinforcement learning algorithms, allowing agents to perform more complicated tasks.<\/span><\/li>\n<\/ul>\n<h2 id=\"what-is-the-best-model-for-machine-learning\"><span style=\"font-weight: 400;\">3. What is the best model for machine learning?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">The best model for machine learning depends on the type of task you\u2019re trying to solve and the data available.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Generally speaking, supervised models are more commonly used than unsupervised or reinforcement learning, as they can be trained with labeled data.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Therefore, the best models to use for machine learning are supervised models such as:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/what-is-linear-regression\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Linear regression<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/what-is-logistic-regression\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Logistic regression<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/what-is-a-decision-tree\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Decision trees<\/span><\/a><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Each model has its strengths and weaknesses, so you should evaluate your data and the task given to determine which model suits your use case best.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In addition, if you\u2019re using large datasets or complex tasks, deep learning models (such as convolutional neural networks or recurrent neural networks) may be your best choice.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">These models are able to learn from large and complex datasets and can achieve high accuracy on tasks that supervised models cannot.<\/span><\/p>\n<h2 id=\"how-do-you-choose-the-right-machine-learning-model\"><span style=\"font-weight: 400;\">4. How do you choose the right machine learning model?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Selecting the right machine learning model is essential in producing a meaningful analysis and an output that is accurate and helpful.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Factors to consider when selecting a machine learning model<\/span><\/h3>\n<h4><span style=\"font-weight: 400;\">1. The type of problem<\/span><\/h4>\n<p><span style=\"font-weight: 400;\">The most crucial determining factor when selecting an appropriate machine learning model is the type of problem you&#8217;re trying to solve.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Are you dealing with a classification? Or are you trying to find a correlation between two factors?<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For classification problems, you can use k-means clustering, k-nearest neighbors, decision trees, and support vector machines. For correlation problems, you can use linear regression.<\/span><\/p>\n<h4><span style=\"font-weight: 400;\">2. Data type<\/span><\/h4>\n<p><span style=\"font-weight: 400;\">The type of data you are using to train your model will determine which approach is best suited for the task.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For example, if you have textual data, a supervised model such as Support Vector Machines (SVMs) may be suitable. If your data is more complex and multidimensional, then a deep learning model might be better suited.<\/span><\/p>\n<h4><span style=\"font-weight: 400;\">3. Dataset size and complexity<\/span><\/h4>\n<p><span style=\"font-weight: 400;\">The size of your dataset also influences the type of machine learning model that can be used. If your dataset size is large, then a deep reinforcement learning model may be more suitable.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">On the other hand, if your dataset size is small, simpler supervised or unsupervised models such as K-means clustering or Naive Bayes may be better suited for the task.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For complex datasets that have incomplete data, semi-supervised models can be used to impute any missing information.<\/span><\/p>\n<h4><span style=\"font-weight: 400;\">4. Infrastructure and computational resources<\/span><\/h4>\n<p><span style=\"font-weight: 400;\">The computational resources available to you will also influence which model is the right fit for your task.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For computationally intensive tasks, such as deep learning models, powerful graphics processing units (GPUs) may be required to process the data successfully and quickly.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">If GPU resources are unavailable, simpler supervised or unsupervised models may be better suited.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Ultimately, selecting the right machine learning model is about understanding the problem you are trying to solve and weighing up all the different factors that come into play.<\/span><\/p>\n<h2 id=\"Summary\"><span style=\"font-weight: 400;\">5. Summary<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">In this article, we\u2019ve talked about all the basics of machine learning models. Here are some key takeaway points to remember:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A machine learning model is a program used to <\/span><b>make predictions and decisions based on training data<\/b><span style=\"font-weight: 400;\">.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Machine learning models can be divided into <\/span><b>supervised, unsupervised, semi-supervised, and reinforcement learning<\/b><span style=\"font-weight: 400;\"> models.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Supervised machine learning models<\/b><span style=\"font-weight: 400;\"> are the best models for their simple and flexible applications across many business problems.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Choosing the right machine learning model depends on the <\/span><b>type of problem<\/b><span style=\"font-weight: 400;\"> you are trying to solve, the <\/span><b>data type<\/b><span style=\"font-weight: 400;\"> and <\/span><b>size of your dataset<\/b><span style=\"font-weight: 400;\">, and the <\/span><b>resources available<\/b><span style=\"font-weight: 400;\"> for computation.<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">Exploring the world of machine learning for the first time can be daunting, especially when it is highly based on applied statistics and mathematics. Going down the path of learning about machine learning models without help can leave you frustrated really quickly.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">However, we&#8217;re here to help!<\/span><\/p>\n<p>CareerFoundry\u2019s\u00a0<a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/courses\/machine-learning-with-python\/\"><strong>Machine Learning with Python course<\/strong><\/a> is designed to ease you into this exciting area of data analytics. Possible as a standalone course as well as a specialization within our full Data Analytics Program, you\u2019ll learn and apply machine learning skills and develop the experience needed to stand out from the crowd.<\/p>\n<p><span style=\"font-weight: 400;\">If you\u2019d like to get a taste for data analytics in general, why not try out our <strong><a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/short-courses\/become-a-data-analyst\/?popup-tracking=WYSDN-short-course-DAT\">free, 5-day data short course<\/a><\/strong>? It\u2019ll give you a general overview of what to expect when getting into this exciting field.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For further explanations on other data analytics topics, you might like these articles, too:<\/span><\/p>\n<ul>\n<li><a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/data-architect\/\">What is a data architect?<\/a><\/li>\n<li><a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/highest-paying-data-analyst-jobs\/\">What are the highest paying data analyst jobs?<\/a><\/li>\n<li><a href=\"https:\/\/careerfoundry.inbearbeitung.de\/en\/blog\/data-analytics\/machine-learning-skills\/\">12 Machine Learning Skills to Power Your Career<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In this blog post, we&#8217;ll provide an introductory overview of machine learning models. We&#8217;ll cover what a machine learning model is, the different types of machine learning models, and the best model for machine learning.<\/p>\n","protected":false},"author":159,"featured_media":24278,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_lmt_disableupdate":"yes","_lmt_disable":"","footnotes":""},"categories":[3],"tags":[],"class_list":["post-24275","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-analytics"],"acf":{"homepage_category_featured":false,"cards_inner_programs_lists_left":"","cards_inner_programs_lists_right":"","related_plan_cards":""},"modified_by":"Rash SEO","_links":{"self":[{"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/posts\/24275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/users\/159"}],"replies":[{"embeddable":true,"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/comments?post=24275"}],"version-history":[{"count":7,"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/posts\/24275\/revisions"}],"predecessor-version":[{"id":26250,"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/posts\/24275\/revisions\/26250"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/media\/24278"}],"wp:attachment":[{"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/media?parent=24275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/categories?post=24275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerfoundry.inbearbeitung.de\/en\/wp-json\/wp\/v2\/tags?post=24275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}