Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.41 KB

ML to NLP Workshop

This repository consists of plug and play notebooks -- allowing first exposure to some tasks in machine learning, natural language processing.

We use pre-trained off-the-shelf models to allow people to interact, enjoy, and play with machine learning. Meanwhile, the tasks expose some well known ML capabilities.

The end goal is to assemble the necessary pieces for explaining the IBM Deep Search.

Tasks

The jupyter notebooks for each tasks is in the notebooks directory.

Requirements

python
jupyter-notebook
tensorflow
tensorflow-hub
numpy
pandas
gensim
spacy
matplotlib
PIL

Worry not! Everything is prepared via a docker container that contains all the libraries and packages we need.

Contribution

This repository is developed and maintained by Scalable Knowledge Ingestion research group at IBM Research, Zurich.

To contribute code or documentation, please submit a pull request.