Skip to content

Navigation Menu

Sign in
Appearance settings

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

Appearance settings

SpringerNLP/Chapter4

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
4 Commits
 
 
 
 
 
 

Repository files navigation

Chapter 4 - Basics of Deep Learning Case Study

This case study explores the basics of deep learning. In the first portion of the case study, training of a neural network is performed with a numpy implementation, then we explore supervised and unsupervised techniques on a spoken digit recognition task.

Requirements

Without GPU (CPU only):

If using a GPU:

Running the Docker Image

The docker images for this case study are located on dockerhub. Running the commands below will automatically download and start a jupyter notebook.

Run the Docker image for CPU only computation:

docker run -p 8888:8888 --rm springernlp/chapter_4:latest

Run the Docker image with GPU access:

docker run --runtime=nvidia -p 8888:8888 --rm springernlp/chapter_4:latest

Building the Docker image

docker build -t chapter_4:latest .

Book Reference

More information can be found at: Deep Learning for NLP and Speech Recognition by Springer

Morty Proxy This is a proxified and sanitized view of the page, visit original site.