Giter Site home page Giter Site logo

mwijaya3 / ai-odsc-workshop-2019 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coursehero/ai-odsc-workshop-2019

0.0 1.0 0.0 6.66 MB

Materials for the workshop "Applications of NLP in EdTech" at Open Data Science Conference (West), 2019.

Jupyter Notebook 100.00%

ai-odsc-workshop-2019's Introduction

Applied Natural Language Processing in EdTech

This repository contains all necessary materials to succesfuly complete this workshop. In this intermediate level workshop, you will learn to apply NLP to one piece of a real-world problem in education technology by building a model to predict the type of answer (e.g. entity, description, number, etc.) a question elicits. Specifically, you will learn to:

  • Perform preprocessing, normalization, and exploratory analysis on a question dataset,
  • Identify salient linguistic features of natural language questions, and
  • Experiment with different feature sets and models to predict the answer type.

The concepts will be taught using popular NLP and ML packages like SpaCy, Scikit Learn, and Tensorflow.

Pre-requisites

Binder

Binder

Please use local setup or colab (link can be found below) for module 3 since the server for mybinder runs out of space while downloading large pre-trained models.

Colab

Module 1

Module 2

Module 3

Local dev setup

  • Python 3.x

  • We strongly recommend that you use a virtual environment to avoid dependency/version conflicts.

  • If you use conda, you can use the following commands to create a new environment for this workshop:

#####################################################
# Create workshop-specific environment and install  #
# requirements with pip.                            #
#####################################################

ENV_NAME="course_hero_odsc"
conda create -n $ENV_NAME python=3.7 pip --yes
source activate $ENV_NAME

PIP="$CONDA_PREFIX/bin/pip"
"$PIP" install -r requirements.txt
  • If not, just run pip install -r requirements.txt.

  • Optionally, run the following command to install the WordNet data (If you don't run this, it will be downloaded in the notebook):

    • Download WordNet data from NLTK: python -c "import nltk;nltk.download('wordnet')"

Modules

This workshop is divided into several modules that must be completed in sequence. The first module introduces the problem space, scope and where this can be applied in the real world. This module will also contain slides and other materials that will enable the attendee to get started with the workshop. This is followed by some eploratory analysis and feature engineering modules, a third module to train and evaluate machine learning models using scikit learn and the final module will expose you to more advanced deep learning models to perform multi class classification of questions. Here is a detailed breakdown of the modules -

Module 0 - Introduction

  1. Introduction, Problem and Scope
  2. Applications of this problem in real-world
  3. Environment set-up
  1. Preprocessing text using spaCy
  2. Exploratory Data Analysis
  3. Visualizing text data
  1. Feature Engineering on question data set
  2. Training a machine learning model using Scikit Learn
  3. Model evaluation
  1. Learning question representations
  2. Model evaluation

ai-odsc-workshop-2019's People

Contributors

bombdiggity avatar lguyogiro avatar rahmaniacc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.