<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Eldor Abdukhamidov</title>
    <description>The latest articles on DEV Community by Eldor Abdukhamidov (@eldorabdukhamidov).</description>
    <link>https://dev.to/eldorabdukhamidov</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F391709%2F07806235-00db-4d2d-a980-cf1108a1fe5b.jpeg</url>
      <title>DEV Community: Eldor Abdukhamidov</title>
      <link>https://dev.to/eldorabdukhamidov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eldorabdukhamidov"/>
    <language>en</language>
    <item>
      <title>My project for Github Graduation</title>
      <dc:creator>Eldor Abdukhamidov</dc:creator>
      <pubDate>Thu, 21 May 2020 08:37:17 +0000</pubDate>
      <link>https://dev.to/eldorabdukhamidov/my-project-for-github-graduation-5ejp</link>
      <guid>https://dev.to/eldorabdukhamidov/my-project-for-github-graduation-5ejp</guid>
      <description>&lt;h1&gt;
  
  
  &lt;strong&gt;TV Script Generation using RNN&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;During studying one of Udacity Nanodegree Program. I was asked to make a project that generates TV scripts using &lt;strong&gt;Recurrent Neural Network&lt;/strong&gt;. In the project, &lt;a href="https://www.kaggle.com/thec03u5/seinfeld-chronicles#scripts.csv"&gt;Seinfeld Dataset&lt;/a&gt; is used to train a model. The project generates a new "fake" TV script based on the pattern it recognizes in the training data. The project is well-documented so that you will not have any difficulty to understand the code. I hope you like it. &lt;/p&gt;

&lt;h2&gt;
  
  
  Link to the Project
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vWogaON8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-28d89282e0daa1e2496205e2f218a44c755b0dd6536bbadf5ed5a44a7ca54716.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/eldorabdukhamidov"&gt;
        eldorabdukhamidov
      &lt;/a&gt; / &lt;a href="https://github.com/eldorabdukhamidov/TV-Script-Generation-using-RNN"&gt;
        TV-Script-Generation-using-RNN
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h2&gt;
Deep Learning Nanodegree Foundation Project From Udacity&lt;/h2&gt;
&lt;h2&gt;
RNN for TV Script Generation&lt;/h2&gt;
&lt;p&gt;In this project, you can learn to generate your own Seinfeld TV scripts using RNNs. Part of the Seinfeld dataset of scripts from 9 seasons is used for this project. The Neural Network generates a new ,"fake" TV script, based on patterns it recognizes in this training data.&lt;/p&gt;
&lt;h2&gt;
Libraries utilized&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;NumPy&lt;/strong&gt; - a fundamental package for scientific computing in python&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pandas&lt;/strong&gt; - an ease-to-use python library for manipulating data structures and performing data analysis&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Jupyter Notebook&lt;/strong&gt; - a tool that allows the creation of documents with live code&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Matplotlib&lt;/strong&gt; - a plotting library for the Python programming language and its numerical mathematics extension NumPy.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PyTorch&lt;/strong&gt; - an open source machine learning library&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
Download Datasets&lt;/h2&gt;
&lt;p&gt;Download the &lt;a href="https://www.kaggle.com/thec03u5/seinfeld-chronicles#scripts.csv" rel="nofollow"&gt;Seinfeld dataset&lt;/a&gt;. Place the file in this project's home directory, at the location &lt;em&gt;/data&lt;/em&gt;.&lt;/p&gt;
&lt;h2&gt;
Instruction&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Install &lt;a href="https://www.anaconda.com/distribution/" rel="nofollow"&gt;Anaconda&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Download the…&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/eldorabdukhamidov/TV-Script-Generation-using-RNN"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>octograd2020</category>
    </item>
  </channel>
</rss>
