[DownTuts.Com] Udemy - Natural Language Processing for Text Summarization

mp4   Hot:9   Size:2.05 GB   Created:2022-10-11 04:19:12   Update:2022-11-13 23:17:52  

File List

  • 01 Introduction/001 Course content.en.srt 7.56 KB
    01 Introduction/001 Course content.mp4 53.14 MB
    01 Introduction/002 Introduction to natural language processing.en.srt 4.82 KB
    01 Introduction/002 Introduction to natural language processing.mp4 16.99 MB
    01 Introduction/003 Natural Language Processing for Text Summarization.pdf 4.27 MB
    01 Introduction/003 Source code and slides.html 1.07 KB
    02 Frequency-based algorithm/001 Plan of attack.en.srt 1.95 KB
    02 Frequency-based algorithm/001 Plan of attack.mp4 8.46 MB
    02 Frequency-based algorithm/002 Algorithm - intuition.en.srt 12.23 KB
    02 Frequency-based algorithm/002 Algorithm - intuition.mp4 67.7 MB
    02 Frequency-based algorithm/003 Preprocessing the texts 1.en.srt 4.93 KB
    02 Frequency-based algorithm/003 Preprocessing the texts 1.mp4 26.81 MB
    02 Frequency-based algorithm/004 Preprocessing the texts 2.en.srt 10.68 KB
    02 Frequency-based algorithm/004 Preprocessing the texts 2.mp4 76.3 MB
    02 Frequency-based algorithm/005 Word frequency.en.srt 3.85 KB
    02 Frequency-based algorithm/005 Word frequency.mp4 20.39 MB
    02 Frequency-based algorithm/006 Weighted word frequency.en.srt 3.02 KB
    02 Frequency-based algorithm/006 Weighted word frequency.mp4 18.46 MB
    02 Frequency-based algorithm/007 Sentence tokenization.en.srt 4.79 KB
    02 Frequency-based algorithm/007 Sentence tokenization.mp4 24.46 MB
    02 Frequency-based algorithm/008 Generating the summary.en.srt 9.32 KB
    02 Frequency-based algorithm/008 Generating the summary.mp4 67.45 MB
    02 Frequency-based algorithm/009 Visualizing the summary in HTML.en.srt 5.78 KB
    02 Frequency-based algorithm/009 Visualizing the summary in HTML.mp4 32.17 MB
    02 Frequency-based algorithm/010 Extracting texts from the Internet.en.srt 5.47 KB
    02 Frequency-based algorithm/010 Extracting texts from the Internet.mp4 37.59 MB
    02 Frequency-based algorithm/011 Function to summarize the texts.en.srt 8.6 KB
    02 Frequency-based algorithm/011 Function to summarize the texts.mp4 82.29 MB
    02 Frequency-based algorithm/012 Function to visualize the results.en.srt 3.78 KB
    02 Frequency-based algorithm/012 Function to visualize the results.mp4 41.09 MB
    02 Frequency-based algorithm/013 Summarizing multiple texts.en.srt 7.08 KB
    02 Frequency-based algorithm/013 Summarizing multiple texts.mp4 76.98 MB
    02 Frequency-based algorithm/external-assets-links.txt 124 B
    03 Luhn algorithm/001 Plan of attack.en.srt 4.4 KB
    03 Luhn algorithm/001 Plan of attack.mp4 16.7 MB
    03 Luhn algorithm/002 Preparing the environment.en.srt 5.63 KB
    03 Luhn algorithm/002 Preparing the environment.mp4 38.13 MB
    03 Luhn algorithm/003 Implementation 1.en.srt 11.09 KB
    03 Luhn algorithm/003 Implementation 1.mp4 60.25 MB
    03 Luhn algorithm/004 Implementation 2.en.srt 12.5 KB
    03 Luhn algorithm/004 Implementation 2.mp4 83.67 MB
    03 Luhn algorithm/005 Implementation 3.en.srt 15.03 KB
    03 Luhn algorithm/005 Implementation 3.mp4 95.4 MB
    03 Luhn algorithm/006 Implementation 4.en.srt 12.11 KB
    03 Luhn algorithm/006 Implementation 4.mp4 75.13 MB
    03 Luhn algorithm/007 Implementation 5.en.srt 5.96 KB
    03 Luhn algorithm/007 Implementation 5.mp4 38 MB
    03 Luhn algorithm/008 Extracting texts from the Internet.en.srt 7.26 KB
    03 Luhn algorithm/008 Extracting texts from the Internet.mp4 52.53 MB
    03 Luhn algorithm/009 Reading articles from RSS feeds.en.srt 11.86 KB
    03 Luhn algorithm/009 Reading articles from RSS feeds.mp4 97.04 MB
    03 Luhn algorithm/010 Word cloud.en.srt 7.62 KB
    03 Luhn algorithm/010 Word cloud.mp4 74.6 MB
    03 Luhn algorithm/011 Extracting named entities.en.srt 5.25 KB
    03 Luhn algorithm/011 Extracting named entities.mp4 34.72 MB
    03 Luhn algorithm/012 Summarizing articles from feed.en.srt 6.99 KB
    03 Luhn algorithm/012 Summarizing articles from feed.mp4 78.61 MB
    03 Luhn algorithm/013 Summary in HTML files.en.srt 6.78 KB
    03 Luhn algorithm/013 Summary in HTML files.mp4 57.74 MB
    03 Luhn algorithm/external-assets-links.txt 124 B
    04 Cosine similarity/001 Plan of attack.en.srt 1.41 KB
    04 Cosine similarity/001 Plan of attack.mp4 4.46 MB
    04 Cosine similarity/002 Preparing the environment.en.srt 3.67 KB
    04 Cosine similarity/002 Preparing the environment.mp4 21.86 MB
    04 Cosine similarity/003 Similarity between sentences 1.en.srt 6.32 KB
    04 Cosine similarity/003 Similarity between sentences 1.mp4 39.28 MB
    04 Cosine similarity/004 Similarity between sentences 2.en.srt 14.59 KB
    04 Cosine similarity/004 Similarity between sentences 2.mp4 93.12 MB
    04 Cosine similarity/005 Similarity matrix.en.srt 7.64 KB
    04 Cosine similarity/005 Similarity matrix.mp4 51.74 MB
    04 Cosine similarity/006 Summarizing texts.en.srt 16.69 KB
    04 Cosine similarity/006 Summarizing texts.mp4 118.27 MB
    04 Cosine similarity/007 Extracting texts from the Internet.en.srt 7.7 KB
    04 Cosine similarity/007 Extracting texts from the Internet.mp4 78.86 MB
    04 Cosine similarity/external-assets-links.txt 124 B
    05 Libraries for text summarization/001 Plan of attack.en.srt 2.37 KB
    05 Libraries for text summarization/001 Plan of attack.mp4 5.26 MB
    05 Libraries for text summarization/002 Preparing the environment.en.srt 3.1 KB
    05 Libraries for text summarization/002 Preparing the environment.mp4 19.3 MB
    05 Libraries for text summarization/003 Sumy library.en.srt 7.68 KB
    05 Libraries for text summarization/003 Sumy library.mp4 64.91 MB
    05 Libraries for text summarization/004 Pysummarization library.en.srt 10.48 KB
    05 Libraries for text summarization/004 Pysummarization library.mp4 96.62 MB
    05 Libraries for text summarization/005 BERT summarizer library.en.srt 4.81 KB
    05 Libraries for text summarization/005 BERT summarizer library.mp4 34.35 MB
    05 Libraries for text summarization/006 Additional content_ abstractive summarization.html 2.75 KB
    05 Libraries for text summarization/external-assets-links.txt 124 B
    06 Final remarks/001 Final remarks.en.srt 1.98 KB
    06 Final remarks/001 Final remarks.mp4 13.92 MB
    [DownTuts.Com].url 115 B

Download Info

  • Tips

    “[DownTuts.Com] Udemy - Natural Language Processing for Text Summarization” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.