You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code for [Second Annual Data Science Bowl](). 16th place.
4
4
5
5
# Sumamry
6
6
7
-
A Hybrid Deep CNN/MLP based approach.
8
-
It is used only 3 sax slices to predict real volume, is not used segmentation technique, is not needed hand-labeling.
7
+
A Hybrid Deep CNN/MLP.
9
8
9
+
It is used only 3 sax slices to predict the actual volume, is not used segmentation techniques, is not needed hand-labelings.
10
10
11
+

12
+
13
+
Detail: [simple locatlization](TODO), [neural network definition](TODO), [cumulative distribution function](TODO), [model ensemble and bagging](TODO).
11
14
12
15
## Developer Environment
13
16
14
17
- Ubuntu 14.04
15
-
-16GB RAM
18
+
-12GB RAM
16
19
- GPU & CUDA (I used EC2 g2.2xlarge instance)
17
20
-[Torch7](http://torch.ch/)
18
21
- Ruby
@@ -21,14 +24,23 @@ It is used only 3 sax slices to predict real volume, is not used segmentation te
21
24
22
25
## Installation
23
26
24
-
Install CUDA, Torch7 first.
27
+
Install CUDA and Torch7 first. See [NVIDIA CUDA Getting Started Guide for Linux](http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/#abstract) and [Getting started with Torch](http://torch.ch/docs/getting-started.html).
0 commit comments