{"id":25521139,"date":"2022-04-17T07:24:34","date_gmt":"2022-04-17T01:54:34","guid":{"rendered":"https:\/\/entri.app\/blog\/?p=25521139"},"modified":"2022-11-22T20:00:30","modified_gmt":"2022-11-22T14:30:30","slug":"deep-learning-with-python-all-you-need-to-know","status":"publish","type":"post","link":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/","title":{"rendered":"Deep Learning With Python: All You Need To Know"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_79_2 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-69ea7f03729c9\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-69ea7f03729c9\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#Installation_of_Theano_TensorFlow_and_Keras\" >Installation of Theano, TensorFlow and Keras<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#Relating_Deep_Learning_and_Traditional_Machine_Learning\" >Relating Deep Learning and Traditional Machine Learning<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#Deep_learning_modelsalgorithms\" >Deep learning models\/algorithms<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#Gradient_Descent_Optimization_Technique\" >Gradient Descent Optimization Technique<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#Applications\" >Applications<\/a><\/li><\/ul><\/nav><\/div>\n<p>Python is a general-purpose high level programming language that is widely used in data science and for producing deep learning algorithms.<\/p>\n<p>This article introduces Python and its libraries like Numpy, Scipy, Pandas, Matplotlib; frameworks like Theano, TensorFlow, Keras. It also explains how the different libraries and frameworks can be applied to solve complex real world problems.<\/p>\n<p><a href=\"https:\/\/bit.ly\/3ELmCiA\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-25520910 size-full\" src=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square.png\" alt=\"Python and Machine Learning Square\" width=\"345\" height=\"345\" srcset=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square.png 345w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-300x300.png 300w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-150x150.png 150w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-24x24.png 24w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-48x48.png 48w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-96x96.png 96w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-75x75.png 75w\" sizes=\"auto, (max-width: 345px) 100vw, 345px\" \/><\/a><\/p>\n<p>Deep structured learning or hierarchical learning or deep learning in short is part of the family of machine learning methods which are themselves a subset of the broader field of Artificial Intelligence.<\/p>\n<p>Deep learning is a class of machine learning algorithms that use several layers of nonlinear processing units for feature extraction and transformation. Each successive layer uses the output from the previous layer as input.<\/p>\n<p>Deep neural networks, deep belief networks and recurrent neural networks have been applied to fields such as computer vision, speech recognition, natural language processing, audio recognition, social network filtering, machine translation, and bioinformatics where they produced results comparable to and in some cases better than human experts have.<\/p>\n<p>Deep Learning Algorithms and Networks \u2212<\/p>\n<ul class=\"list\">\n<li>are based on the unsupervised learning of multiple levels of features or representations of the data. Higher-level features are derived from lower level features to form a hierarchical representation.<\/li>\n<li>use some form of gradient descent for training.<\/li>\n<\/ul>\n<p>Here , we will learn about the environment set up for Python Deep Learning. We have to install the following software for making deep learning algorithms.<\/p>\n<ul class=\"list\">\n<li>Python 2.7+<\/li>\n<li>Scipy with Numpy<\/li>\n<li>Matplotlib<\/li>\n<li>Theano<\/li>\n<li>Keras<\/li>\n<li>TensorFlow<\/li>\n<\/ul>\n<p>It is strongly recommend that Python, NumPy, SciPy, and Matplotlib are installed through the Anaconda distribution. It comes with all of those packages.<\/p>\n<p>We need to ensure that the different types of software are installed properly.<\/p>\n<p>Let us go to our command line program and type in the following command \u2212<\/p>\n<pre class=\"result notranslate\">$ python\r\nPython 3.6.3 |Anaconda custom (32-bit)| (default, Oct 13 2017, 14:21:34)\r\n[GCC 7.2.0] on linux\r\n<\/pre>\n<p>Next, we can import the required libraries and print their versions \u2212<\/p>\n<pre class=\"result notranslate\">import numpy\r\nprint numpy.__version__\r\n<\/pre>\n<h3>Output<\/h3>\n<pre class=\"result notranslate\">1.14.2\r\n<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"Installation_of_Theano_TensorFlow_and_Keras\"><\/span><strong>Installation of Theano, TensorFlow and Keras<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Before we begin with the installation of the packages \u2212 Theano, TensorFlow and Keras, we need to confirm if the\u00a0<b>pip<\/b>\u00a0is installed. The package management system in Anaconda is called the pip.<\/p>\n<p>To confirm the installation of pip, type the following in the command line \u2212<\/p>\n<pre class=\"result notranslate\">$ pip\r\n<\/pre>\n<p>Once the installation of pip is confirmed, we can install TensorFlow and Keras by executing the following command \u2212<\/p>\n<pre class=\"prettyprint notranslate prettyprinted\"><span class=\"pln\">$pip install theano\r\n$pip install tensorflow\r\n$pip install keras<\/span><\/pre>\n<p>Confirm the installation of Theano by executing the following line of code \u2212<\/p>\n<pre class=\"prettyprint notranslate prettyprinted\"><span class=\"pln\">$python <\/span><span class=\"pun\">\u2013<\/span><span class=\"pln\">c <\/span><span class=\"pun\">\u201c<\/span><span class=\"kwd\">import<\/span><span class=\"pln\"> theano<\/span><span class=\"pun\">:<\/span> <span class=\"kwd\">print<\/span> <span class=\"pun\">(<\/span><span class=\"pln\">theano<\/span><span class=\"pun\">.<\/span><span class=\"pln\">__version__<\/span><span class=\"pun\">)\u201d<\/span><\/pre>\n<h3>Output<\/h3>\n<pre class=\"result notranslate\">1.0.1\r\n<\/pre>\n<p>Confirm the installation of Tensorflow by executing the following line of code \u2212<\/p>\n<pre class=\"result notranslate\">$python \u2013c \u201cimport tensorflow: print tensorflow.__version__\u201d\r\n<\/pre>\n<h3>Output<\/h3>\n<pre class=\"result notranslate\">1.7.0\r\n<\/pre>\n<p>Confirm the installation of Keras by executing the following line of code \u2212<\/p>\n<pre class=\"result notranslate\">$python \u2013c \u201cimport keras: print keras.__version__\u201d\r\nUsing TensorFlow backend\r\n<\/pre>\n<h3>Output<\/h3>\n<pre class=\"result notranslate\">2.1.5<\/pre>\n<p>Artificial Intelligence (AI) is any code, algorithm or technique that enables a computer to mimic human cognitive behaviour or intelligence. Machine Learning (ML) is a subset of AI that uses statistical methods to enable machines to learn and improve with experience. Deep Learning is a subset of Machine Learning, which makes the computation of multi-layer neural networks feasible. Machine Learning is seen as shallow learning while Deep Learning is seen as hierarchical learning with abstraction.<\/p>\n<p style=\"text-align: center;\"><strong><a href=\"https:\/\/bit.ly\/3ELmCiA\" target=\"_blank\" rel=\"noopener\">Learn Coding in your Language! Enroll Here!<\/a><\/strong><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Relating_Deep_Learning_and_Traditional_Machine_Learning\"><\/span><strong>Relating Deep Learning and Traditional Machine Learning<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>One of the major challenges encountered in traditional machine learning models is a process called feature extraction. The programmer needs to be specific and tell the computer the features to be looked out for. These features will help in making decisions.<\/p>\n<p>Entering raw data into the algorithm rarely works, so feature extraction is a critical part of the traditional machine learning workflow.<\/p>\n<p>This places a huge responsibility on the programmer, and the algorithm&#8217;s efficiency relies heavily on how inventive the programmer is. For complex problems such as object recognition or handwriting recognition, this is a huge issue.<\/p>\n<p>Deep learning, with the ability to learn multiple layers of representation, is one of the few methods that has help us with automatic feature extraction. The lower layers can be assumed to be performing automatic feature extraction, requiring little or no guidance from the programmer.<\/p>\n<p>The Artificial Neural Network, or just neural network for short, is not a new idea. It has been around for about 80 years. The act of sending data straight through a neural network is called a\u00a0<b>feed forward neural network. <\/b>Our data goes from input, to the layers, in order, then to the output. When we go backwards and begin adjusting weights to minimize loss\/cost, this is called\u00a0<b>back propagation.<\/b><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Deep_learning_modelsalgorithms\"><\/span><strong>Deep learning models\/algorithms<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Let us now learn about the different deep learning models\/ algorithms.<\/p>\n<p>Some of the popular models within deep learning are as follows \u2212<\/p>\n<ul class=\"list\">\n<li>Convolutional neural networks<\/li>\n<li>Recurrent neural networks<\/li>\n<li>Deep belief networks<\/li>\n<li>Generative adversarial networks<\/li>\n<li>Auto-encoders and so on<\/li>\n<\/ul>\n<p>The inputs and outputs are represented as vectors or tensors. For example, a neural network may have the inputs where individual pixel RGB values in an image are represented as vectors.<\/p>\n<p>The layers of neurons that lie between the input layer and the output layer are called hidden layers. This is where most of the work happens when the neural net tries to solve problems. Taking a closer look at the hidden layers can reveal a lot about the features the network has learned to extract from the data.<\/p>\n<p>Different architectures of neural networks are formed by choosing which neurons to connect to the other neurons in the next layer.<\/p>\n<p>We will now learn how to train a neural network. We will also learn back propagation algorithm and backward pass in Python Deep Learning.<\/p>\n<p>We have to find the optimal values of the weights of a neural network to get the desired output. To train a neural network, we use the iterative gradient descent method. We start initially with random initialization of the weights. After random initialization, we make predictions on some subset of the data with forward-propagation process, compute the corresponding cost function C, and update each weight w by an amount proportional to dC\/dw, i.e., the derivative of the cost functions w.r.t. the weight. The proportionality constant is known as the learning rate.<\/p>\n<p>The gradients can be calculated efficiently using the back-propagation algorithm. The key observation of backward propagation or backward prop is that because of the chain rule of differentiation, the gradient at each neuron in the neural network can be calculated using the gradient at the neurons, it has outgoing edges to. Hence, we calculate the gradients backwards, i.e., first calculate the gradients of the output layer, then the top-most hidden layer, followed by the preceding hidden layer, and so on, ending at the input layer.<\/p>\n<p>The back-propagation algorithm is implemented mostly using the idea of a computational graph, where each neuron is expanded to many nodes in the computational graph and performs a simple mathematical operation like addition, multiplication. The computational graph does not have any weights on the edges; all weights are assigned to the nodes, so the weights become their own nodes. The backward propagation algorithm is then run on the computational graph. Once the calculation is complete, only the gradients of the weight nodes are required for update. The rest of the gradients can be discarded.<\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/bit.ly\/3ELmCiA\" target=\"_blank\" rel=\"noopener\"><strong>Learn to code from industry experts! Enroll here<\/strong><\/a><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Gradient_Descent_Optimization_Technique\"><\/span><strong>Gradient Descent Optimization Technique<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>One commonly used optimization function that adjusts weights according to the error they caused is called the \u201cgradient descent.\u201d<\/p>\n<p>Gradient is another name for slope, and slope, on an x-y graph, represents how two variables are related to each other: the rise over the run, the change in distance over the change in time, etc. In this case, the slope is the ratio between the network\u2019s error and a single weight; i.e., how does the error change as the weight is varied.<\/p>\n<p>Each weight is just one factor in a deep network that involves many transforms; the signal of the weight passes through activations and sums over several layers, so we use the chain rule of calculus to work back through the network activations and outputs.This leads us to the weight in question, and its relationship to overall error.<\/p>\n<p>Given two variables, error and weight, are mediated by a third variable,\u00a0<b>activation<\/b>, through which the weight is passed. We can calculate how a change in weight affects a change in error by first calculating how a change in activation affects a change in Error, and how a change in weight affects a change in activation.<\/p>\n<p>The basic idea in deep learning is nothing more than that: adjusting a model\u2019s weights in response to the error it produces, until you cannot reduce the error any more.<\/p>\n<p>The deep net trains slowly if the gradient value is small and fast if the value is high. Any inaccuracies in training leads to inaccurate outputs. The process of training the nets from the output back to the input is called back propagation or back prop. We know that forward propagation starts with the input and works forward. Back prop does the reverse\/opposite calculating the gradient from right to left.<\/p>\n<p>Each time we calculate a gradient, we use all the previous gradients up to that point.<\/p>\n<p><b>Regularization<\/b> methods such as drop out, early stopping, data augmentation, transfer learning are applied during training to combat overfitting. Drop out regularization randomly omits units from the hidden layers during training which helps in avoiding rare dependencies. DNNs take into consideration several training parameters such as the size, i.e., the number of layers and the number of units per layer, the learning rate and initial weights.<\/p>\n<p style=\"text-align: center;\"><strong><a href=\"https:\/\/bit.ly\/3ELmCiA\" target=\"_blank\" rel=\"noopener\">Grab the opportunity to learn Python with Entri! Click Here<\/a><\/strong><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Applications\"><\/span><strong>Applications<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Deep learning has produced good results for a few applications such as computer vision, language translation, image captioning, audio transcription, molecular biology, speech recognition, natural language processing, self-driving cars, brain tumour detection, real-time speech translation, music composition, automatic game playing and so on.<\/p>\n<p>Deep learning is the next big leap after machine learning with a more advanced implementation. Currently, it is heading towards becoming an industry standard bringing a strong promise of being a game changer when dealing with raw unstructured data.<\/p>\n<p>Deep learning is currently one of the best solution providers fora wide range of real-world problems. Developers are building AI programs that, instead of using previously given rules, learn from examples to solve complicated tasks. With deep learning being used by many data scientists, deeper neural networks are delivering results that are ever more accurate.<\/p>\n<p>The idea is to develop deep neural networks by increasing the number of training layers for each network; machine learns more about the data until it is as accurate as possible. Developers can use deep learning techniques to implement complex machine learning tasks, and train AI networks to have high levels of perceptual recognition.<\/p>\n<p>Deep learning finds its popularity in Computer vision. Here one of the tasks achieved is image classification where given input images are classified as cat, dog, etc. or as a class or label that best describe the image. We as humans learn how to do this task very early in our lives and have these skills of quickly recognizing patterns, generalizing from prior knowledge, and adapting to different image environments.<\/p>\n<h3><a href=\"https:\/\/bit.ly\/3ELmCiA\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-25494072 size-full\" src=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2021\/10\/Web-Development-Square.png\" alt=\"\" width=\"345\" height=\"345\" srcset=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2021\/10\/Web-Development-Square.png 345w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2021\/10\/Web-Development-Square-300x300.png 300w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2021\/10\/Web-Development-Square-150x150.png 150w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2021\/10\/Web-Development-Square-24x24.png 24w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2021\/10\/Web-Development-Square-48x48.png 48w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2021\/10\/Web-Development-Square-96x96.png 96w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2021\/10\/Web-Development-Square-75x75.png 75w\" sizes=\"auto, (max-width: 345px) 100vw, 345px\" \/><\/a><\/h3>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Python is a general-purpose high level programming language that is widely used in data science and for producing deep learning algorithms. This article introduces Python and its libraries like Numpy, Scipy, Pandas, Matplotlib; frameworks like Theano, TensorFlow, Keras. It also explains how the different libraries and frameworks can be applied to solve complex real world [&hellip;]<\/p>\n","protected":false},"author":111,"featured_media":25521233,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[802,1888],"tags":[],"class_list":["post-25521139","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","category-python-programming"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Deep Learning With Python: All You Need To Know - Entri Blog<\/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:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Deep Learning With Python: All You Need To Know - Entri Blog\" \/>\n<meta property=\"og:description\" content=\"Python is a general-purpose high level programming language that is widely used in data science and for producing deep learning algorithms. This article introduces Python and its libraries like Numpy, Scipy, Pandas, Matplotlib; frameworks like Theano, TensorFlow, Keras. It also explains how the different libraries and frameworks can be applied to solve complex real world [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/\" \/>\n<meta property=\"og:site_name\" content=\"Entri Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/entri.me\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-17T01:54:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-22T14:30:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Deep-Learning-With-Python-All-You-Need-To-Know.png\" \/>\n\t<meta property=\"og:image:width\" content=\"820\" \/>\n\t<meta property=\"og:image:height\" content=\"615\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Feeba Mahin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@entri_app\" \/>\n<meta name=\"twitter:site\" content=\"@entri_app\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Feeba Mahin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/\"},\"author\":{\"name\":\"Feeba Mahin\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/f036dab84abae3dcc9390a1110d95d36\"},\"headline\":\"Deep Learning With Python: All You Need To Know\",\"datePublished\":\"2022-04-17T01:54:34+00:00\",\"dateModified\":\"2022-11-22T14:30:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/\"},\"wordCount\":1845,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Deep-Learning-With-Python-All-You-Need-To-Know.png\",\"articleSection\":[\"Articles\",\"Python Programming\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/\",\"url\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/\",\"name\":\"Deep Learning With Python: All You Need To Know - Entri Blog\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Deep-Learning-With-Python-All-You-Need-To-Know.png\",\"datePublished\":\"2022-04-17T01:54:34+00:00\",\"dateModified\":\"2022-11-22T14:30:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#primaryimage\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Deep-Learning-With-Python-All-You-Need-To-Know.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Deep-Learning-With-Python-All-You-Need-To-Know.png\",\"width\":820,\"height\":615,\"caption\":\"Deep Learning With Python All You Need To Know\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/entri.app\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python Programming\",\"item\":\"https:\/\/entri.app\/blog\/category\/python-programming\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Deep Learning With Python: All You Need To Know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/entri.app\/blog\/#website\",\"url\":\"https:\/\/entri.app\/blog\/\",\"name\":\"Entri Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/entri.app\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/entri.app\/blog\/#organization\",\"name\":\"Entri App\",\"url\":\"https:\/\/entri.app\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"width\":989,\"height\":446,\"caption\":\"Entri App\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/entri.me\/\",\"https:\/\/x.com\/entri_app\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/f036dab84abae3dcc9390a1110d95d36\",\"name\":\"Feeba Mahin\",\"url\":\"https:\/\/entri.app\/blog\/author\/feeba123\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Deep Learning With Python: All You Need To Know - Entri Blog","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:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/","og_locale":"en_US","og_type":"article","og_title":"Deep Learning With Python: All You Need To Know - Entri Blog","og_description":"Python is a general-purpose high level programming language that is widely used in data science and for producing deep learning algorithms. This article introduces Python and its libraries like Numpy, Scipy, Pandas, Matplotlib; frameworks like Theano, TensorFlow, Keras. It also explains how the different libraries and frameworks can be applied to solve complex real world [&hellip;]","og_url":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/","og_site_name":"Entri Blog","article_publisher":"https:\/\/www.facebook.com\/entri.me\/","article_published_time":"2022-04-17T01:54:34+00:00","article_modified_time":"2022-11-22T14:30:30+00:00","og_image":[{"width":820,"height":615,"url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Deep-Learning-With-Python-All-You-Need-To-Know.png","type":"image\/png"}],"author":"Feeba Mahin","twitter_card":"summary_large_image","twitter_creator":"@entri_app","twitter_site":"@entri_app","twitter_misc":{"Written by":"Feeba Mahin","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#article","isPartOf":{"@id":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/"},"author":{"name":"Feeba Mahin","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/f036dab84abae3dcc9390a1110d95d36"},"headline":"Deep Learning With Python: All You Need To Know","datePublished":"2022-04-17T01:54:34+00:00","dateModified":"2022-11-22T14:30:30+00:00","mainEntityOfPage":{"@id":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/"},"wordCount":1845,"commentCount":0,"publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"image":{"@id":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Deep-Learning-With-Python-All-You-Need-To-Know.png","articleSection":["Articles","Python Programming"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/","url":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/","name":"Deep Learning With Python: All You Need To Know - Entri Blog","isPartOf":{"@id":"https:\/\/entri.app\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#primaryimage"},"image":{"@id":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Deep-Learning-With-Python-All-You-Need-To-Know.png","datePublished":"2022-04-17T01:54:34+00:00","dateModified":"2022-11-22T14:30:30+00:00","breadcrumb":{"@id":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#primaryimage","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Deep-Learning-With-Python-All-You-Need-To-Know.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Deep-Learning-With-Python-All-You-Need-To-Know.png","width":820,"height":615,"caption":"Deep Learning With Python All You Need To Know"},{"@type":"BreadcrumbList","@id":"https:\/\/entri.app\/blog\/deep-learning-with-python-all-you-need-to-know\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/entri.app\/blog\/"},{"@type":"ListItem","position":2,"name":"Python Programming","item":"https:\/\/entri.app\/blog\/category\/python-programming\/"},{"@type":"ListItem","position":3,"name":"Deep Learning With Python: All You Need To Know"}]},{"@type":"WebSite","@id":"https:\/\/entri.app\/blog\/#website","url":"https:\/\/entri.app\/blog\/","name":"Entri Blog","description":"","publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/entri.app\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/entri.app\/blog\/#organization","name":"Entri App","url":"https:\/\/entri.app\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","width":989,"height":446,"caption":"Entri App"},"image":{"@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/entri.me\/","https:\/\/x.com\/entri_app"]},{"@type":"Person","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/f036dab84abae3dcc9390a1110d95d36","name":"Feeba Mahin","url":"https:\/\/entri.app\/blog\/author\/feeba123\/"}]}},"_links":{"self":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25521139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/users\/111"}],"replies":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/comments?post=25521139"}],"version-history":[{"count":8,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25521139\/revisions"}],"predecessor-version":[{"id":25547809,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25521139\/revisions\/25547809"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media\/25521233"}],"wp:attachment":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media?parent=25521139"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/categories?post=25521139"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/tags?post=25521139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}