<?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 Chioma Nkenchor on Medium]]></title>
        <description><![CDATA[Stories by Chioma Nkenchor on Medium]]></description>
        <link>https://medium.com/@amariasnkenchor?source=rss-77162079e1a0------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/0*w7F9-LDXnXjnngAR.jpg</url>
            <title>Stories by Chioma Nkenchor on Medium</title>
            <link>https://medium.com/@amariasnkenchor?source=rss-77162079e1a0------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sun, 24 May 2026 02:00:42 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@amariasnkenchor/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[THE USE OF CORRELATION AND REGRESSION]]></title>
            <link>https://medium.com/@amariasnkenchor/the-use-of-correlation-and-regression-45b451930d9b?source=rss-77162079e1a0------2</link>
            <guid isPermaLink="false">https://medium.com/p/45b451930d9b</guid>
            <category><![CDATA[data-science]]></category>
            <category><![CDATA[correlation]]></category>
            <category><![CDATA[regression]]></category>
            <dc:creator><![CDATA[Chioma Nkenchor]]></dc:creator>
            <pubDate>Wed, 23 Oct 2019 15:51:10 GMT</pubDate>
            <atom:updated>2019-10-23T15:51:10.843Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/402/1*QfxLh68Y4LkFSiCuaADSkw.png" /></figure><p><strong>CORRELATION</strong></p><p><strong>CO Means Together while Relation Means Connection</strong></p><p>Correlation analysis determines the relationship between two quantities known as variables, ‘x’ and ‘y’. Correlation also describes the strength of association between variables.</p><p>You use correlation when you want to study two variables directly or indirectly</p><p>. A correlation could be positive, meaning both variables move in the same direction,</p><p>· Negative, meaning that when one variable’s value increases, the other variables’ values decrease.</p><p>· Correlation can also be neural or zero, meaning that the variables are unrelated.</p><p><strong>For Example</strong>; Staffs who are paid less and others higher as salary, we use correlation to determine staffs who are paid lesser and staffs who are paid higher and the regression predicts the salary of a new staff according to department.</p><blockquote><strong>SCATTER DIAGRAM</strong></blockquote><p>A scatter diagram is also known as a correlation chart, scatter graph or a scatter plot. This diagram is drawn with two variables, usually the first variable is independent X-axis and the second variable is dependent Y- axis on the first variable.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/254/1*sXCYa_icUiMxOGdrOpQHsg.png" /></figure><p>You are analyzing the pattern of highest car washed at laundry. You select the two variables: car washed and numbers of clean cars, and draw the diagram.</p><p>Once the diagram is completed, you observe that as the washed cars increases, the number of clean cars also goes up. This shows that there is a relationship between the washed cars and clean cars at the laundry.</p><blockquote><strong>TYPES OF SCATTER DIAGRAM</strong></blockquote><ol><li>Scatter Diagram with No Correlation</li><li>Scatter Diagram with Moderate Correlation</li><li>Scatter Diagram with Strong Correlation</li></ol><p><strong>Scatter Diagram with No Correlation</strong> is also known as “Scatter Diagram with Zero Degree of Correlation”</p><p>This type of scatter diagram, data points are spread so randomly that no line can be drawn through them</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/264/1*xDdyv5eNMGDoaYi_O8xvWA.png" /></figure><p><strong>Scatter Diagram with Moderate Correlation</strong> is also known as “Scatter Diagram with Low Degree of Correlation”.</p><p>If you watch closely the data points are little closer together and you can tell that some kind of relation exists between these two variables.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/268/1*7wyWEjt65rQ3614fpIc1tA.png" /></figure><p><strong>Scatter Diagram with Strong Correlation</strong> is also known as “Scatter Diagram with High Degree of Correlation”.</p><p>For this you will see that the variables are closely related to each other.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/287/1*u5d2OjwZEb3xf0FiaBawQQ.png" /></figure><p>Take note you can also divide scatter diagram according to the slope, or trend, of the data points below:</p><ul><li>Scatter Diagram with Strong Positive Correlation</li><li>Scatter Diagram with Weak Positive Correlation</li><li>Scatter Diagram with Strong Negative Correlation</li><li>Scatter Diagram with Weak Negative Correlation</li><li>Scatter Diagram with Weakest (or no) Correlation</li></ul><blockquote><strong>Why Correlation?</strong></blockquote><p>The use of Correlation coefficient, such as the Pearson Product Moment Correlation Coefficient, to test if there is a linear relationship between the variables. To quantify the strength of the relationship, we can calculate the correlation coefficient (r). The numerical value of the person correlation coefficient (r) ranges from +1 to -1.</p><p>r&gt;0 indicates a positive linear relationship between two variables</p><p>r&lt;0 indicates a negative linear relationship</p><p>r=0 indicates that no linear relationship exists.</p><p><strong>REGRESSION</strong></p><p>Regression is the function relation between variables to make future projections on events. Regression analysis also implies that the outcome depends on one or more other variables.</p><p>The latter are referred to as x, predictor, prognostic, explanatory or independent variables. The horizontal axis of a graph is used for plotting the independent variables. The outcome (y) may be called the dependent variable, criterion or response. It is plotted on the vertical axis.</p><p>Regression analysis is all about mathematical measure of an average relationship between x and y in terms of original units of data. The average mathematical relationship is utilized to help estimate the expected value of the dependent variable based on known value of the predictor. Which makes regression analysis a reliable tool for forecasting events. E.g. Fish Pie demand can be estimated using past records.</p><blockquote><strong>USE FOR CORRELATION AND REGRESSION</strong></blockquote><p>Correlation and regression are two analysis based on the distribution of multiple variables. They can be used to describe the nature and strength of the relationship between the nature and strength of the relationship between two continuous quantitative variables.</p><p>The whole essence of regression is to help and predict the value of the random variable based on the value of a fixed variables while the essence of correlation coefficient measures whether one random variable changes with another.</p><p><strong>Three primary uses for Correlation and Regression:</strong></p><p>1. To test hypothesis about cause and effect relationships</p><p>2. To test for association between two variables</p><p>3. Use of Linear regression helps estimating the value of the dependent variable corresponding to a particular value of the independent variable.</p><p><strong>Summary</strong></p><p>Correlation and regression are very interesting and can be used to analyze relationships. They are also commonly used techniques for investigating the relationship between two quantitative variables.</p><p>Project of Gitgirl Academy.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=45b451930d9b" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Lambda Function Basic Understanding]]></title>
            <link>https://medium.com/@amariasnkenchor/lambda-function-basic-understanding-51dee71353ec?source=rss-77162079e1a0------2</link>
            <guid isPermaLink="false">https://medium.com/p/51dee71353ec</guid>
            <category><![CDATA[lambda-function]]></category>
            <category><![CDATA[python-programming]]></category>
            <category><![CDATA[data-science]]></category>
            <dc:creator><![CDATA[Chioma Nkenchor]]></dc:creator>
            <pubDate>Sun, 08 Sep 2019 10:14:19 GMT</pubDate>
            <atom:updated>2019-09-08T14:06:05.349Z</atom:updated>
            <content:encoded><![CDATA[<blockquote><strong>What are Lambda Functions?</strong></blockquote><p>In Python Lambda is an Anonymous Function that is defined with out a <strong>NAME. </strong>Anonymous is refers to a function declared with no name which means Anonymous Functions are called Lambda Functions. Now syntactically they appear differently, lambda functions behave in the same way as normal functions that are declared using the <strong>def </strong>Keyword.</p><p>The Characteristics of Python Lambda Functions below are;</p><ul><li>Lambda codes is simple and clear</li><li>A Lambda Function can take any number of arguments, but can only contain a single expression. Expressions are representations of value i.e number, a string.</li><li>Lambda Function can be used to return function objects.</li></ul><blockquote><strong>How to Use Lambda Functions in Python</strong></blockquote><p><strong><em>Based on The Project Given in the Gitgirl Academy (Course Data Science) to Discover Insights Records of United State Domestic Flights that took place from January 1st — 15th of 2015. The data set contained 201664 rows and 14 columns.</em></strong></p><p>Before we get started download <strong>python 3.7</strong> — <a href="http://www.python.org">www.python.org</a> and <strong>a code editor </strong>called <strong>anaconda</strong> — <a href="http://www.anaconda.com">www.anaconda.com</a>, with this you are good to start coding by either choosing your choice of Applications. For this project i am using <strong>Jupiter </strong>Note Book.</p><p><strong>Let’s Proceed To Action</strong></p><p><strong>Import Libraries</strong></p><p><em>Firstly Import Python Libraries by using </em><strong><em>Pandas and Numpy</em></strong><em> and the dataset into Jupiter note book script as shown below:</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1018/1*gps4NZsC1zcAqG7l_q8-aw.jpeg" /><figcaption>Import Panda and Numpy</figcaption></figure><p><strong>Import Dataset</strong></p><p><em>Importing your dataset allows you to understand your data and what should be done.</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*L86Ew3OMszKRMC4JqZFJjw.jpeg" /><figcaption>Import Dataset from csv</figcaption></figure><p><strong>Clean Dataset</strong></p><p><em>Our Dataset is rough and its advised to clean our data to avoid error. To clean this data i am going to use the </em><strong><em>‘fillna()’ </em></strong><em>which will help replace missing values with (</em><strong><em>np.nan)</em></strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1018/1*ndebH3DEXE4QpExgC8Znkg.jpeg" /><figcaption>Clean Data</figcaption></figure><p><strong>Sort Value in Descending Order</strong></p><p><em>Sort_value in descending order to identify the highest value to the lowest value. How value was identified is from the</em><strong><em> arr_delay</em></strong><em> this is due to the time frame (number of minutes)of flight delayed.</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1022/1*fAKowVfySBRVI5gsDDez5g.jpeg" /><figcaption>Sort Data Frame</figcaption></figure><p><strong>Using Lambda Functions to find how often delay occur from January 1st-15th?</strong></p><p><em>For us to get delays that occurred during January 1st-15th use the arr_delay which represent the number of minutes of a given flight_delayed, below you will observe in the script i have lambda function </em><strong><em>(lambda f: f &gt;0)</em></strong><em>this is to check if the value of arr_delay is greater than 0 (Zero) then returns </em><strong><em>“True” </em></strong><em>or </em><strong><em>“False”.</em></strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*M4aBMDEi-A3SZs5IdjnAgQ.jpeg" /><figcaption>Occurring Flight_Delays from Jan 1st — 15th 2015</figcaption></figure><p><strong>Use Value Count to Find Aggregate Trends and the Percentage of Flight_Delays?</strong></p><p><em>The </em><strong><em>Value_Count() </em></strong><em>function returns object containing counts of unique values of flight delays and non flight delays. In this case if a flight is delayed it returns “True”, if flight not delayed it returns “False”. This gives us a specific value on aggregate trends of flight_delay number(98627)</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*2icrti7ry0x_Dd5DDxHUhQ.jpeg" /><figcaption>Aggregate Trends and Percentage of Flight_Delays</figcaption></figure><p><em>Getting the percentage of flight delayed i had to use the</em><strong><em> float()</em></strong><em> because it defines a variable with a </em><strong><em>fractional value </em></strong><em>(decimal point). Dividing data flight delayed by total sum flight giving us our total percentage 49.</em></p><p><strong>Numbers of Flights were Delayed Longer than 20 minutes?</strong></p><p><em>To get the number of flight delayed longer than 20 mins, use the lambda function </em><strong><em>(lambda f: f &gt;20)</em></strong><em> this checks the total delay greater than 20 mins. As shown below the number of flight result is 48679</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*SLHzTa-44GJp4lNIwrWh6Q.jpeg" /><figcaption>Delayed Flight Longer than 20 mins</figcaption></figure><p>Finally Lambda Function has given us a good result or insight that enables us understand every activities that happened in the United State Domestic Flight from January 1st — 15th, 2015.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=51dee71353ec" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Lambda Functions and Parallel Processing]]></title>
            <link>https://medium.com/@amariasnkenchor/lambda-functions-and-parallel-processing-f9bb14ccbdb?source=rss-77162079e1a0------2</link>
            <guid isPermaLink="false">https://medium.com/p/f9bb14ccbdb</guid>
            <category><![CDATA[parallel-computing]]></category>
            <category><![CDATA[lambda-function]]></category>
            <category><![CDATA[functional-programming]]></category>
            <dc:creator><![CDATA[Chioma Nkenchor]]></dc:creator>
            <pubDate>Thu, 20 Jun 2019 16:21:03 GMT</pubDate>
            <atom:updated>2019-06-20T16:21:03.096Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/200/1*nSflEkThoSP3K53vBPybnQ.jpeg" /><figcaption><strong>Lambda uppercase Λ / lowercase λ</strong></figcaption></figure><p><strong>Lambda Functions</strong></p><p>What does Lambda actually mean? “Functions used as Data” remember data is everything. Lambda is known for its symbol Uppercase Λ / lowercase λ, this is the 11th letter of the Greek Alphabet used to represent the “l” sound in Ancient and Modern Greek. In Greek numerical is the system value is of 30. The symbol representation for wavelength.</p><p>In computer science world the most important defining characteristic of a lambda expression is that it is used as data. This means the function is passed as an argument to another function returned as a value for a function or assigned to variables or data structure. Lambda function or expression provides a way to generate small anonymous function. Anonymous function are functions without a name. These functions are described as throw-away functions. Lambda function that are seen in programming language are; Python, Perls, Java-script, Scheme, PHP, Swift, Ruby etc. The Lambda features was added to python due to the demand from Lisp programmer (Lisp is a family of computer programming language).</p><p>Now lets take a look at the general syntax of a Lambda Function</p><pre>lambda arguments: expression</pre><p><strong>Example of Lambda Function</strong></p><p><em>In the above program, </em><em>lambda x: x * 2 is the lambda function. Here x is the argument and </em><em>x * 2 is the expression that gets evaluated and returned.</em></p><p><em>This function has no name. It returns a function object which is assigned to the identifier </em><em>double. We can now call it as a normal function. The statement</em></p><pre>double = lambda x: x * 2</pre><p><strong>Why Use Lambda Functions?</strong></p><p>Lambda functions are used when you need a function for a short period of time. This is commonly used when you want to pass a function as an argument to higher-order functions, that is, functions that take other functions as their arguments.</p><p>The use of anonymous function inside another function is explained in the following example:</p><pre>def testfunc(num):  <br>    return lambda x : x * num</pre><p>In the above example, we have a function that takes one argument, and the argument is to be multiplied with a number that is unknown. Let us demonstrate how to use the above function:</p><pre>def testfunc(num):  <br>    return lambda x : x * num</pre><pre>result1 = testfunc(10)</pre><pre>print(result1(9))</pre><p><strong>Output</strong></p><pre>90</pre><p>In the above script, we use a lambda function to multiply the number we pass by 10. The same function can be used to multiply the number by 1000:</p><pre>def testfunc(num):  <br>  return lambda x : x * num<br><br>result2 = testfunc(1000)<br><br>print(result2(9))</pre><p><strong>Output</strong></p><pre>9000</pre><p>It is possible for us to use the testfunc() function to define the above two lambda functions within a single program:</p><pre>def testfunc(num):  <br>    return lambda x : x * num<br><br>result1 = testfunc(10)  <br>result2 = testfunc(1000)<br><br>print(result1(9))  <br>print(result2(9))</pre><p><strong>Output</strong></p><pre>90  <br>9000</pre><p>Lambda functions can be used together with Python&#39;s built-in functions like map(), filter() etc.</p><p><strong>Use of Lambda Function in python</strong></p><p>In Python, we generally use it as an argument to a higher-order function (a function that takes in other functions as <a href="https://www.programiz.com/python-programming/function-argument">arguments</a>). Lambda functions are used along with built-in functions like filter(), map(), reduce()etc.</p><blockquote>The filter() function in Python is also another built-in function that actually filters any iterable object (sequence).The function is called with all the items in the list and a new list is returned which contains items for which the function evaluates to True.</blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/285/1*jJa9-uTWF7wbf-9GgLrZ9A.png" /><figcaption>Use of lambda() with filter()</figcaption></figure><blockquote>The map() function in Python takes in a function and a list as argument. The function is called with a lambda function all the items in the list and a new list is returned which contains items returned by that function for each item.</blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/285/1*F3HAvpsFTTwvhoqu3z6OmA.png" /><figcaption>Use of lambda() with map()</figcaption></figure><blockquote>The reduce() function in Python takes in a function and a list as argument. The function is called with a lambda function and a list and a new reduced result is returned. This performs a repetitive operation over the pairs of the list.</blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/269/1*SzqtV2HquzDhxyYJIWYkYw.png" /><figcaption>Use of lambda() with reduce()</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/449/1*QnkPuDeNDCKriMw47M9viQ.jpeg" /></figure><h3><strong>Parallel Processing</strong></h3><p>Definition of Parallel Processing</p><p>Parallel processing also called parallel computing this is a type of computation in which many execution of processes are carried out concurrently.</p><p>In computers, parallel processing is the processing of program instructions by dividing them among multiple processor with the objective of running a program in less time. In the earliest computers, only one program ran at a time. According to research Parallel computing is closely related to concurrent computing — they are frequently used together, and often conflated, though the two are distinct: it is possible to have parallelism without concurrency (such as bit-level parallelism), and concurrency without parallelism (such as multitasking by time-sharing on a single-core CPU). Parallel processing makes a program run faster because there are more engines (CPUs) running it. In practice, it is often difficult to divide a program in such a way that separate CPUs can execute different portions without interfering with each other.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/604/1*JIuXBd77XUgNfIZqn2kpDw.gif" /><figcaption><strong>Serial Computing</strong></figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/714/1*oan05W1ixWp3ZwkxPejjug.jpeg" /><figcaption><strong>Parallel Computing</strong></figcaption></figure><h3>Advantages Parallel Processing</h3><ul><li>Parallel computing saves time, allowing the execution of applications in a shorter wall-clock time.</li><li>Solve Larger Problems in a short point of time.</li><li>Compared to serial computing, parallel computing is much better suited for modeling, simulating and understanding complex, real-world phenomena.</li><li>Many problems are so large that it is impossible to solve them on a single computer, especially given limited computer memory.</li><li>You can do many things simultaneously by using multiple computing resources.</li><li>Can using computer resources on the Wide Area Network(WAN) or even on the internet.</li><li>It can help keep you organized. If you have Internet, then communication and social networking can be made easier.</li><li>It has massive data storage and quick data computations.</li></ul><h3>Disadvantages Parallel Processing</h3><ul><li>Programming to target Parallel architecture is a bit difficult but with proper understanding and practice, you are good to go.</li><li>The use of parallel computing lets you solve computationally and data-intensive problems using multi-core processors, but, sometimes this effect on some of our control algorithm and does not give good results and this can also affect the convergence of the system due to the parallel option.</li><li>The extra cost (i.e. increased execution time) incurred are due to data transfers, synchronization, communication, thread creation/destruction, etc. These costs can sometimes be quite large, and may actually exceed the gains due to parallelization.</li><li>Various code tweaking has to be performed for different target architectures for improved performance.</li><li>Better cooling technologies are required in case of clusters.</li><li>Power consumption is huge by the multi-core architectures</li><li>Parallel solutions are harder to implement, they’re harder to debug or prove correct, and they often perform worse than their serial counterparts due to communication and coordination overhead</li></ul><p>Multiprocessing refers to a computer system’s ability to support more than one process(program) at the same time. Multiprocessing operating system enable several programs to run concurrently . UNIX is one of the most widely used multiprocessing system, but there are many others, including OS/2 for high-end PCs. Multiprocessing systems are much more complicated than single-process systems because the operating system must allocate resource to competing processes in a reasonable manner.</p><p>May also refer to the utilization of multiple CPUs in a single computer system.</p><p>The maximum number of processes you can run at a time is limited by the number of processors in your computer. If you don’t know how many processors are present in the machine, the cpu_count() function in multiprocessing will show it.</p><pre>import multiprocessing as mp<br>print(&quot;Number of processors: &quot;, mp.cpu_count())</pre><h3>Difference Between Synchronous and Asynchronous execution</h3><p>In parallel processing, there are two types of execution: Synchronous and Asynchronous.</p><ol><li>A synchronous execution is one the processes are completed in the same order in which it was started. This is achieved by locking the main program until the respective processes are finished.</li><li>Asynchronous, doesn’t involve locking. As a result, the order of results can get mixed up but usually gets done quicker.</li></ol><p>There are 2 main objects in multiprocessing to implement parallel execution of a function: The Pool Class and the Process Class.</p><ol><li>Pool Class</li><li>Synchronous execution</li></ol><ul><li>Pool.map() and Pool.starmap()</li><li>Pool.apply()</li></ul><ol><li>Asynchronous execution</li></ol><ul><li>Pool.map_async() and Pool.starmap_async()</li><li>Pool.apply_async())</li></ul><p>2. Process Class</p><p><strong>Additional Resource</strong></p><p><strong>Parallel Processing </strong>— <a href="https://www.machinelearningplus.com/python/parallel-processing-python/">https://www.machinelearningplus.com/python/parallel-processing-python/</a></p><p><a href="https://searchdatacenter.techtarget.com/definition/parallel-processing">https://searchdatacenter.techtarget.com/definition/parallel-processing</a></p><p><strong>Learn more on Parallel processing in python</strong><a href="https://stackabuse.com/parallel-processing-in-python/"><strong> </strong></a>— <a href="https://stackabuse.com/parallel-processing-in-python/">https://stackabuse.com/parallel-processing-in-python/</a></p><h3>Conclusion</h3><p>Lambda (or anonymous) functions are a tool that is gradually getting more popular in Python programs. Reason why it is very important that you can understand what it means.Take note there is nothing that the lambda syntax allows you to do that it wouldn’t be possible to do without them. With lambda expressions, the goal is to minimize as many of the drawbacks to using a single class or anonymous inner class when implementing a functional interface, while at the same time maximizing the benefits. Data parallel programming uses automatic paralleling compilers which enables loop-level parallelization. Generally, this approach often will not yield high efficiency. The main reason for this is that a large portion of the existing code is in most cases inherently sequential.</p><p>This <strong>project</strong> is part of <strong>Git girl school</strong> were i currently <strong>attend</strong>.</p><p>Thank you Git girl.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=f9bb14ccbdb" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>