Phyto Neural Architecture Search for Time Series Classification
Project description
Phyto-NAS-TSC
Neural Architecture Search for Time Series Classification
Installation
pip install phyto-nas-tsc
## Quickstart
```python
import numpy as np
from phyto_nas_tsc import fit
# Synthetic data
X = np.random.rand(100, 10, 1) # 100 samples, 10 timesteps, 1 feature
y = np.eye(2)[np.random.randint(0, 2, 100)] # Binary classification
# Run optimization
results = fit(X, y, generations=3, population_size=5)
print(f"Best Architecture: {results['architecture']}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
phyto_nas_tsc-0.1.1.tar.gz
(1.6 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file phyto_nas_tsc-0.1.1.tar.gz.
File metadata
- Download URL: phyto_nas_tsc-0.1.1.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0ab0eb11950a5e201ef4c6d1b2633e2a9232b0dbcb5a4ef1eb795e9a1cbff86
|
|
| MD5 |
3ca49c3cb818de0f27c5ea077b4d2cd7
|
|
| BLAKE2b-256 |
9fbed4ab809a78ef86422154e880414f32bec10e51d0b0843d76cc7b45f2d7d8
|
File details
Details for the file phyto_nas_tsc-0.1.1-py3-none-any.whl.
File metadata
- Download URL: phyto_nas_tsc-0.1.1-py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2572804f05c3dcf6afe6cc49655945784cd6b3a874dcbb3786dfb4ef45c7747e
|
|
| MD5 |
248a51fe64122d4b549437b44f9af14c
|
|
| BLAKE2b-256 |
91a5634de1f02c08115cf3bc14441647a9e6ba90612f0c9ae81a24a5c7d70d1f
|