{"id":35374,"date":"2024-11-01T09:38:22","date_gmt":"2024-11-01T09:38:22","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=35374"},"modified":"2024-11-01T11:13:28","modified_gmt":"2024-11-01T11:13:28","slug":"machine-learning-and-deep-learning-algorithm-trading-hierarchical-structures-alleviate-the-problems-of-high-dimensional-data","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/35374\/","title":{"rendered":"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data"},"content":{"rendered":"<p><body><\/p>\n<p>\n        The modern financial market is rapidly changing into a data-driven environment. This shift<br \/>\n        further emphasizes the importance of automated trading strategies utilizing advanced analytical<br \/>\n        techniques such as machine learning and deep learning. In this article, we will detail the principles<br \/>\n        of algorithmic trading using machine learning and deep learning, and how their hierarchical structure<br \/>\n        contributes to solving high-dimensional data problems.\n    <\/p>\n<h2>1. Basics of Algorithmic Trading<\/h2>\n<p>\n        Algorithmic trading is a trading method that automatically executes orders based on a pre-set<br \/>\n        algorithm. This method generally involves three main steps: data analysis, trading signal generation,<br \/>\n        and order execution. Each step can be performed more sophisticatedly through machine learning and<br \/>\n        deep learning technologies.\n    <\/p>\n<h3>1.1 Data Collection<\/h3>\n<p>\n        The first step in algorithmic trading is data collection. Data is gathered from various sources,<br \/>\n        including stock prices, trading volumes, news, and economic indicators. To handle high-dimensional<br \/>\n        data, it is essential to effectively collect and refine it.\n    <\/p>\n<h3>1.2 Trading Signal Generation<\/h3>\n<p>\n        In the step of generating trading signals based on the collected data, various machine learning<br \/>\n        algorithms can be utilized. For example, regression analysis, decision trees, and neural networks<br \/>\n        can be used to create stock price prediction models. Here, the hierarchical structure plays an<br \/>\n        important role.\n    <\/p>\n<h3>1.3 Order Execution<\/h3>\n<p>\n        The true purpose of algorithmic trading is to automatically execute orders based on the generated<br \/>\n        trading signals. In this process, machine learning techniques can also be employed to optimize<br \/>\n        order execution.\n    <\/p>\n<h2>2. Differences Between Machine Learning and Deep Learning<\/h2>\n<p>\n        Machine learning and deep learning are closely related but distinctly different concepts.<br \/>\n        Machine learning refers to a set of algorithms that learn patterns from data to make predictions,<br \/>\n        while deep learning is a subfield of machine learning that processes data using multilayer neural networks.<br \/>\n        The interaction between the two is essential for maximizing effectiveness in algorithmic trading.\n    <\/p>\n<h3>2.1 Key Techniques in Machine Learning<\/h3>\n<ul>\n<li><strong>Regression Analysis:<\/strong> Useful for predicting continuous values.<\/li>\n<li><strong>Classification Algorithms:<\/strong> Used for classifying data into one of several classes.<\/li>\n<li><strong>Clustering:<\/strong> Groups data points with similar characteristics.<\/li>\n<\/ul>\n<h3>2.2 Key Techniques in Deep Learning<\/h3>\n<ul>\n<li><strong>Artificial Neural Networks (ANN):<\/strong> Strong in learning nonlinear relationships.<\/li>\n<li><strong>Convolutional Neural Networks (CNN):<\/strong> Primarily used for image data.<\/li>\n<li><strong>Recurrent Neural Networks (RNN):<\/strong> Effective for time series data analysis.<\/li>\n<\/ul>\n<h2>3. Issues with High-Dimensional Data<\/h2>\n<p>\n        High-dimensional data refers to situations where the number of variables exceeds the number of observations.<br \/>\n        In such cases, computational costs increase, and one may face the issue of overfitting. This problem<br \/>\n        becomes particularly critical when dealing with datasets rich in features, like financial data.\n    <\/p>\n<h3>3.1 Curse of Dimensionality<\/h3>\n<p>\n        The curse of dimensionality refers to the phenomenon where the density of data becomes sparse as the<br \/>\n        number of dimensions increases, thus complicating analysis. Many machine learning algorithms can<br \/>\n        experience this issue, which diminishes their performance in high-dimensional data.\n    <\/p>\n<h3>3.2 Overfitting Problem<\/h3>\n<p>\n        When the dataset is small, learning all high-dimensional features can lead to a decrease in performance,<br \/>\n        known as the overfitting problem. This particularly negatively impacts the performance of algorithmic trading.\n    <\/p>\n<h2>4. Introduction of Hierarchical Structures<\/h2>\n<p>\n        At this point, hierarchical structures play a crucial role in alleviating high-dimensional problems<br \/>\n        of data. Hierarchical techniques help reduce the complexity of data while preserving its essence.\n    <\/p>\n<h3>4.1 Concept of Hierarchical Models<\/h3>\n<p>\n        A hierarchical model is an algorithm that learns features at multiple levels. It allows for data<br \/>\n        analysis at different levels, making it much easier to discover relationships among various variables.\n    <\/p>\n<h3>4.2 Hierarchical Clustering<\/h3>\n<p>\n        Hierarchical clustering is a technique that forms groups based on the similarities between data points.<br \/>\n        This can reduce the high dimensionality of data and contribute to discovering useful patterns.\n    <\/p>\n<h3>4.3 Hierarchical Structures in Deep Learning<\/h3>\n<p>\n        Each layer of a deep learning network learns different characteristics of the data. For example,<br \/>\n        the initial layers extract basic features (edges, patterns, etc.), while subsequent layers learn<br \/>\n        more complex characteristics (objects, shapes, etc.), allowing for the capture of various data properties.\n    <\/p>\n<h2>5. Characteristics of Financial Data and Application of Hierarchical Structures<\/h2>\n<p>\n        Financial data changes over time and often exhibits frequent box-like patterns, as well as<br \/>\n        univariate or multivariate characteristics. To effectively understand and learn these complex data<br \/>\n        characteristics, the application of hierarchical structures is essential.\n    <\/p>\n<h3>5.1 Time Series Analysis<\/h3>\n<p>\n        Financial data often changes in a time series format. This data has a flow over time, which may<br \/>\n        not be well captured by traditional machine learning techniques. Hierarchical structures such as<br \/>\n        RNN and LSTM in deep learning are very effective for modeling this time series data.\n    <\/p>\n<h3>5.2 Image-Based Trading Signals<\/h3>\n<p>\n        Recently, the generation of trading signals based on image data has also gained attention.<br \/>\n        For example, methods for visually analyzing chart patterns and price fluctuations exist.<br \/>\n        In this process, hierarchical analysis through CNN also plays an important role, providing<br \/>\n        users with more intuitive insights.\n    <\/p>\n<h2>6. Performance Improvement Theory Through Hierarchical Structures<\/h2>\n<p>\n        Applying hierarchical structures to improve the precision of problem-solving is very effective in<br \/>\n        reducing the complexity of data. This allows for the removal of unnecessary dimensions and<br \/>\n        enables a more focused learning of necessary features.\n    <\/p>\n<h3>6.1 Feature Selection<\/h3>\n<p>\n        Important features can be selected through a hierarchical approach. Many machine learning<br \/>\n        algorithms tend to reduce their performance as the number of features increases, and this<br \/>\n        hierarchical structure helps to extract the fundamental features and maximize the focus of analysis.\n    <\/p>\n<h3>6.2 Performance Evaluation and Validation<\/h3>\n<p>\n        In financial data, backtesting and validation are particularly important. Hierarchical structures<br \/>\n        allow for easy analysis and comparison of the learned content at each sub-layer, making it<br \/>\n        advantageous for selecting the optimal model.\n    <\/p>\n<h2>7. Conclusion and Future Directions<\/h2>\n<p>\n        With advancements in machine learning and deep learning, the potential of algorithmic trading<br \/>\n        is expanding infinitely. The introduction of hierarchical structures to solve high-dimensional<br \/>\n        problems in data will significantly contribute to this advancement.<br \/>\n        With the continued development of more sophisticated models and algorithms, next-generation<br \/>\n        algorithmic trading strategies are expected to emerge.\n    <\/p>\n<p>\n        This course covered the basics and importance of algorithmic trading utilizing machine learning<br \/>\n        and deep learning, and explained how hierarchical structures can contribute to alleviating<br \/>\n        the problems of high-dimensional data. Based on this content, further advanced algorithmic<br \/>\n        trading strategies and in-depth research into stock market analysis will continue.\n    <\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The modern financial market is rapidly changing into a data-driven environment. This shift further emphasizes the importance of automated trading strategies utilizing advanced analytical techniques such as machine learning and deep learning. In this article, we will detail the principles of algorithmic trading using machine learning and deep learning, and how their hierarchical structure contributes &hellip; <a href=\"https:\/\/atmokpo.com\/w\/35374\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[121],"tags":[],"class_list":["post-35374","post","type-post","status-publish","format-standard","hentry","category-deep-learning-automated-trading"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/35374\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"The modern financial market is rapidly changing into a data-driven environment. This shift further emphasizes the importance of automated trading strategies utilizing advanced analytical techniques such as machine learning and deep learning. In this article, we will detail the principles of algorithmic trading using machine learning and deep learning, and how their hierarchical structure contributes &hellip; \ub354 \ubcf4\uae30 &quot;Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/35374\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-01T09:38:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-01T11:13:28+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"5\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/35374\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/35374\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data\",\"datePublished\":\"2024-11-01T09:38:22+00:00\",\"dateModified\":\"2024-11-01T11:13:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/35374\/\"},\"wordCount\":996,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"Deep learning Automated trading\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/35374\/\",\"url\":\"https:\/\/atmokpo.com\/w\/35374\/\",\"name\":\"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-01T09:38:22+00:00\",\"dateModified\":\"2024-11-01T11:13:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/35374\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/35374\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/35374\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","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:\/\/atmokpo.com\/w\/35374\/","og_locale":"ko_KR","og_type":"article","og_title":"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"The modern financial market is rapidly changing into a data-driven environment. This shift further emphasizes the importance of automated trading strategies utilizing advanced analytical techniques such as machine learning and deep learning. In this article, we will detail the principles of algorithmic trading using machine learning and deep learning, and how their hierarchical structure contributes &hellip; \ub354 \ubcf4\uae30 \"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data\"","og_url":"https:\/\/atmokpo.com\/w\/35374\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-01T09:38:22+00:00","article_modified_time":"2024-11-01T11:13:28+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"5\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/35374\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/35374\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data","datePublished":"2024-11-01T09:38:22+00:00","dateModified":"2024-11-01T11:13:28+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/35374\/"},"wordCount":996,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["Deep learning Automated trading"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/35374\/","url":"https:\/\/atmokpo.com\/w\/35374\/","name":"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-01T09:38:22+00:00","dateModified":"2024-11-01T11:13:28+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/35374\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/35374\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/35374\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"Machine Learning and Deep Learning Algorithm Trading, Hierarchical Structures Alleviate the Problems of High-Dimensional Data"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/35374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=35374"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/35374\/revisions"}],"predecessor-version":[{"id":35375,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/35374\/revisions\/35375"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=35374"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=35374"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=35374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}