{"id":37111,"date":"2023-07-20T10:54:19","date_gmt":"2023-07-20T10:54:19","guid":{"rendered":"https:\/\/www.devopsschool.com\/blog\/?p=37111"},"modified":"2023-09-22T07:35:20","modified_gmt":"2023-09-22T07:35:20","slug":"what-is-deep-learning-frameworks-and-use-cases-of-deep-learning-frameworks","status":"publish","type":"post","link":"https:\/\/www.devopsschool.com\/blog\/what-is-deep-learning-frameworks-and-use-cases-of-deep-learning-frameworks\/","title":{"rendered":"What is Deep Learning Frameworks and use cases of Deep Learning Frameworks?"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What are Deep Learning Frameworks?<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-471.png\" alt=\"\" class=\"wp-image-37112\" width=\"712\" height=\"400\" srcset=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-471.png 960w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-471-300x169.png 300w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-471-768x432.png 768w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-471-355x199.png 355w\" sizes=\"auto, (max-width: 712px) 100vw, 712px\" \/><figcaption class=\"wp-element-caption\"><strong><em>Deep Learning Frameworks<\/em><\/strong><\/figcaption><\/figure>\n<\/div>\n\n\n<p>Deep Learning Frameworks are specialized software libraries or platforms that provide tools and abstractions to build, train, and deploy deep neural networks efficiently. Deep learning frameworks are essential for working with complex neural network architectures, such as convolutional neural networks (CNNs), recurrent neural networks (RNNs), and transformers, which have shown exceptional performance in various machine learning tasks. These frameworks offer a range of functionalities, including automatic differentiation, optimization algorithms, GPU acceleration, and support for various neural network layers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Top 10 use cases of Deep Learning Frameworks:<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Image Classification:<\/strong> Deep learning frameworks are widely used for image classification tasks, such as recognizing objects in images.<\/li>\n\n\n\n<li><strong>Object Detection:<\/strong> They power object detection algorithms to locate and classify multiple objects within an image.<\/li>\n\n\n\n<li><strong>Natural Language Processing (NLP):<\/strong> Deep learning frameworks are extensively used for language modeling, sentiment analysis, machine translation, and other NLP tasks.<\/li>\n\n\n\n<li><strong>Speech Recognition:<\/strong> They enable speech-to-text applications and voice assistants.<\/li>\n\n\n\n<li><strong>Text Generation:<\/strong> Deep learning frameworks are used to generate text, including language models and chatbots.<\/li>\n\n\n\n<li><strong>Recommendation Systems:<\/strong> They are employed for building personalized recommendation systems used in various industries.<\/li>\n\n\n\n<li><strong>Anomaly Detection:<\/strong> Deep learning frameworks help in identifying anomalies in data, useful in fraud detection and fault monitoring.<\/li>\n\n\n\n<li><strong>Image Segmentation:<\/strong> They enable segmenting an image into multiple regions and identifying different objects.<\/li>\n\n\n\n<li><strong>Handwriting Recognition:<\/strong> Deep learning frameworks are used for recognizing handwritten text or characters.<\/li>\n\n\n\n<li><strong>Autonomous Vehicles:<\/strong> They play a significant role in self-driving cars and autonomous vehicle research.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">What are the feature of Deep Learning Frameworks?<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-479-1024x651.png\" alt=\"\" class=\"wp-image-37121\" width=\"720\" height=\"458\" srcset=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-479-1024x651.png 1024w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-479-300x191.png 300w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-479-768x488.png 768w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-479-1536x976.png 1536w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-479-2048x1302.png 2048w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><figcaption class=\"wp-element-caption\"><strong><em>Feature of Deep Learning Frameworks<\/em><\/strong><\/figcaption><\/figure>\n<\/div>\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Neural Network Layers:<\/strong> They provide a wide range of pre-implemented layers like convolutional layers, dense layers, recurrent layers, and more.<\/li>\n\n\n\n<li><strong>Optimization Algorithms:<\/strong> Deep learning frameworks offer various optimization algorithms for training neural networks, such as stochastic gradient descent (SGD), Adam, RMSprop, etc.<\/li>\n\n\n\n<li><strong>Automatic Differentiation:<\/strong> They support automatic differentiation, enabling gradient-based optimization of neural network parameters.<\/li>\n\n\n\n<li><strong>GPU Acceleration:<\/strong> Many deep learning frameworks utilize GPUs to accelerate the training process of large neural networks.<\/li>\n\n\n\n<li><strong>Model Deployment:<\/strong> They facilitate exporting and deploying trained deep learning models for real-world applications.<\/li>\n\n\n\n<li><strong>Pre-trained Models:<\/strong> Deep learning frameworks often provide pre-trained models, allowing users to fine-tune them for specific tasks.<\/li>\n\n\n\n<li><strong>Visualization Tools:<\/strong> They offer visualization tools for understanding model architectures, training progress, and performance metrics.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">How Deep Learning Frameworks Work and Architecture?<\/h2>\n\n\n\n<p>The architecture of deep learning frameworks varies, but the general workflow involves:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Data Preparation:<\/strong> Input data is preprocessed and transformed into suitable formats for training and evaluation.<\/li>\n\n\n\n<li><strong>Model Design:<\/strong> Users design the neural network architecture, specifying the layers, activation functions, and connections.<\/li>\n\n\n\n<li><strong>Model Compilation:<\/strong> The model is compiled, where loss functions, optimization algorithms, and metrics are defined.<\/li>\n\n\n\n<li><strong>Model Training:<\/strong> The neural network is trained on the training data using gradient-based optimization.<\/li>\n\n\n\n<li><strong>Model Evaluation:<\/strong> The trained model is evaluated on validation data to assess its performance.<\/li>\n\n\n\n<li><strong>Model Deployment:<\/strong> The model is deployed in production environments for making predictions on new data.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">How to Install Deep Learning Frameworks?<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-475-1024x576.png\" alt=\"\" class=\"wp-image-37117\" width=\"737\" height=\"414\" srcset=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-475-1024x576.png 1024w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-475-300x169.png 300w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-475-768x432.png 768w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-475-355x199.png 355w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-475.png 1280w\" sizes=\"auto, (max-width: 737px) 100vw, 737px\" \/><figcaption class=\"wp-element-caption\"><strong><em>Install Deep Learning Frameworks<\/em><\/strong><\/figcaption><\/figure>\n<\/div>\n\n\n<p>Installing a deep learning framework depends on the specific framework you want to use. Some popular deep learning frameworks include TensorFlow, PyTorch, Keras, MXNet, and Caffe. Most of these frameworks can be installed using package managers like pip or conda.<\/p>\n\n\n\n<p>For example, to install TensorFlow using pip, you can use the following command:<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">pip install tensorflow<\/code><\/span><\/pre>\n\n\n<p>For PyTorch, you can use:<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">pip install torch torchvision<\/code><\/span><\/pre>\n\n\n<p>For Keras, you can use:<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">pip install keras<\/code><\/span><\/pre>\n\n\n<p>For MXNet, you can use:<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">pip install mxnet<\/code><\/span><\/pre>\n\n\n<p>For Caffe, you can follow the installation instructions provided in the official documentation.<\/p>\n\n\n\n<p>Before installing a deep learning framework, ensure you have the required dependencies and hardware resources, such as GPU drivers (if using GPU acceleration) and libraries for numerical computations.<\/p>\n\n\n\n<p>Please refer to the official documentation and websites of the specific deep learning framework you wish to install for detailed and up-to-date installation instructions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Basic Tutorials of Deep Learning Frameworks: Getting Started<\/h2>\n\n\n\n<p>Sure! Below are basic tutorials for getting started with deep learning frameworks step-by-step:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-476.png\" alt=\"\" class=\"wp-image-37118\" width=\"831\" height=\"390\" srcset=\"https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-476.png 1000w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-476-300x141.png 300w, https:\/\/www.devopsschool.com\/blog\/wp-content\/uploads\/2023\/07\/image-476-768x361.png 768w\" sizes=\"auto, (max-width: 831px) 100vw, 831px\" \/><figcaption class=\"wp-element-caption\"><strong><em>Basic Tutorials of Deep Learning Frameworks<\/em><\/strong><\/figcaption><\/figure>\n<\/div>\n\n\n<p>Deep learning frameworks are interfaces, libraries, or tools that simplify the process of implementing machine learning and AI. These frameworks provide various functionalities that allow developers to easily upload data, train models, and perform accurate predictive analysis[^0^].<\/p>\n\n\n\n<p>This guide will introduce you to several popular deep learning frameworks and provide a basic tutorial for each of them.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Deeplearning4j (DL4J)<\/strong>: Developed by a machine learning group, DL4J is a deep learning framework written in Java, Scala, C++, C, and CUDA. It supports different types of neural networks, such as Convolutional Neural Network (CNN), Recurrent Neural Network (RNN), and Long Short-Term Memory (LSTM)[^0^].<\/li>\n<\/ol>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"PHP\" data-shcb-language-slug=\"php\"><span><code class=\"hljs language-php\"><span class=\"hljs-comment\">\/\/ Initialize a MultiLayerConfiguration<\/span>\nMultiLayerConfiguration conf = <span class=\"hljs-keyword\">new<\/span> NeuralNetConfiguration.Builder()\n    .<span class=\"hljs-keyword\">list<\/span>()\n    .layer(<span class=\"hljs-number\">0<\/span>, <span class=\"hljs-keyword\">new<\/span> DenseLayer.Builder().nIn(numRows * numColumns).nOut(<span class=\"hljs-number\">1000<\/span>).build())\n    .layer(<span class=\"hljs-number\">1<\/span>, <span class=\"hljs-keyword\">new<\/span> OutputLayer.Builder(LossFunctions.LossFunction.NEGATIVELOGLIKELIHOOD)\n        .nIn(<span class=\"hljs-number\">1000<\/span>)\n        .nOut(outputNum)\n        .activation(Activation.SOFTMAX)\n        .build())\n    .build();\n\n<span class=\"hljs-comment\">\/\/ Initialize a MultiLayerNetwork<\/span>\nMultiLayerNetwork model = <span class=\"hljs-keyword\">new<\/span> MultiLayerNetwork(conf);\nmodel.init();<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">PHP<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">php<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li><strong>Keras<\/strong>: Keras is a high-level neural network API, written in Python and capable of running on top of TensorFlow. It is known for its speed and ease of use, especially for high-level computations[^1^].<\/li>\n<\/ol>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-2\" data-shcb-language-name=\"PHP\" data-shcb-language-slug=\"php\"><span><code class=\"hljs language-php\">from keras.models import Sequential\nfrom keras.layers import Dense\n\n<span class=\"hljs-comment\"># Initialize a Sequential model<\/span>\nmodel = Sequential()\n\n<span class=\"hljs-comment\"># Add an input layer <\/span>\nmodel.add(Dense(<span class=\"hljs-number\">12<\/span>, input_dim=<span class=\"hljs-number\">8<\/span>, activation=<span class=\"hljs-string\">'relu'<\/span>))\n\n<span class=\"hljs-comment\"># Add one hidden layer <\/span>\nmodel.add(Dense(<span class=\"hljs-number\">8<\/span>, activation=<span class=\"hljs-string\">'relu'<\/span>))\n\n<span class=\"hljs-comment\"># Add an output layer <\/span>\nmodel.add(Dense(<span class=\"hljs-number\">1<\/span>, activation=<span class=\"hljs-string\">'sigmoid'<\/span>))<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-2\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">PHP<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">php<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li><strong>MXNet<\/strong>: MXNet is a highly scalable deep learning framework that supports multiple programming languages. It provides support for state-of-the-art deep learning models such as CNNs and LSTMs[^1^].<\/li>\n<\/ol>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-3\" data-shcb-language-name=\"PHP\" data-shcb-language-slug=\"php\"><span><code class=\"hljs language-php\">import mxnet <span class=\"hljs-keyword\">as<\/span> mx\n\n<span class=\"hljs-comment\"># Define the network<\/span>\ndata = mx.sym.Variable(<span class=\"hljs-string\">'data'<\/span>)\nfc1  = mx.sym.FullyConnected(data, name=<span class=\"hljs-string\">'fc1'<\/span>, num_hidden=<span class=\"hljs-number\">128<\/span>)\nact1 = mx.sym.Activation(fc1, name=<span class=\"hljs-string\">'relu1'<\/span>, act_type=<span class=\"hljs-string\">\"relu\"<\/span>)\nfc2  = mx.sym.FullyConnected(act1, name=<span class=\"hljs-string\">'fc2'<\/span>, num_hidden = <span class=\"hljs-number\">64<\/span>)\nsoftmax = mx.sym.SoftmaxOutput(fc2, name = <span class=\"hljs-string\">'softmax'<\/span>)<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-3\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">PHP<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">php<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"4\">\n<li><strong>Gluon<\/strong>: Gluon is an open-source deep learning interface that simplifies the creation of machine learning models. It provides a straightforward and concise API for defining machine learning and deep learning models[^1^].<\/li>\n<\/ol>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-4\" data-shcb-language-name=\"PHP\" data-shcb-language-slug=\"php\"><span><code class=\"hljs language-php\">from mxnet import gluon\n\n<span class=\"hljs-comment\"># Define a network<\/span>\nnet = gluon.nn.Sequential()\nwith net.name_scope():\n    net.add(gluon.nn.Dense(<span class=\"hljs-number\">128<\/span>, activation=<span class=\"hljs-string\">'relu'<\/span>))\n    net.add(gluon.nn.Dense(<span class=\"hljs-number\">64<\/span>, activation=<span class=\"hljs-string\">'relu'<\/span>))\n    net.add(gluon.nn.Dense(<span class=\"hljs-number\">10<\/span>))<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-4\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">PHP<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">php<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"5\">\n<li><strong>Chainer<\/strong>: Chainer is an open-source deep learning framework that introduces the define-by-run approach. It offers ease of debugging and flexibility in describing control flows[^1^].<\/li>\n<\/ol>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">import chainer.links as L\nimport chainer.functions as F\nfrom chainer import Chain\n\n# Define a network\nclass Net(Chain):\n    def __init__(self):\n        super(Net, self).__init__()\n        with self.init_scope():\n            self.l1 = L.Linear(None, 100)\n            self.l2 = L.Linear(100, 10)\n\n    def forward(self, x):\n        h = F.relu(self.l1(x))\n        return self.l2(h)\n\nmodel = Net()<\/code><\/span><\/pre>\n\n\n<ol class=\"wp-block-list\" start=\"6\">\n<li><strong>PaddlePaddle<\/strong>: PaddlePaddle provides an intuitive and flexible interface for loading data and specifying model structures. It supports CNN, RNN, and multiple variants[^3^].<\/li>\n<\/ol>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-5\" data-shcb-language-name=\"PHP\" data-shcb-language-slug=\"php\"><span><code class=\"hljs language-php\">import paddle.v2 <span class=\"hljs-keyword\">as<\/span> paddle\n\n<span class=\"hljs-comment\"># Initialize PaddlePaddle<\/span>\npaddle.init(use_gpu=<span class=\"hljs-keyword\">False<\/span>, trainer_count=<span class=\"hljs-number\">1<\/span>)\n\n<span class=\"hljs-comment\"># Configure the neural network<\/span>\nimages = paddle.layer.data(name=<span class=\"hljs-string\">'pixel'<\/span>, type=paddle.data_type.dense_vector(<span class=\"hljs-number\">784<\/span>))\nlabel = paddle.layer.data(name=<span class=\"hljs-string\">'label'<\/span>, type=paddle.data_type.integer_value(<span class=\"hljs-number\">10<\/span>))\nhidden1 = paddle.layer.fc(input=images, size=<span class=\"hljs-number\">200<\/span>, act=paddle.activation.Tanh())\nhidden2 = paddle.layer.fc(input=hidden1, size=<span class=\"hljs-number\">200<\/span>, act=paddle.activation.Tanh())\nprediction = paddle.layer.fc(input=hidden2, size=<span class=\"hljs-number\">10<\/span>, act=paddle.activation.Softmax())<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-5\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">PHP<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">php<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p>These are just the basics to get you started with these deep learning frameworks. Each framework has its own advantages and is suitable for different kinds of tasks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What are Deep Learning Frameworks? Deep Learning Frameworks are specialized software libraries or platforms that provide tools and abstractions to build, train, and deploy deep neural networks efficiently. Deep learning frameworks are essential for working with complex neural network architectures, such as convolutional neural networks (CNNs), recurrent neural networks (RNNs), and transformers, which have shown&#8230;<\/p>\n","protected":false},"author":25,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","_joinchat":[],"footnotes":""},"categories":[6515],"tags":[],"class_list":["post-37111","post","type-post","status-publish","format-standard","hentry","category-deep-learning"],"_links":{"self":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/37111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/comments?post=37111"}],"version-history":[{"count":3,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/37111\/revisions"}],"predecessor-version":[{"id":37469,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/37111\/revisions\/37469"}],"wp:attachment":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/media?parent=37111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/categories?post=37111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/tags?post=37111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}