tfjs-evolution 0.0.1 → 0.0.2

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 +6 -20
  2. package/package.json +12 -1
package/README.md CHANGED
@@ -1,24 +1,10 @@
1
- # TfjsEvolution
1
+ # Tfjs Evolution
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
3
+ This is a placeholder for a package I am planning to publish.
4
+ I have experimented with Evolutionary Computing in TensorFlow.js, and I am planning a paper and a NPN package.
5
+ I was unable to find a NPM package, and decided to create one!
4
6
 
5
- ## Code scaffolding
6
7
 
7
- Run `ng generate component component-name --project tfjs-evolution` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project tfjs-evolution`.
8
- > Note: Don't forget to add `--project tfjs-evolution` or else it will be added to the default project in your `angular.json` file.
8
+ # Further help
9
9
 
10
- ## Build
11
-
12
- Run `ng build tfjs-evolution` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build tfjs-evolution`, go to the dist folder `cd dist/tfjs-evolution` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test tfjs-evolution` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
10
+ Feel free to get in touch: jorgeguerrabrazil@gmail.co
package/package.json CHANGED
@@ -1,6 +1,17 @@
1
1
  {
2
2
  "name": "tfjs-evolution",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
+ "description": "This is an experimentation with evolutionary computing applied to neural networks using TensorFlow.js",
5
+ "author": "Jorge Guerra Pires",
6
+ "license": "MIT",
7
+ "keywords": [
8
+ "angular",
9
+ "evolutionary computing",
10
+ "genetic algorithms",
11
+ "neural networks",
12
+ "machine learning",
13
+ "optimization"
14
+ ],
4
15
  "peerDependencies": {
5
16
  "@angular/common": "^17.3.0",
6
17
  "@angular/core": "^17.3.0"