Skip to content

Commit

Permalink
Add links to nbviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Apr 28, 2018
1 parent 7fd5614 commit cb14b2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ In the first session, you will learn Ruby's data tools through the following top
2. How to use and what we can do with the existing data tools for data analysis
3. How to join the development projects

[View the notebook on nbviewer.jupyter.org](http://nbviewer.jupyter.org/github/RubyData/workshop_taiwan_201804/blob/master/Session1.ipynb).

### Session 2: Introduction to pycall.rb

In the second session, you will learn Ruby and Python integration through the following topics.
Expand All @@ -23,6 +25,8 @@ In the second session, you will learn Ruby and Python integration through the fo
3. The future of pycall.rb and the other language bridging libraries
4. How to join the development prjects

[View the notebook on nbviewer.jupyter.org](http://nbviewer.jupyter.org/github/RubyData/workshop_taiwan_201804/blob/master/Session2.ipynb).

### Session 3: Introduction to machine learning programming in Ruby

In the final session, you will learn machine learning programming in Ruby by using mxnet gem.
Expand All @@ -32,6 +36,8 @@ mxnet gem is under development, but surprisingly, you can program deep learning
2. How to program machine learning from scratch in Ruby by using mxnet gem
3. The future development plans and how to join the development

[View the notebook on nbviewer.jupyter.org](http://nbviewer.jupyter.org/github/RubyData/workshop_taiwan_201804/blob/master/Session3.ipynb).

## Preparation

We will use Jupyter Notebook in the sessions. If you want to execute codes following to the lecturer during the workshop, please prepare your execution environment for the notebooks by the following commands **before the workshop day if possible**.
Expand Down

0 comments on commit cb14b2c

Please sign in to comment.