tfjs-evolution 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -77,6 +77,10 @@ You should see in our HTML file, in Angular, the images
77
77
 
78
78
  I have finished! Hope to publish a paper soon!
79
79
 
80
+ ## Early results
81
+
82
+ ![alt text](./images/confusion%20matrix.png)
83
+
80
84
  # Further help
81
85
 
82
86
  Feel free to get in touch: jorgeguerrabrazil@gmail.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tfjs-evolution",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "This is an experimentation with evolutionary computing applied to neural networks using TensorFlow.js",
5
5
  "author": "Jorge Guerra Pires",
6
6
  "license": "MIT",