

{"id":77612,"date":"2020-04-21T10:00:47","date_gmt":"2020-04-21T04:30:47","guid":{"rendered":"https:\/\/data-flair.training\/blogs\/?p=77612"},"modified":"2021-08-25T13:55:24","modified_gmt":"2021-08-25T08:25:24","slug":"keras-applications","status":"publish","type":"post","link":"https:\/\/data-flair.training\/blogs\/keras-applications\/","title":{"rendered":"Keras Applications &#8211; Learn when to use Keras?"},"content":{"rendered":"<p>With rich user experience, reusability of code and extensibility, Keras provides the ease and the flexibility to write codes. But not just that, Keras provides a few other features which extend the range of <strong>keras applications.<\/strong><\/p>\n<p>The major applications of Keras are the deep learning models that are available with their pretrained weights. The user can directly use these models to make predictions or extract its features to use in their work without creating and training their own models.<\/p>\n<p>In this article, we will talk about these pretrained models and how to use these models.<\/p>\n<p>Before we start with Keras applications, let us see <a href=\"https:\/\/data-flair.training\/blogs\/python-keras-features\/\">features of Keras<\/a> that make it so useful.<\/p>\n<p>&nbsp;<\/p>\n<h3>Keras Pretrained models<\/h3>\n<p>There are 10 pretrained models available in Keras. These models are used for image classification and their weights are trained on <a href=\"http:\/\/www.image-net.org\/\">ImageNet<\/a> dataset.<\/p>\n<p>The models are available in the \u201capplications\u201d module of Keras, hence to load these models we import it from <strong>keras.applications._model_name_<\/strong><\/p>\n<p>The available models are:<\/p>\n<table>\n<tbody>\n<tr>\n<td>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Xception<\/span><\/li>\n<\/ul>\n<\/td>\n<td>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">InceptionResNetV2<\/span><\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">VGG16<\/span><\/li>\n<\/ul>\n<\/td>\n<td>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">MobileNet<\/span><\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">VGG19<\/span><\/li>\n<\/ul>\n<\/td>\n<td>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">MobileNetV2<\/span><\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">ResNet, ResNetV2<\/span><\/li>\n<\/ul>\n<\/td>\n<td>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">DenseNet<\/span><\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">InceptionV3<\/span><\/li>\n<\/ul>\n<\/td>\n<td>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">NASNet<\/span><\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>For eg: to load and instantiate ResNet50 model<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">from keras.applications.resnet50 import ResNet50\r\nmodel=ResNet50(weights='imagenet')<\/pre>\n<p>All the models have different sizes of weights and when we instantiate a model, weights are downloaded automatically.<br \/>\nIt may take some time to instantiate a model depending upon the size of weights.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/import-resnet-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-77706\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/import-resnet-1.png\" alt=\"Keras Resnet\" width=\"1920\" height=\"911\" srcset=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/import-resnet-1.png 1920w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/import-resnet-1-150x71.png 150w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/import-resnet-1-300x142.png 300w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/import-resnet-1-768x364.png 768w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/import-resnet-1-1024x486.png 1024w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/import-resnet-1-520x247.png 520w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/p>\n<h3>What is ImageNet?<\/h3>\n<p>ImageNet is a large dataset of annotated objects. The intention of the ImageNet project was to develop computer vision algorithms.<br \/>\n\u201cimagenet\u201d is a collection of object image data.\u201dimagenet\u201d includes around 1000 categories of images with its annotations.<br \/>\nSince 2010, the ImageNet project annually organizes a contest named ImageNet Large Scale Visual Recognition Challenge to build models on imagenet dataset for object or image classification.<\/p>\n<p>Some popular classes in imagenet dataset are:<br \/>\n<strong>1. Animal<\/strong><\/p>\n<ul>\n<li>Fish<\/li>\n<li>Bird<\/li>\n<li>mammals<\/li>\n<\/ul>\n<p><strong>2. Plant<\/strong><\/p>\n<ul>\n<li>Tree<\/li>\n<li>Flower<\/li>\n<li>Vegetable<\/li>\n<\/ul>\n<p><strong>3. Material<\/strong><\/p>\n<ul>\n<li>Fabric<\/li>\n<\/ul>\n<p><strong>4. Instrument<\/strong><\/p>\n<ul>\n<li>Utensil<\/li>\n<li>Tool<\/li>\n<li>Appliance<\/li>\n<\/ul>\n<p><strong>5. Scene<\/strong><\/p>\n<ul>\n<li>Room<\/li>\n<\/ul>\n<p>These categories are further classified into sub-categories.<\/p>\n<h3>Implementation of Keras Pretrained model<\/h3>\n<p><strong>1. Import the model and required libraries<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">from keras.preprocessing import image\r\nfrom keras.applications.resnet50 import ResNet50\r\nfrom keras.applications.resnet50 import preprocess_input\r\nfrom keras.applications.resnet50 import decode_predictions\r\nimport numpy as np<\/pre>\n<p><strong>2. Instantiate the model<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">model=ResNet50(weights='imagenet')<\/pre>\n<p><strong>You can analyze the model using<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">model.summary()<\/pre>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-summary-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-77704\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-summary-1.png\" alt=\"model summary (1)\" width=\"1920\" height=\"911\" srcset=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-summary-1.png 1920w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-summary-1-150x71.png 150w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-summary-1-300x142.png 300w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-summary-1-768x364.png 768w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-summary-1-1024x486.png 1024w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-summary-1-520x247.png 520w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/p>\n<p><strong>4. Give image input for prediction<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">path='.\/\u2026...\/...png' #path of image\r\nimg=image.load_img(path,target_size=(224,224))\r\nx=image.img_to_array(img)\r\nx=np.expand_dims(x,axis=0)\r\nx=preprocess_input(x)<\/pre>\n<p><strong>5. Make prediction<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">res=model.predict(x)\r\nprint(decode_predictions(res,top=5)[0])<\/pre>\n<p>Here top 5 predictions are there from the models. The model\u2019s output is<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-predict-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-77707\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-predict-1.png\" alt=\"model predict (1)\" width=\"1920\" height=\"911\" srcset=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-predict-1.png 1920w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-predict-1-150x71.png 150w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-predict-1-300x142.png 300w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-predict-1-768x364.png 768w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-predict-1-1024x486.png 1024w, https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/model-predict-1-520x247.png 520w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/p>\n<p>You can see, the model predicts the sample image of the bird as goldfinch, jacamar, robin, brambling or water_ouzel which are the types of birds.<\/p>\n<p>Similarly, you can use the available models to classify other images without training a model.<\/p>\n<p>There is also a way to use these models on your own images and make predictions according to the classes you specify. This is known as transfer learning, where we extract the features from pre-trained models and use them according to our problem.<\/p>\n<h3>Summary<\/h3>\n<p>This article illustrates the major application of Keras, i.e the pre-trained models that are available in Keras. In this article, we discuss ImageNet dataset and its classes. This article shows how easy it is to classify images using available models and also gives a glimpse of transfer learning.<br \/>\nThe available models are some of the best neural net structures with state of art accuracy for image or object classification.<span hidden class=\"__iawmlf-post-loop-links\" data-iawmlf-links=\"[{&quot;id&quot;:1151,&quot;href&quot;:&quot;http:\\\/\\\/www.image-net.org&quot;,&quot;archived_href&quot;:&quot;http:\\\/\\\/web-wp.archive.org\\\/web\\\/20251012002344\\\/https:\\\/\\\/www.image-net.org\\\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2025-12-09 02:06:44&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2025-12-12 04:02:15&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2025-12-15 06:11:28&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2025-12-18 06:59:03&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2025-12-22 08:51:50&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2025-12-25 13:46:53&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2025-12-29 11:15:05&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-01-01 13:00:02&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-01-05 09:06:03&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-01-09 05:11:39&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-01-12 11:21:55&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-01-16 06:51:53&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-01-19 07:31:18&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-01-22 13:22:28&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-01-26 07:24:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-01-29 15:04:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-02 08:26:42&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-05 10:26:39&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-08 11:11:36&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-11 12:20:10&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-14 13:51:03&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-18 03:21:31&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-21 13:16:48&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-26 16:39:24&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-02 09:50:08&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-05 21:04:13&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-09 00:16:21&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-12 05:21:01&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-15 10:36:03&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-18 18:54:48&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-21 20:39:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-25 08:27:14&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-30 07:18:03&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-03 09:17:17&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-06 10:59:49&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-10 05:58:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-13 08:44:57&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-16 10:11:37&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-20 08:07:43&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-23 11:50:55&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-26 15:00:47&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-29 23:03:30&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-03 08:36:35&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-06 15:57:43&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-09 21:09:51&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-13 10:41:10&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-16 13:58:00&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-19 17:43:18&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-24 03:48:17&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-05-27 16:09:11&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-06-01 06:45:28&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-06-04 06:50:27&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-06-07 14:33:34&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-06-10 15:13:54&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-06-16 09:02:29&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-06-20 05:23:46&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-06-23 08:29:19&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-06-26 15:36:31&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-06-30 00:08:11&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-07-04 15:35:36&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-07-08 06:17:03&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-07-12 12:57:48&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-07-12 12:57:48&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]\"><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>With rich user experience, reusability of code and extensibility, Keras provides the ease and the flexibility to write codes. But not just that, Keras provides a few other features which extend the range of&#46;&#46;&#46;<\/p>\n","protected":false},"author":10,"featured_media":77614,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22185],"tags":[22190,22189,22191],"class_list":["post-77612","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-keras","tag-applications-of-keras","tag-keras-applications","tag-keras-pretrained-models"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Keras Applications - Learn when to use Keras? - DataFlair<\/title>\n<meta name=\"description\" content=\"Learn Python keras applications - Learn when, wherre and how to use keras for you various applications using keras pretrained models.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/data-flair.training\/blogs\/keras-applications\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Keras Applications - Learn when to use Keras? - DataFlair\" \/>\n<meta property=\"og:description\" content=\"Learn Python keras applications - Learn when, wherre and how to use keras for you various applications using keras pretrained models.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/data-flair.training\/blogs\/keras-applications\/\" \/>\n<meta property=\"og:site_name\" content=\"DataFlair\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DataFlairWS\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-21T04:30:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-25T08:25:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/application-of-keras.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"802\" \/>\n\t<meta property=\"og:image:height\" content=\"420\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"DataFlair Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@DataFlairWS\" \/>\n<meta name=\"twitter:site\" content=\"@DataFlairWS\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DataFlair Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Keras Applications - Learn when to use Keras? - DataFlair","description":"Learn Python keras applications - Learn when, wherre and how to use keras for you various applications using keras pretrained models.","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:\/\/data-flair.training\/blogs\/keras-applications\/","og_locale":"en_US","og_type":"article","og_title":"Keras Applications - Learn when to use Keras? - DataFlair","og_description":"Learn Python keras applications - Learn when, wherre and how to use keras for you various applications using keras pretrained models.","og_url":"https:\/\/data-flair.training\/blogs\/keras-applications\/","og_site_name":"DataFlair","article_publisher":"https:\/\/www.facebook.com\/DataFlairWS\/","article_published_time":"2020-04-21T04:30:47+00:00","article_modified_time":"2021-08-25T08:25:24+00:00","og_image":[{"width":802,"height":420,"url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/application-of-keras.jpg","type":"image\/jpeg"}],"author":"DataFlair Team","twitter_card":"summary_large_image","twitter_creator":"@DataFlairWS","twitter_site":"@DataFlairWS","twitter_misc":{"Written by":"DataFlair Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/data-flair.training\/blogs\/keras-applications\/#article","isPartOf":{"@id":"https:\/\/data-flair.training\/blogs\/keras-applications\/"},"author":{"name":"DataFlair Team","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/person\/a90b082e16aa38d207212d22b0581f33"},"headline":"Keras Applications &#8211; Learn when to use Keras?","datePublished":"2020-04-21T04:30:47+00:00","dateModified":"2021-08-25T08:25:24+00:00","mainEntityOfPage":{"@id":"https:\/\/data-flair.training\/blogs\/keras-applications\/"},"wordCount":516,"commentCount":2,"publisher":{"@id":"https:\/\/data-flair.training\/blogs\/#organization"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/keras-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/application-of-keras.jpg","keywords":["applications of keras","keras applications","Keras pretrained models"],"articleSection":["Keras Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/data-flair.training\/blogs\/keras-applications\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/data-flair.training\/blogs\/keras-applications\/","url":"https:\/\/data-flair.training\/blogs\/keras-applications\/","name":"Keras Applications - Learn when to use Keras? - DataFlair","isPartOf":{"@id":"https:\/\/data-flair.training\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/data-flair.training\/blogs\/keras-applications\/#primaryimage"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/keras-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/application-of-keras.jpg","datePublished":"2020-04-21T04:30:47+00:00","dateModified":"2021-08-25T08:25:24+00:00","description":"Learn Python keras applications - Learn when, wherre and how to use keras for you various applications using keras pretrained models.","breadcrumb":{"@id":"https:\/\/data-flair.training\/blogs\/keras-applications\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/data-flair.training\/blogs\/keras-applications\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/data-flair.training\/blogs\/keras-applications\/#primaryimage","url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/application-of-keras.jpg","contentUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2020\/04\/application-of-keras.jpg","width":802,"height":420,"caption":"Keras applications"},{"@type":"BreadcrumbList","@id":"https:\/\/data-flair.training\/blogs\/keras-applications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog Home","item":"https:\/\/data-flair.training\/blogs\/"},{"@type":"ListItem","position":2,"name":"Keras Tutorials","item":"https:\/\/data-flair.training\/blogs\/category\/keras\/"},{"@type":"ListItem","position":3,"name":"Keras Applications &#8211; Learn when to use Keras?"}]},{"@type":"WebSite","@id":"https:\/\/data-flair.training\/blogs\/#website","url":"https:\/\/data-flair.training\/blogs\/","name":"DataFlair","description":"Learn Today. Lead Tomorrow.","publisher":{"@id":"https:\/\/data-flair.training\/blogs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/data-flair.training\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/data-flair.training\/blogs\/#organization","name":"DataFlair","url":"https:\/\/data-flair.training\/blogs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/logo\/image\/","url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2016\/07\/Data-Flair.png","contentUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2016\/07\/Data-Flair.png","width":106,"height":48,"caption":"DataFlair"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DataFlairWS\/","https:\/\/x.com\/DataFlairWS","https:\/\/www.linkedin.com\/company\/dataflair-web-services-pvt-ltd\/","https:\/\/www.youtube.com\/user\/DataFlairWS"]},{"@type":"Person","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/person\/a90b082e16aa38d207212d22b0581f33","name":"DataFlair Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/dd6de0d647a0185cd6faf264e4ba860b0d85d08d7070766f9cd41bea5bb0b227?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/dd6de0d647a0185cd6faf264e4ba860b0d85d08d7070766f9cd41bea5bb0b227?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dd6de0d647a0185cd6faf264e4ba860b0d85d08d7070766f9cd41bea5bb0b227?s=96&d=mm&r=g","caption":"DataFlair Team"},"description":"The DataFlair Team is passionate about delivering top-notch tutorials and resources on programming, Java, Python, C++, DSA, AI, ML, data Science, Android, Flutter, MERN, Web Development, and technology. With expertise in the tech industry, we simplify complex topics to help learners excel. Stay updated with our latest insights.","url":"https:\/\/data-flair.training\/blogs\/author\/dfadteam1\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/77612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/comments?post=77612"}],"version-history":[{"count":8,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/77612\/revisions"}],"predecessor-version":[{"id":86547,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/77612\/revisions\/86547"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/media\/77614"}],"wp:attachment":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/media?parent=77612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/categories?post=77612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/tags?post=77612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}