<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Kemi Patel on Medium]]></title>
        <description><![CDATA[Stories by Kemi Patel on Medium]]></description>
        <link>https://medium.com/@kemipatel?source=rss-d4615dbde0eb------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*SeVro5iI51uYahhlaMEgeg.png</url>
            <title>Stories by Kemi Patel on Medium</title>
            <link>https://medium.com/@kemipatel?source=rss-d4615dbde0eb------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sun, 17 May 2026 19:31:10 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@kemipatel/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Want to learn Numpy??? Here are the resources]]></title>
            <link>https://medium.com/@kemipatel/want-to-learn-numpy-here-are-the-resources-597ca0ddf474?source=rss-d4615dbde0eb------2</link>
            <guid isPermaLink="false">https://medium.com/p/597ca0ddf474</guid>
            <category><![CDATA[machine-learning]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[numpy]]></category>
            <category><![CDATA[data-science]]></category>
            <dc:creator><![CDATA[Kemi Patel]]></dc:creator>
            <pubDate>Mon, 13 Jul 2020 15:34:10 GMT</pubDate>
            <atom:updated>2020-07-13T15:36:10.787Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*h9-Nt7aqs47-vorqwQMpEQ.png" /></figure><ol><li><a href="https://www.youtube.com/playlist?list=PLVlQHNRLflP8ojs1_66Q3txPQg5jemQrG">https://www.youtube.com/playlist?list=PLVlQHNRLflP8ojs1_66Q3txPQg5jemQrG</a></li><li><a href="https://www.analyticsvidhya.com/blog/2020/04/the-ultimate-numpy-tutorial-for-data-science-beginners/">https://www.analyticsvidhya.com/blog/2020/04/the-ultimate-numpy-tutorial-for-data-science-beginners/</a></li><li><a href="https://www.edureka.co/blog/python-numpy-tutorial/?ranMID=42536&amp;ranEAID=a1LgFw09t88&amp;ranSiteID=a1LgFw09t88-QXKWRouXddnlRPaf1NSmjQ&amp;LSNSUBSITE=Omitted_a1LgFw09t88">https://www.edureka.co/blog/python-numpy-tutorial/?ranMID=42536&amp;ranEAID=a1LgFw09t88&amp;ranSiteID=a1LgFw09t88-QXKWRouXddnlRPaf1NSmjQ&amp;LSNSUBSITE=Omitted_a1LgFw09t88</a></li><li><a href="https://www.datacamp.com/community/tutorials/python-numpy-tutorial">https://www.datacamp.com/community/tutorials/python-numpy-tutorial</a></li><li><a href="https://www.machinelearningplus.com/python/101-numpy-exercises-python/">https://www.machinelearningplus.com/python/101-numpy-exercises-python/</a></li></ol><p><em>Do Follow me on Instagram</em> <a href="https://www.instagram.com/technophiles_learnings/">https://www.instagram.com/technophiles_learnings/</a></p><p>Thank you!</p><p>Happy Learning!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=597ca0ddf474" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Self Study Path to Data Science]]></title>
            <link>https://medium.com/@kemipatel/self-study-path-to-data-science-f555f61bbc5e?source=rss-d4615dbde0eb------2</link>
            <guid isPermaLink="false">https://medium.com/p/f555f61bbc5e</guid>
            <category><![CDATA[self-study]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[deep-learning]]></category>
            <category><![CDATA[data-science]]></category>
            <category><![CDATA[machine-learning]]></category>
            <dc:creator><![CDATA[Kemi Patel]]></dc:creator>
            <pubDate>Mon, 06 Jul 2020 14:00:59 GMT</pubDate>
            <atom:updated>2020-07-06T14:03:38.570Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*x9Pg4Cl7FjxFcPuf-5UsUg.png" /></figure><p>Let’s see how to learn Data science by self-study, what all you need to cover.</p><h3>1. Select a programming language:</h3><p>You can select any from :</p><ol><li>Python</li><li>R</li><li>Java</li></ol><p>My suggestion is you <strong>use Python or R</strong> because there are many libraries</p><p><strong>Python</strong> is widely <strong>used</strong> and is a favorite tool along being a flexible and open-sourced language. Its massive libraries are <strong>used</strong> for <strong>data</strong> manipulation and are very easy to learn even for a beginner <strong>data</strong> analyst.</p><p>If you go with python here is list of topics you must learn:</p><ol><li>what is python</li><li>How to define variables</li><li>Different kinds of data Structures: Lists, Tuples, Strings, Dictionaries</li><li>Functions</li><li>Exception Handling</li><li>OOP</li></ol><h3>2. Numpy:</h3><p><strong>NumPy</strong> (Numerical Python) is a linear algebra library in Python. It is a very important library on which almost every <strong>data science</strong> or machine learning</p><p>Topics you must take care:</p><ol><li>Define Numpy</li><li>How to import NumPy</li><li>Creating arrays</li><li>Basic Operations: Indexing and Slicing</li><li>Indexing techniques</li><li>Inbuild functions</li></ol><h3>3. Pandas:</h3><p>Pandas provide essential data structures like series, dataframes, and panels which help in manipulating data sets and time series.</p><p>It is free to use and an open-source library, making it one of the most widely used data science libraries in the world.</p><p>You need to learn pandas in depth</p><p>what are the different operations in Feature engineering, Scaling, Handling missing data.</p><h3>4. Maths:</h3><p>The amount of math you’ll need depends on the role. First, every data scientist needs to know some statistics and probability theory.</p><p>Learn Statistics: Mean, Median, Mode, Percentile, Distributions, learn use cases, know the answer “Why to use, why it is doing“.</p><p>Linear Algebra and Calculus can be learned while learning maths behind machine learning algorithms.</p><h3>5. Matplotlib, Seaborn:</h3><p>These are visualization libraries, understand how to use it</p><h3>6. Hands-on Exploratory Data Analysis:</h3><p>This is one of the important section</p><p>Exploratory Data Analysis or (EDA) is understanding the data sets by summarizing their main characteristics often plotting them visually</p><p>Learn how to get information from a dataset, do some projects on the same</p><h3>7. Understanding Machine Learning:</h3><p>Understand all the Algorithms and maths behind them, Try to implement using SKlearn, Play with parameters.</p><p>Find solutions to “ Why to use these Algorithms?” , “what is the difference between these algorithms?”</p><h3>8. Understanding Deep Learning:</h3><p>Understand all the Algorithms and maths behind them, there are mainly 3 important algorithms: ANN, RNN, CNN</p><p>understand where to use them, learn advanced technology of CNN, Transfer Learning.</p><h3>10. Learn other libraries:</h3><ol><li>Tensorflow</li><li>Keras</li><li>Theano</li><li>PyTorch</li></ol><h3>11. Learn Databases:</h3><p>SQL database: SQL</p><p>NOSQL database: MongoDB</p><h3>12. Learn Visualization Tools:</h3><p>Learn Some Visualization tools:</p><ol><li>PowerBI</li><li>Qlik Sense</li><li>Tableau</li></ol><p>I think this much will be enough to get a good knowledge of Data science and help you get a job</p><p>For more detailed learning you can read research papers, some good blogs.</p><p><em>Do Follow me on Instagram</em> <a href="https://www.instagram.com/technophiles_learnings/">https://www.instagram.com/technophiles_learnings/</a></p><p>Thank you!</p><p>Happy Learning!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=f555f61bbc5e" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Numpy for Data Science]]></title>
            <link>https://medium.com/swlh/numpy-for-data-science-b293d12f88a9?source=rss-d4615dbde0eb------2</link>
            <guid isPermaLink="false">https://medium.com/p/b293d12f88a9</guid>
            <category><![CDATA[python-programming]]></category>
            <category><![CDATA[numpy-array]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[numpy]]></category>
            <dc:creator><![CDATA[Kemi Patel]]></dc:creator>
            <pubDate>Sun, 28 Jun 2020 10:44:31 GMT</pubDate>
            <atom:updated>2020-06-28T10:44:31.719Z</atom:updated>
            <content:encoded><![CDATA[<p>Let’s talk about Numpy in Python For Data Science</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Pf7p5cDxJF5LbSrgg01MRQ.png" /></figure><h3>WHAT IS NUMPY LIBRARIES IN PYTHON</h3><p>NumPy is the fundamental package for scientific computing in Python.</p><p>It provides a high-performance multidimensional array object and tools for working with these arrays.</p><p>NumPy arrays are called <strong>ndarray</strong> or<strong> N-dimensional arrays</strong> and they store elements of the same type and size. It is known for its high-performance and provides efficient storage and data operations as arrays grow in size.</p><h3>CREATING AN NUMPY ARRAY</h3><p>NumPy comes pre-installed when you download Anaconda. But if you want to install NumPy separately on your machine, just type the below command on your terminal:</p><pre><em>pip install numpy</em></pre><p>Now you need to import the library:</p><pre><em>import numpy as np</em></pre><p><strong>Basic Array:</strong></p><p>To create a very basic ndarray, you use the <a href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.array.html">np.array()</a> method</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/435/1*NwH5fTMuPPOcPzmL0PMSuw.png" /><figcaption>Basic Array</figcaption></figure><p><strong>Arrays with Zero:</strong></p><p>NumPy lets you create an array of all zeros using the <a href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.zeros.html#numpy.zeros"><strong>np.zeros()</strong></a> method. All you have to do is pass the shape of the desired array:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/413/1*3TAIRBFRB07ckdwlcp-C1A.png" /><figcaption>array with Zeros</figcaption></figure><p><strong>Arrays with one:</strong></p><p>You could also create an array of all <strong>1s</strong> using the <a href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.ones.html#numpy.ones"><strong>np.ones()</strong></a> method:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/406/1*AgmqnTiI8EAYd49qO7Kk6Q.png" /><figcaption>Array of ones</figcaption></figure><p><strong>Random numbers in ndarray:</strong></p><p>Another very commonly used method to create ndarrays is <a href="https://docs.scipy.org/doc/numpy-1.14.1/reference/generated/numpy.random.rand.html">np.random.rand()</a> method. It creates an array of a given shape with random values from [0,1):</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/519/1*uD2AZkJX-dgZFnSgjDZq9w.png" /><figcaption>Random Numbers</figcaption></figure><p><strong>An array of your choice:</strong></p><p>you can create an array filled with any given value using the <a href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.full.html"><strong>np.full()</strong></a> method. Just pass in the shape of the desired array and the value you want</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/378/1*vvleGAi-LJDsxD2t5A51JQ.png" /><figcaption>An array of your Choice</figcaption></figure><h4>Imatrix:</h4><p>the method is <a href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.eye.html"><strong>np.eye()</strong></a> that returns an array with <strong>1s</strong> along its diagonal and <strong>0s</strong> everywhere else.</p><p><em>An </em><a href="https://en.wikipedia.org/wiki/Identity_matrix"><strong><em>Identity matrix</em></strong></a><em> is a square matrix that has </em><strong><em>1s along with its main diagonal and 0s everywhere else</em></strong><em>. Below is an Identity matrix of shape 3 x 3.</em></p><p><em>Note: A square matrix has an N x N shape. This means it has the same number of rows and columns.</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/363/1*AlE_8lFJvYyhNvVl4vV_VQ.png" /><figcaption>Imatrix</figcaption></figure><h3>PROPERTIES OF ARRAY OBJECT</h3><p>We can get info about an array:</p><ol><li><strong>Type</strong>: Datatype of element inside the array/matrix</li><li><strong>Size</strong>: No of elements in array/matrix</li><li><strong>Dimensions</strong>: Number of Dimensions I,e: 1d/2d/multiD</li><li><strong>Shape</strong>: no of rows and no of columns</li></ol><figure><img alt="" src="https://cdn-images-1.medium.com/max/591/1*Fpqa5fA0NQyAhx4MP2wm3g.png" /><figcaption>1D</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/612/1*6h-G-Mq5pqFcxpyKT_RibQ.png" /><figcaption>2d</figcaption></figure><h3>PROCESS THE ELEMENTS WITHIN THE ARRAY/MATRIX</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/582/1*ytROr8h-gp5Uj9CZT03dVg.png" /><figcaption>1d</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/615/1*aeZFjneFrK4od5BvmE2eqQ.png" /><figcaption>2d</figcaption></figure><h3>GRAB SUBMATRIX FROM MATRIX USING SLICING</h3><p>We can grab submatrix from the matrix using slicing below is the syntax:</p><p><strong>[row_lower : row_upper, col_lower : col_lower]</strong></p><p>Below is the Example:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/209/1*GY1TGclY48VtDCtbTgZ5sA.png" /><figcaption>Example</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/509/1*F4HaOJajQqmBVtxkIZwTgA.png" /><figcaption>Slicing</figcaption></figure><h3>CREATING 1d,2d,Nd ARRAY USING NDARRAY()</h3><p>we can create any dimension of array by defining its <strong>Shape</strong></p><p>here for 1d,2d I took input from the user but in 3d array i specified the value you can take input from the user just in a loop instead of arr[i][j][k]=val, you can specify arr[i][j][k]=int(input())</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/573/1*iUfIF0EYoILNscYYyfzj2Q.png" /><figcaption>1d</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/633/1*S6PuISIzbQXWE5vojDiCZg.png" /><figcaption>2d</figcaption></figure><p>How does shape(2,3,3)works:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/437/1*C9IA9pSmZEPnP5ecyG1lvA.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/442/1*taZfhRWeoFPfhEGAYsbf4w.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/601/1*aI1LLUxbWIzNb8GbKViVGQ.png" /><figcaption>3d array</figcaption></figure><h3>RESHAPE OF AN ARRAY</h3><p>The reshape() function is used to give a new shape to an array without changing its data</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/523/1*OXbPTakbsPrVNtAyw9d7Mg.png" /><figcaption>reshape 1d to 3d</figcaption></figure><p><em>Code on Github</em>: <a href="https://github.com/kemypatel/Python_Coding_Exercises">https://github.com/kemypatel/Python_Coding_Exercises</a></p><p><em>Do Follow me on Instagram</em> <a href="https://www.instagram.com/technophiles_learnings/">https://www.instagram.com/technophiles_learnings/</a></p><p>Thank you!</p><p>Happy Learning!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=b293d12f88a9" width="1" height="1" alt=""><hr><p><a href="https://medium.com/swlh/numpy-for-data-science-b293d12f88a9">Numpy for Data Science</a> was originally published in <a href="https://medium.com/swlh">The Startup</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Dictionaries in Python]]></title>
            <link>https://medium.com/@kemipatel/dictionaries-in-python-59ce5404f3e4?source=rss-d4615dbde0eb------2</link>
            <guid isPermaLink="false">https://medium.com/p/59ce5404f3e4</guid>
            <category><![CDATA[python-dictionaries]]></category>
            <category><![CDATA[dictionary]]></category>
            <category><![CDATA[python-programming]]></category>
            <dc:creator><![CDATA[Kemi Patel]]></dc:creator>
            <pubDate>Tue, 23 Jun 2020 11:02:26 GMT</pubDate>
            <atom:updated>2020-06-23T11:02:26.392Z</atom:updated>
            <content:encoded><![CDATA[<p>Dictionaries are an unordered collection of key-value pairs.</p><p>Elements in the dictionary are represented by <strong>{key : value}</strong> pair Separated by comma and enclosed in curly brackets{}</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*QeWvUjx-GOn8QzozpUdT1Q.png" /><figcaption>Dictionaries in Python</figcaption></figure><p>In this section we will learn:</p><ol><li>Constructing a Dictionary</li><li>Accessing element from a dictionary</li><li>Nesting Dictionaries</li><li>Basic Dictionary Methods</li></ol><h4>CONSTRUCTING A DICTIONARY</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/635/1*pbEYEWRfd51JBhaoekcX2g.png" /><figcaption>Constructing a dictionary</figcaption></figure><h4>ACCESSING ELEMENTS FROM A DICTIONARY</h4><p>Elements in the dictionary are accessed using their keys</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/475/1*wqQM08oYJWEvXsxyUbXwCA.png" /><figcaption>Accessing element from a dictionary</figcaption></figure><h4>NESTING DICTIONARIES</h4><p>Hopefully, you’re starting to see how powerful Python is with its flexibility of nesting objects and calling methods on them. Let’s see a dictionary nested inside a dictionary:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/608/1*6aWftoq4uayzAbVaKOg1IQ.png" /><figcaption>Nesting with dictionaries</figcaption></figure><h4>BASIC DICTIONARY METHODS</h4><p>There are a few methods we can call on a dictionary. Let’s get a quick introduction to a few of them:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/574/1*TOaFgapMppc0GUMtPt5jhA.png" /><figcaption>Basic Dictionary Methods</figcaption></figure><p><em>Code on Github</em>: <a href="https://github.com/kemypatel/Python_Coding_Exercises">https://github.com/kemypatel/Python_Coding_Exercises</a></p><p><em>Do Follow me on Instagram</em> <a href="https://www.instagram.com/technophiles_learnings/">https://www.instagram.com/technophiles_learnings/</a></p><p>Thank you!</p><p>Happy Learning!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=59ce5404f3e4" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Tuples in Python]]></title>
            <link>https://medium.com/@kemipatel/tuples-in-python-97a72a53b513?source=rss-d4615dbde0eb------2</link>
            <guid isPermaLink="false">https://medium.com/p/97a72a53b513</guid>
            <category><![CDATA[python]]></category>
            <category><![CDATA[python-programming]]></category>
            <category><![CDATA[tuples]]></category>
            <dc:creator><![CDATA[Kemi Patel]]></dc:creator>
            <pubDate>Tue, 23 Jun 2020 06:35:08 GMT</pubDate>
            <atom:updated>2020-06-23T06:35:08.503Z</atom:updated>
            <content:encoded><![CDATA[<p>In Python tuples are very similar to lists, however, unlike lists, they are *immutable* meaning they can not be changed. You would use tuples to present things that shouldn’t be changed, such as days of the week, or dates on a calendar.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*UXrjVxmo77DHy-gCHklOng.png" /><figcaption>Tuples</figcaption></figure><p>In this section we will go through:</p><ol><li>Constructing Tuples</li><li>Basic Tuple Methods</li><li>Immutability</li><li>When to Use Tuples</li></ol><h4>CONSTRUCTING TUPLES</h4><p>The construction of a tuple use () with elements separated by commas. For example:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/340/1*d4HYhKlJ3T2XH59e55ilEA.png" /><figcaption>creating a tuple</figcaption></figure><p>We can use indexing to access elements of a tuple</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/200/1*sErVf6h87auD4eYUjZUTmw.png" /><figcaption>Indexing in Tuple</figcaption></figure><p>In tuple, Slicing is same as lists</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/245/1*Ka80OuQgekoC7aOfaE_QBQ.png" /><figcaption>Slicing in Tuple</figcaption></figure><h4>BASIC TUPLE METHODS</h4><p>Methods that add items or remove items are not available in the tuple. Only the following two methods are available.</p><ol><li>count()</li><li>index()</li></ol><figure><img alt="" src="https://cdn-images-1.medium.com/max/525/1*YK-H4yuS0FD3PWjqTbLB-g.png" /><figcaption>Methods in Tuples</figcaption></figure><h4>IMMUTABLITY</h4><p>It can’t be stressed enough that tuples are immutable. To drive that point home:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/711/1*ueO76ZvFZWDtcu-zHaMoEw.png" /><figcaption>Immutability</figcaption></figure><p>Because of this immutability, tuples can’t grow. Once a tuple is made we can not add or delete anything.</p><h4>WHEN TO USE TUPLES</h4><p>You may be wondering, “Why bother using tuples when they have fewer available methods?” To be honest, tuples are not used as often as lists in programming, but are used when immutability is necessary. If in your program you are passing around an object and need to make sure it does not get changed, then a tuple becomes your solution. It provides a convenient source of data integrity</p><p><em>Code on Github</em>: <a href="https://github.com/kemypatel/Python_Coding_Exercises">https://github.com/kemypatel/Python_Coding_Exercises</a></p><p><em>Do Follow me on Instagram </em><a href="https://www.instagram.com/technophiles_learnings/">https://www.instagram.com/technophiles_learnings/</a></p><p>Thank you</p><p>Happy Learning!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=97a72a53b513" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Lists In Python]]></title>
            <link>https://medium.com/@kemipatel/lists-in-python-80f91c436d6e?source=rss-d4615dbde0eb------2</link>
            <guid isPermaLink="false">https://medium.com/p/80f91c436d6e</guid>
            <category><![CDATA[lists]]></category>
            <category><![CDATA[python-programming]]></category>
            <category><![CDATA[lists-in-python]]></category>
            <category><![CDATA[python]]></category>
            <dc:creator><![CDATA[Kemi Patel]]></dc:creator>
            <pubDate>Mon, 22 Jun 2020 16:10:05 GMT</pubDate>
            <atom:updated>2020-06-22T16:10:05.978Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*mrwoZZEYWE95AfMw8_aG0w.png" /></figure><p>In this section we will see:</p><ol><li>Creating Lists</li><li>Indexing and Slicing Lists</li><li>Basic List Methods</li><li>Nesting Lists</li><li>List Comprehensions</li></ol><p><em>Code up on my GitHub</em></p><h4>CREATING LISTS</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/454/1*u5903tDOMfvr-pRQuUi_aA.png" /><figcaption>creating a list</figcaption></figure><p>Created a list of 4 elements of different types and assigned list with variable name st.</p><p>we can check the length of list i,e number of elements in a list</p><h4>INDEXING AND SLICING LISTS</h4><p><strong>Indexing</strong></p><p>Q: How to access elements of the list?</p><p>A: We can access the list element using their Index.</p><p>let’s take an example:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/535/1*Z3ZoCuZnQ0QTt_8N0pa09Q.png" /><figcaption>accessing element through Indexing</figcaption></figure><p>In Python Indexing of element starts from 0</p><p>so first element 50 is at index location 0, 80 is at index 1, and so on</p><p>Elements can also access by negative indexing in the list.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/521/0*Alku2ev5BX_rS6jW" /></figure><p><strong>Slicing:</strong></p><p>We can access a range of items in a list by using the slicing operator :</p><p>syntax : [start : stop : stepsize]</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/435/1*Z7OwataoILv6jmQ604ekvQ.png" /><figcaption>slicing of element</figcaption></figure><h4>BASIC LISTS METHODS</h4><p>append() — Add an element to the end of the list</p><p>extend() — Add all elements of a list to the another list</p><p>insert() — Insert an item at the defined index</p><p>remove() — Removes an item from the list</p><p>pop() — Removes and returns an element at the given index</p><p>clear() — Removes all items from the list</p><p>index() — Returns the index of the first matched item</p><p>count() — Returns the count of the number of items passed as an argument</p><p>sorted() — Sort items in a list in ascending order</p><p>reverse() — Reverse the order of items in the list</p><p>copy() — Returns a shallow copy of the list</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/483/1*dPiXwmEMgak4DEIk3sDM6A.png" /><figcaption>list methods</figcaption></figure><h4>NESTING LISTS</h4><p>A nested list is a list within a list.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/501/1*3iqluvwiEj_kAzbLIBsOdA.png" /><figcaption>nested list</figcaption></figure><p>We can again use indexing to grab elements, but now there are two levels for the index. The items in the matrix object, and then the items inside that list!</p><h4>LIST COMPREHENSION</h4><p>Python has an advanced feature called list comprehensions. They allow us for the quick construction of lists.</p><p>syntax : <strong>new_list = [expression for item in list]</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/347/1*i3vOFyVDhhz2wcjfWETY8A.png" /><figcaption>list Comprehension</figcaption></figure><p>Code on Github: <a href="https://github.com/kemypatel/Python_Coding_Exercises">https://github.com/kemypatel/Python_Coding_Exercises</a></p><p>Do Follow me on Instagram <a href="https://www.instagram.com/technophiles_learnings/">https://www.instagram.com/technophiles_learnings/</a></p><p>Thank you</p><p>Happy Learning</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=80f91c436d6e" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ebooks — Python, Machine Learning, Deep Learning, Statistics and Many More]]></title>
            <link>https://medium.com/@kemipatel/ebooks-python-machine-learning-deep-learning-statistics-and-many-more-916cb42c5293?source=rss-d4615dbde0eb------2</link>
            <guid isPermaLink="false">https://medium.com/p/916cb42c5293</guid>
            <category><![CDATA[ebooks-online]]></category>
            <category><![CDATA[deep-learning]]></category>
            <category><![CDATA[machine-learning]]></category>
            <category><![CDATA[statistical-learning]]></category>
            <category><![CDATA[python]]></category>
            <dc:creator><![CDATA[Kemi Patel]]></dc:creator>
            <pubDate>Mon, 22 Jun 2020 10:05:12 GMT</pubDate>
            <atom:updated>2020-08-23T06:59:24.063Z</atom:updated>
            <content:encoded><![CDATA[<h3>Ebooks — Python, Machine Learning, Deep Learning, Statistics and Many More</h3><p>Hey Guys, I will be sharing Ebooks related to Python, Machine Learning, Deep Learning, Statistics and probability, and many more.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Y8SIQQQNuBT0tGfJzBE8xA.png" /></figure><ol><li><a href="https://drive.google.com/open?id=1RtZmTm0qPWG8O0muQUemHfHuEKDpkUXz"><em>Python workbook</em></a></li></ol><figure><img alt="" src="https://cdn-images-1.medium.com/max/320/0*8aMmE8XcNdOw9veK.png" /></figure><p>2. <a href="https://drive.google.com/open?id=1YsYXPgUxezYgx5-yCw6rumZmaAVkCEUi"><em>Python for everybody</em></a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/320/0*bQ0lL-JtIHB_2wqv.png" /></figure><p>3.<em> </em><a href="https://drive.google.com/file/d/1bcZk1-_yoHiQBvQR8n3NbrZHUvHgz0f_/view?usp=sharing"><em>Introduction to Data</em></a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/320/0*gNS6MkTQv_6AH84a.png" /></figure><p>4. <a href="https://drive.google.com/file/d/1aGpfVaRR9GTGke8wUGQ5_NwYkVSIn3hP/view?usp=sharing"><em>Machine Learning with Python</em></a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/320/0*9FOp2b_5tXdVVaFJ.png" /></figure><p>5.<em> </em><a href="https://drive.google.com/file/d/1AAPYyCTBLBRuEjtcD_Nz0t3fQ1y4x4dl/view?usp=sharing"><em>Python CookBook</em></a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/320/0*cR4l3QjXn1ku3zSC.png" /></figure><p><a href="https://drive.google.com/file/d/1_xy1Mr6cnK5rHwJ0tE6kW0VJN6dtw1P9/view?usp=sharing">6. <em>Machine learning book</em></a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/320/0*revB-ySlSgIUPlw3.png" /></figure><p>7. <a href="https://drive.google.com/file/d/1xT5FdomAjml6SWfDRLQPVRbdX0AwJJ9m/view?usp=sharing"><em>Python Crash Course</em></a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/320/0*MnWJlm-KvoKXD9qa.png" /></figure><p>8.<em> </em><a href="https://drive.google.com/file/d/16FCiBhjDMHq3dWaLQ0kRRit7J0Dj3PYJ/view?usp=sharing"><em>Pattern Recognition and Machine Learning</em></a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/320/0*AWhdLwwRPt8Mi1x9.png" /></figure><p>9.<a href="https://drive.google.com/file/d/10faTCLPK2FrC88oSVbEUGtDeP5ZfnNKg/view?usp=sharing"><em> Machine Learning Yearning</em></a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/320/0*nS3zAHk2AYyh7M6f.png" /></figure><p><em>10</em><a href="https://drive.google.com/file/d/11zZDzkqHv-r-lULnhGBPVPiSe66ccF_6/view?usp=sharing"><em>. Principles of Soft Computing</em></a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/262/0*D2JkehmjVmtLMTsY.png" /></figure><p><em>Github</em>: <a href="https://github.com/kemypatel">https://github.com/kemypatel</a></p><p><em>Do Follow me on Instagram </em><a href="https://www.instagram.com/technophiles_learnings/">https://www.instagram.com/technophiles_learnings/</a></p><p>Thank you</p><p>Happy Learning</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=916cb42c5293" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Python Basics]]></title>
            <link>https://medium.com/@kemipatel/python-basics-bf845e182484?source=rss-d4615dbde0eb------2</link>
            <guid isPermaLink="false">https://medium.com/p/bf845e182484</guid>
            <category><![CDATA[python3]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[python-programming]]></category>
            <dc:creator><![CDATA[Kemi Patel]]></dc:creator>
            <pubDate>Mon, 22 Jun 2020 09:35:42 GMT</pubDate>
            <atom:updated>2020-06-22T09:35:42.470Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*bspB8NbknsOv0iEW.jpg" /><figcaption>Python Programming</figcaption></figure><p>Python was designed by <a href="https://en.wikipedia.org/wiki/Guido_van_Rossum">Guido van Rossum</a> and first released in 1991.</p><p>Python is a cross-platform programming language, which means that it can run on multiple platforms like Windows, macOS, Linux, and has even been ported to the Java and .NET virtual machines. It is free and open-source.</p><p>Now no more introduction let’s directly jump to programming</p><h3>Your first Python Program</h3><p>Write the below code and run</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/282/1*CeSyTlIwXmfOltvRvznQkQ.png" /><figcaption>First Python Code</figcaption></figure><p>Congratulations you just wrote your first python code.</p><h3>Python Datatypes</h3><p>There are various types of DataTypes here are some important:</p><ol><li>Numbers</li><li>Lists</li><li>Tuple</li><li>Strings</li><li>Set</li><li>Dictionaries</li></ol><h4>NUMBERS</h4><p>There are mainly three types of number:</p><ol><li><strong>Integers</strong>: Positive or negative whole numbers</li><li><strong>Floating Point</strong>: Float, or “floating-point number” is a number, positive or negative, containing one or more decimals.</li><li><strong>Complex</strong>: Complex numbers are written with a “j” as the imaginary part</li></ol><p>To check the type, we use type() function</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/438/1*-NWnytk77gQNJnAqCH92bQ.png" /><figcaption>Code for Numbers</figcaption></figure><h4>LISTS</h4><p>The list is an ordered sequence of items. It is one of the most used datatype in Python and is very flexible. All the items in a list do not need to be of the same type.</p><p>Elements in the list are separated by a comma enclosed in square brackets [].</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/328/1*Wwv-zHsPuTpMlACt0DCnYw.png" /><figcaption>Code for Lists</figcaption></figure><h4>TUPLES</h4><p>The tuple is an ordered sequence like the list we can store elements of different datatypes. The only difference is that tuples are immutable i.e, Tuples once created cannot be modified.</p><p>Elements in Tuples are separated by a comma and enclosed in round brackets()</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/357/1*Jp7LjUtFa03Hm1eZvlu18A.png" /><figcaption>Code for Tuples</figcaption></figure><h4>STRINGS</h4><p>A string is a sequence of Unicode Characters We can use single quotes or double quotes to represent strings. Multi-line strings can be denoted using triple quotes “ “ “ or ‘ ‘ ‘.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/511/1*_Kxv6fT_yYkWxQU-ft6Hvg.png" /><figcaption>Code for Strings</figcaption></figure><h4>SET</h4><p>Set is a collection of unordered, unindexed, and unique items.</p><p>Elements in sets are separated by a comma and enclosed within curly brackets{}</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/322/1*b7TjnmZUtNc6aw2fYxCJTA.png" /><figcaption>Code for sets</figcaption></figure><h4>DICTIONARIES</h4><p>Dictionaries are an unordered collection of key-value pairs.</p><p>Elements in the dictionary are represented by <strong>{key : value}</strong> pair Separated by comma and enclosed in curly brackets{}</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/346/1*-vHt_XsEGBOf9y56KYdxqA.png" /><figcaption>Code for dictionaries</figcaption></figure><p>Code on Github: <a href="https://github.com/kemypatel/Python_Coding_Exercises">https://github.com/kemypatel/Python_Coding_Exercises</a></p><p>Do Follow me on Instagram <a href="https://www.instagram.com/technophiles_learnings/">https://www.instagram.com/technophiles_learnings/</a></p><p>Thank you</p><p>Happy Learning</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=bf845e182484" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[What is Machine Learning?]]></title>
            <link>https://medium.com/@kemipatel/what-is-machine-learning-e037c339dc59?source=rss-d4615dbde0eb------2</link>
            <guid isPermaLink="false">https://medium.com/p/e037c339dc59</guid>
            <category><![CDATA[machine-learning]]></category>
            <category><![CDATA[types-of-machine-learning]]></category>
            <dc:creator><![CDATA[Kemi Patel]]></dc:creator>
            <pubDate>Sat, 20 Jun 2020 10:26:31 GMT</pubDate>
            <atom:updated>2020-06-22T10:37:12.719Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*U1WWVCEdTLamgKMu.png" /></figure><p>Machine Learning is a subfield of Artificial Intelligence.</p><h3><strong>Definition:</strong></h3><ol><li><strong>Arthur Samuel: </strong>Machine Learning is the field of study that gives the computers the ability to learn without being explicitly programmed</li><li><strong>Tom Mitchell: </strong>A Computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E.</li></ol><h3><strong>Examples of Machine Learning :</strong></h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*fvJW7B_rGWCuphbQ.png" /></figure><p>Here are some machine learning examples in day to day life:</p><ol><li>Facebook’s Face Recognition System</li><li>Spam Detection in Gmail</li><li>Netflix’s Movie Recommendation System</li><li>Amazon’s Product Recommendation</li><li>Handwriting Recognition</li><li>Search Engine Result Refining</li><li>Speech Recognition</li><li>Image Recognition</li><li>Diagnosis of Diseases</li><li>Google Maps</li></ol><h3><strong>Types of Machine Learning:</strong></h3><p>There are mainly 3 types of Machine Learning Algorithms:</p><ol><li>Supervised Learning</li><li>Unsupervised Learning</li><li>Reinforcement Learning</li></ol><p>Details Explanation of types will be in the next blog</p><p>Happy Learning</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e037c339dc59" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>