{"id":3410,"date":"2026-06-26T17:57:39","date_gmt":"2026-06-26T15:57:39","guid":{"rendered":"https:\/\/neuraldesigner.com\/blog\/patch-antenna-s11\/"},"modified":"2026-07-01T14:11:44","modified_gmt":"2026-07-01T12:11:44","slug":"patch-antenna-s11","status":"publish","type":"blog","link":"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/","title":{"rendered":"Model the radiation efficiency of antennas using machine learning"},"content":{"rendered":"<p>This example builds a machine learning model to evaluate the radiation efficiency of patch antennas with different features.<\/p>\n<p>We used data from 8 antennas, including variables extracted from their geometries.<\/p>\n<p>A patch antenna is a type of wireless antenna that utilizes a flat, rectangular metal patch on a substrate to transmit or receive radio frequency (RF) signals.<\/p>\n<p>The coefficient of reflection, S11, measures the power reflected to the source when RF signals are transmitted through the patch antenna.<\/p>\n<p>S11 is typically expressed as a ratio of power, with values close to 0 indicating a small reflection and values close to 1 indicating a significant reflection.<\/p>\n<section>\n<h3>Contents<\/h3>\n<ol>\n<li><a href=\"#ApplicationType\">Application type<\/a>.<\/li>\n<li><a href=\"#DataSet\">Data set<\/a>.<\/li>\n<li><a href=\"#NeuralNetwork\">Neural network<\/a>.<\/li>\n<li><a href=\"#TrainingStrategy\">Training strategy<\/a>.<\/li>\n<li><a href=\"#TestingAnalysis\">Testing analysis<\/a>.<\/li>\n<li><a href=\"#ModelDeployment\">Model deployment<\/a>.<\/li>\n<\/ol>\n<p>This dataset was generated using HFSS software, with the radiation frequency set at 2.4 GHz, a frequency commonly used for Bluetooth and WLAN operations, which can be utilized to optimize the design and performance of patch antennas.<\/p>\n<h2>1. Application type<\/h2>\n<\/section>\n<p>The predicted variable in this application is the coefficient of reflection, S11, for a patch antenna.<\/p>\n<p>Therefore, this is an approximation project.<\/p>\n<p>Optimizing the antenna design aims to achieve the lowest possible value for S11, signifying high power transmission and minimal reflection levels, employing artificial intelligence and machine learning.<\/p>\n<section>\n<h2>2. Data set<\/h2>\n<p>This dataset features information on patch antennas, a type of microstrip antenna widely used in wireless communications.<\/p>\n<p>The dataset includes various dimensions and parameters of the antenna, including the operating frequency, dimensions of the patch and slots, and a measure of the antenna&#8217;s reflection coefficient. The data is organized into 8 clusters.<\/p>\n<h3>Variables<\/h3>\n<p>The number of <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#InputVariables\">input variables<\/a>, or attributes for each sample, is 7. The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#TargetVariables\">target variable<\/a> is S11.<\/p>\n<p>The following list summarizes the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#Variables\">variables&#8217;<\/a> information:<\/p>\n<\/section>\n<h4 data-start=\"101\" data-end=\"129\"><strong data-start=\"105\" data-end=\"127\">Antenna Dimensions<\/strong><\/h4>\n<ul>\n<li data-start=\"132\" data-end=\"188\"><strong data-start=\"132\" data-end=\"156\">Length of patch (mm)<\/strong>: Length of the patch antenna.<\/li>\n<li data-start=\"191\" data-end=\"245\"><strong data-start=\"191\" data-end=\"214\">Width of patch (mm)<\/strong>: Width of the patch antenna.<\/li>\n<li data-start=\"248\" data-end=\"307\"><strong data-start=\"248\" data-end=\"271\">Area of patch (mm\u00b2)<\/strong>: Total area of the patch antenna.<\/li>\n<\/ul>\n<h4 data-start=\"309\" data-end=\"334\"><strong data-start=\"313\" data-end=\"332\">Slot Dimensions<\/strong><\/h4>\n<ul>\n<li data-start=\"337\" data-end=\"389\"><strong data-start=\"337\" data-end=\"357\">Slot length (mm)<\/strong>: Length of the antenna slots.<\/li>\n<li data-start=\"392\" data-end=\"442\"><strong data-start=\"392\" data-end=\"411\">Slot width (mm)<\/strong>: Width of the antenna slots.<\/li>\n<li data-start=\"445\" data-end=\"500\"><strong data-start=\"445\" data-end=\"464\">Slot area (mm\u00b2)<\/strong>: Total area of the antenna slots.<\/li>\n<\/ul>\n<h4 data-start=\"502\" data-end=\"532\"><strong data-start=\"506\" data-end=\"530\">Operating Parameters<\/strong><\/h4>\n<ul>\n<li data-start=\"535\" data-end=\"593\"><strong data-start=\"535\" data-end=\"554\">Frequency (GHz)<\/strong>: Operating frequency of the antenna.<\/li>\n<li data-start=\"596\" data-end=\"716\"><strong data-start=\"596\" data-end=\"631\">Reflection coefficient S11 (dB)<\/strong>: The S11 parameter, representing the antenna\u2019s reflection coefficient in decibels.<\/li>\n<\/ul>\n<section>\n<h3>Instances<\/h3>\n<p>Each <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#Instances\">instance<\/a>\u00a0contains the input and target variables of a different patient.<\/p>\n<p>The data set is divided into training, validation, and testing subsets.<\/p>\n<p>Neural Designer automatically assigns 60% of the instances for training, 20% for selection, and 20% for testing.<\/p>\n<h3>Correlations<\/h3>\n<p>The\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#InputsTargetsCorrelations\" target=\"_blank\" rel=\"noopener\">input-target correlations<\/a> might indicate which factors have the most significant influence on the reflection coefficient<\/span>.<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/reflection_coefficient_s11_db Pearson correlations chart.png\" \/><br \/>\nHere, the most correlated variables with survival status are <b>area_slot_mm2<\/b> and <b>slot_length_mm<\/b>.<\/p>\n<\/section>\n<section>\n<h2>3. Neural network<\/h2>\n<p>The next step is to set\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">up a\u00a0<a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network\" target=\"_blank\" rel=\"noopener\">neural network<\/a> that represents<\/span> the approximation function.<\/p>\n<p>For this class of applications, the neural network consists of the following components:<\/p>\n<ul>\n<li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#ScalingLayer\">Scaling layer<\/a>.<\/li>\n<li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#PerceptronLayers\">Perceptron layers<\/a>.<\/li>\n<li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#UnscalingLayer\">Unscaling layer<\/a>.<\/li>\n<li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#BoundingLayer\">Bounding layer<\/a>.<\/li>\n<\/ul>\n<h3>Scaling layer<\/h3>\n<p>The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#ScalingLayer\">scaling layer<\/a> contains the statistics on the inputs calculated from the data file and the method for scaling the input variables.<\/p>\n<p>Here, the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#MinimumMaximumScalingMethod\">minimum-maximum method<\/a> has been set. As we use 7 input variables, the scaling layer has 7 inputs.<\/p>\n<h3>Dense layers<\/h3>\n<p>We use 2 dense layers here.<\/p>\n<p>The first dense layer has 7 inputs, 3 neurons, and a <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#HyperbolicTangentActivationFunction\">hyperbolic tangent activation function<\/a><\/p>\n<p>The second dense layer has 3 inputs, 1 neuron, and a <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#LinearActivationFunction\">linear activation function<\/a><\/p>\n<h3>Unscaling layer<\/h3>\n<p>The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#UnscalingLayer\">unscaling layer<\/a> contains the statistics of the output.<\/p>\n<p>The following figure is a graphical representation of this neural network.<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/Network_architecture_s11_db.png\" \/><\/p>\n<\/section>\n<h2>4. Training strategy<\/h2>\n<p>The fourth step is to set the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy\">training strategy<\/a>, which is composed of two terms:<\/p>\n<ul>\n<li>A loss index.<\/li>\n<li>An optimization algorithm.<\/li>\n<\/ul>\n<h3>Loss index<\/h3>\n<p>The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#LossIndex\">loss index<\/a> is the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#WeightedSquaredError\">weighted squared error<\/a> with <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#L2Regularization\">L2 regularization<\/a>, the default loss index for binary classification applications.<\/p>\n<p>We can state the learning problem as finding a neural network that minimizes the loss index.<\/p>\n<p>That is a neural network that fits the data set (<a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#ErrorTerm\">error term<\/a>) and does not oscillate (<a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#RegularizationTerm\">regularization term<\/a>).<\/p>\n<h3>Optimization algorithm<\/h3>\n<p>The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#OptimizationAlgorithm\">optimization algorithm<\/a>\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">we use is the\u00a0<a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#QuasiNewtonMethod\" target=\"_blank\" rel=\"noopener\">quasi-Newton method<\/a>, which is also the standard approach<\/span>\u00a0for this type of problem.<\/p>\n<p>The following chart shows how errors decrease with the iterations during training.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/Quasi-Newton_s11_db.png\" \/><\/p>\n<p>As the previous figure shows, the curves have converged.<\/p>\n<article class=\"text-token-text-primary w-full focus:outline-none scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" tabindex=\"-1\" data-turn-id=\"a1d85d26-0aa8-465a-a59e-f86094660553\" data-testid=\"conversation-turn-270\" data-scroll-anchor=\"true\" data-turn=\"assistant\">\n<div class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] thread-sm:[--thread-content-margin:--spacing(6)] thread-lg:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)\">\n<div class=\"[--thread-content-max-width:40rem] thread-sm:[--thread-content-max-width:40rem] thread-lg:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" tabindex=\"-1\">\n<div class=\"flex max-w-full flex-col grow\">\n<div class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"0596ed17-75ca-42e3-b940-63a044a3fb1f\" data-message-model-slug=\"gpt-5\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\n<div class=\"markdown prose dark:prose-invert w-full break-words light markdown-new-styling\">\n<p data-start=\"0\" data-end=\"73\" data-is-last-node=\"\" data-is-only-node=\"\">The final errors are 0.153 WSE for training and 0.205 WSE for validation.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/article>\n<section>\n<h2>5. Testing analysis<\/h2>\n<p>The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/testing-analysis\">testing analysis<\/a> aims to validate the generalization properties of the trained neural network.<\/p>\n<p>In this case, we show the minimums, maximums, mean, and standard deviations of the absolute and percent errors of the neural network for the testing data.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/reflection_coefficient_s11_db errors statistics.png\" \/><\/p>\n<p>As we can see, the average error is around <b>1%<\/b>.<\/p>\n<p>Additionally, the error histogram displays the distribution of errors from the neural network on the test samples.<\/p>\n<p>In general, we expect a normal distribution like this.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/reflection_coefficient_s11_db error histogram chart.png\" \/><\/p>\n<p>As we can observe, most of the errors are around <b>0<\/b>.<br \/>\n<!--\nThe objective of the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/testing-analysis\">testing analysis<\/a> is to validate the performance of the generalization properties of the trained neural network.\nIn this case, we perform a linear regression analysis between the predicted and the real values. In the following figure, we can see the relation.\n<img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/reflection_coefficient_s11_db goodness-of-fit chart.png\" \/>\nAs we can observe, all values are close to zero, a symptom of an optimal reflection coefficient. We can also observe an correlation coefficient of <b>R2=0.557474<\/b>. Although the correlation coefficient is not very good, the other statistics mentioned earlier support the model. This can be attributed to having points that are too close together.\nAdditionally, the clustering method used to organize the data can be refined to obtain better results.\n--><\/p>\n<\/section>\n<section>\n<h2>6. Model deployment<\/h2>\n<p>Once we have tested the neural network&#8217;s generalization performance, we can save it for future use in the so-called <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/model-deployment\">model deployment<\/a> mode.<\/p>\n<\/section>\n<section>\n<h2>References<\/h2>\n<ul>\n<li><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">The data for this problem are available in the <a href=\"https:\/\/www.kaggle.com\/datasets\/shreyasinha\/dataset-containing-antenna-parameters\" target=\"_blank\" rel=\"noopener\">Kaggle repository<\/a>.<\/span><\/li>\n<\/ul>\n<\/section>\n<section>\n<h2>Related posts<\/h2>\n<\/section>\n","protected":false},"author":13,"featured_media":1746,"template":"","categories":[],"tags":[43,48],"class_list":["post-3410","blog","type-blog","status-publish","has-post-thumbnail","hentry","tag-industry","tag-telecomunnications"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Model the radiation efficiency of antennas using machine learning<\/title>\n<meta name=\"description\" content=\"Build a machine learning model to evaluates the radiation efficiency of patch antennas with different features.\" \/>\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.neuraldesigner.com\/blog\/patch-antenna-s11\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Model the radiation efficiency of antennas using machine learning\" \/>\n<meta property=\"og:description\" content=\"Build a machine learning model to evaluates the radiation efficiency of patch antennas with different features.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/\" \/>\n<meta property=\"og:site_name\" content=\"Neural Designer\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-01T12:11:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/patch_Antenna.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"399\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@NeuralDesigner\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/\",\"url\":\"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/\",\"name\":\"Model the radiation efficiency of antennas using machine learning\",\"isPartOf\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/patch_Antenna.webp\",\"datePublished\":\"2026-06-26T15:57:39+00:00\",\"dateModified\":\"2026-07-01T12:11:44+00:00\",\"description\":\"Build a machine learning model to evaluates the radiation efficiency of patch antennas with different features.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/#primaryimage\",\"url\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/patch_Antenna.webp\",\"contentUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/patch_Antenna.webp\",\"width\":399,\"height\":300,\"caption\":\"Patch antenna\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.neuraldesigner.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\/\/www.neuraldesigner.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Model the radiation efficiency of antennas using machine learning\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.neuraldesigner.com\/#website\",\"url\":\"https:\/\/www.neuraldesigner.com\/\",\"name\":\"Neural Designer\",\"description\":\"Explanable AI Platform\",\"publisher\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.neuraldesigner.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.neuraldesigner.com\/#organization\",\"name\":\"Neural Designer\",\"url\":\"https:\/\/www.neuraldesigner.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png\",\"contentUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png\",\"width\":1024,\"height\":223,\"caption\":\"Neural Designer\"},\"image\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/NeuralDesigner\",\"https:\/\/es.linkedin.com\/showcase\/neuraldesigner\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Model the radiation efficiency of antennas using machine learning","description":"Build a machine learning model to evaluates the radiation efficiency of patch antennas with different features.","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.neuraldesigner.com\/blog\/patch-antenna-s11\/","og_locale":"en_US","og_type":"article","og_title":"Model the radiation efficiency of antennas using machine learning","og_description":"Build a machine learning model to evaluates the radiation efficiency of patch antennas with different features.","og_url":"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/","og_site_name":"Neural Designer","article_modified_time":"2026-07-01T12:11:44+00:00","og_image":[{"width":399,"height":300,"url":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/patch_Antenna.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@NeuralDesigner","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/","url":"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/","name":"Model the radiation efficiency of antennas using machine learning","isPartOf":{"@id":"https:\/\/www.neuraldesigner.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/#primaryimage"},"image":{"@id":"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/#primaryimage"},"thumbnailUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/patch_Antenna.webp","datePublished":"2026-06-26T15:57:39+00:00","dateModified":"2026-07-01T12:11:44+00:00","description":"Build a machine learning model to evaluates the radiation efficiency of patch antennas with different features.","breadcrumb":{"@id":"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/#primaryimage","url":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/patch_Antenna.webp","contentUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/patch_Antenna.webp","width":399,"height":300,"caption":"Patch antenna"},{"@type":"BreadcrumbList","@id":"https:\/\/www.neuraldesigner.com\/blog\/patch-antenna-s11\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.neuraldesigner.com\/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https:\/\/www.neuraldesigner.com\/blog\/"},{"@type":"ListItem","position":3,"name":"Model the radiation efficiency of antennas using machine learning"}]},{"@type":"WebSite","@id":"https:\/\/www.neuraldesigner.com\/#website","url":"https:\/\/www.neuraldesigner.com\/","name":"Neural Designer","description":"Explanable AI Platform","publisher":{"@id":"https:\/\/www.neuraldesigner.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.neuraldesigner.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.neuraldesigner.com\/#organization","name":"Neural Designer","url":"https:\/\/www.neuraldesigner.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png","contentUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png","width":1024,"height":223,"caption":"Neural Designer"},"image":{"@id":"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/NeuralDesigner","https:\/\/es.linkedin.com\/showcase\/neuraldesigner\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/blog\/3410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/users\/13"}],"version-history":[{"count":1,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/blog\/3410\/revisions"}],"predecessor-version":[{"id":22275,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/blog\/3410\/revisions\/22275"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/media\/1746"}],"wp:attachment":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/media?parent=3410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/categories?post=3410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/tags?post=3410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}