Skip to content

Commit

Permalink
Reorganize files
Browse files Browse the repository at this point in the history
Reorganize files
  • Loading branch information
suquark committed Mar 11, 2017
1 parent cdc219b commit 624be49
Show file tree
Hide file tree
Showing 33 changed files with 27 additions and 16 deletions.
10 changes: 10 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@ It is still under developing.

`jquery`, `materializecss`, `d3js` and `three.js` is included in the project for supporting visualization tasks. Though making use of CDNs may be a better idea, but I prefer to keep them local for offline situations.

## Demo

You may start a http server at root of the project and try some of the demos under `demo/` in your browser.

We will soon provide you with online demos.

### Regression

`demo/regression/` is a demo about regression.

![demo/regression/]()


## License
Expand Down
12 changes: 6 additions & 6 deletions demo/regression/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Regression Demo</title>
<script src="../../visualize/js/jquery.min.js"></script>
<script src="../../foreign/jquery.min.js"></script>

<link rel="stylesheet" href="../../visualize/js/materialize/css/materialize.min.css" />
<link rel="stylesheet" href="../../visualize/js/materialize/css/material_icons.css" />
<script src="../../visualize/js/materialize/js/materialize.min.js"></script>
<link rel="stylesheet" href="../../foreign/materialize/css/materialize.min.css" />
<link rel="stylesheet" href="../../foreign/materialize/css/material_icons.css" />
<script src="../../foreign/materialize/js/materialize.min.js"></script>

<link rel="stylesheet" href="../js/prism/prism.css" />
<script src="../js/prism/prism.js"></script>
Expand All @@ -35,10 +35,10 @@ <h3>下面是关于如何使用此框架构建这个完整的 demo 的介绍</h3
<br> 2. 供用户展示(比如插在blog中)
<br> 3. 能让深度学习跑在所有的设备上,只要支持一个稍微先进的浏览器(iOS10+, Android 6+原生的浏览器核心均可以)
<br> 4. 可拓展(相对于ConvNetJS)
<a href="https://github.com/suquark/ConvNetJS6/tree/master/demo/regression">具体代码地址</a> ,有兴趣记得star哦
<a href="https://github.com/suquark/InspireNN/tree/master/demo/regression">具体代码地址</a> ,有兴趣记得star哦
</blockquote>

<iframe src="https://ghbtns.com/github-btn.html?user=suquark&repo=ConvNetJS6&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=suquark&repo=InspireNN&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>

<h4>Part -1 怎么玩这个 Demo</h4>
<section>
Expand Down
21 changes: 11 additions & 10 deletions demo/regression/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@
<script src="../../transpiler/system.js"></script>
<script src="../sysconf.js"></script>

<script src="../../visualize/foreign/jquery.min.js"></script>
<script src="../../foreign/jquery.min.js"></script>
<script src="../../foreign/d3.min.js"></script>
<script src="../../foreign/d3-interpolate-path.js"></script>

<link rel="stylesheet" href="../../visualize/materialize/css/materialize.min.css" />
<link rel="stylesheet" href="../../visualize/materialize/css/material_icons.css" />
<script src="../../visualize/foreign/materialize/js/materialize.min.js"></script>
<script src="../../foreign/materialize/js/materialize.min.js"></script>
<link rel="stylesheet" href="../../foreign/materialize/css/materialize.min.css" />
<link rel="stylesheet" href="../../foreign/materialize/css/material_icons.css" />

<script src="../../visualize/preload-mask.js"></script>

<script src="../../visualize/foreign/d3.min.js"></script>
<script src="../../visualize/foreign/d3-interpolate-path.js"></script>

<script src="../../visualize/preload-mask.js"></script>
<style>
path {
stroke: #0bb;
Expand Down Expand Up @@ -61,9 +60,11 @@

<h1>Regression Demo</h1>
<p style="font-style: italic;">Last modified at 2017-02-25</p>
<iframe src="https://ghbtns.com/github-btn.html?user=suquark&repo=ConvNetJS6&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=suquark&repo=InspireNN&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<blockquote>
This is a regression where a neural network tried to match the given data points<br> The ground truth curve is also given<br>
This is a regression where a neural network tried to match the given data points
<br> The ground truth curve is also given<br>
<a href="doc.html">This is the document about the demo</a>
</blockquote>

<div id="testbox" class="col s12"></div>
Expand Down
Binary file added demo/regression/snapshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 624be49

Please sign in to comment.