Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

NLP Tutorial Workshop at MLPrague 2018

NotificationsYou must be signed in to change notification settings

rossumai/mlprague18-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

First, for the 2019 update visit

http://tinyurl.com/mlprague19-slides

which also has links to two colab notebooks with the 2019 edition of this workshop.

Instructions for attendees of NLP workshop:

  • Please come with a working Python installation that includes:
    • Jupyter notebook server
    • Packages: Tensorflow (1.5.0; GPU not required!), Keras (2.1.5), NLTK (3.2.5)
    • Detailed instructions:
      • Linux, MacOSX:
        • create a Python virtual environment by running the following in terminal:
          pip install virtualenvvirtualenv --system-site-packages pymlpraguesource pymlprague/bin/activatepip install tensorflow==1.5.0 keras==2.1.5 nltk==3.2.5 jupyter
      • MacOSX, Windows:
        • If you don’t have Python installed you can download andinstall Anaconda
        • You can then create a virtual environment with command line:
          conda create -n pymlprague tensorflow=1.5.0 keras=2.1.5 nltk=3.2.5 jupytersource activate pymlprague
      • You can find detailed steps for Keras and Tensorflow under the following links, just in case:
    • (Note that we will assume basic familiarity with Python.)
  • Download big data required for the experiments you will be doing:

Tutorials:

  • Movie Reviews Sentiment Classification:IMDB Sentiment.ipynb
  • Capital Letters Recognition:uppercase.ipynb

Presentation Slides:

About

NLP Tutorial Workshop at MLPrague 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp