mini-jstorch 1.1.6 → 1.1.7
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.
- package/README.md +34 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
## INTRODUCING MINI-JSTORCH ##
|
|
2
|
+
|
|
3
|
+
**Mini-JSTorch** is a lightweight JavaScript Module Packages where it was inspired by **PyTorch** and this Module was designed to be used at any devices and any like frontend or backend. This JSTorch finally at their versions and not *BETA* again.
|
|
4
|
+
This Module only Friendly at Frontend may he not run well while running at GPU or Backend We're gonna still update it so it still stable at backend and GPU.
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Key Features
|
|
10
|
+
|
|
11
|
+
- **Custom Model Creation:** Configure layers, neurons, learning rate, and more.
|
|
12
|
+
- **Manual & Auto Gradient:** Toggle gradient computation mode per experiment.
|
|
13
|
+
- **Sequence Handling:** Supports input sequences for NLP or time series tasks.
|
|
14
|
+
- **Lightweight & Frontend-Friendly:** Pure JS implementation, no GPU dependency.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Installation
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
npm install mini-jstorch
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Patch v1.1.7
|
|
25
|
+
|
|
26
|
+
- *ONLY* Adding a README.md Because i'm forgot btw.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Notes
|
|
31
|
+
|
|
32
|
+
- **One More. This Module are would not Run *WELL* at GPU or Backend**
|
|
33
|
+
- **The Features from the Module are Nearly little near same system Feature Engine like *PyTorch***
|
|
34
|
+
- **If you confusing about file 'startup.cpu' because the syntax are not similar to a program Language it was probably used for booting the Engine**
|