Skip to content

Commit

Permalink
Merge pull request #53 from DanRuta/dev
Browse files Browse the repository at this point in the history
v3.4.0
  • Loading branch information
DanRuta authored Apr 12, 2018
2 parents b3f8f34 + f4208ee commit 5b60bd9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upcoming
# 3.4.0 - Bug fixes and improvements
---
#### Global
- Removed implicit softmax from last layer, to allow multi-variate regression (#42)
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,11 +771,6 @@ const {minValue, maxValue} = NetUtil.normalize(data)
---
More and more features will be added, as time goes by, and I learn more. General improvements and optimizations will be added throughout. Breaking changes will be documented. Check the changelog to see the history of added features.

##### Short term
The next big feature is a version which uses the GPU for computations via WebGL.

##### Long term
A WebAssembly+WebGL version, using shaders to run computations on the GPU.

## Contributing
---
Expand Down
2 changes: 1 addition & 1 deletion examples/multiInstance/multiple.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>jsNet - MMultiple WASM instances example</title>
<title>jsNet - Multiple WASM instances example</title>
<script src="../../dist/jsNetWebAssembly.min.js"></script>
<script src="../../dist/NetWASM.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsnet",
"version": "3.3.6",
"version": "3.4.0",
"description": "Javascript based deep learning framework for basic and convolutional neural networks.",
"scripts": {
"test": "npm run js-tests && npm run wa-tests",
Expand Down

0 comments on commit 5b60bd9

Please sign in to comment.