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.0.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.0.tar.gz.
File metadata
- Download URL: phyto_nas_tsc-0.1.0.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 |
4944d7beba75763564bcf6a9ad9fcd7dd93c6b3db9150a20ce7fad07cd3dec3a
|
|
| MD5 |
36d2b698524d3ed87db23b6c6b2efe5f
|
|
| BLAKE2b-256 |
73563a3a374089f1de6fa3a14f2fe969028bd55a209d99e85d3228a0485827ba
|
File details
Details for the file phyto_nas_tsc-0.1.0-py3-none-any.whl.
File metadata
- Download URL: phyto_nas_tsc-0.1.0-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 |
cb8fc47c6ca8e98ef8b63da63bb1591fa9a6333c5eb57a2921aa8f869fee6cce
|
|
| MD5 |
c532f3d23eed63f57cd0876e923836ec
|
|
| BLAKE2b-256 |
203fc9d5d3d599bcc08a284ad03e42ac68cd2598ee25e781abb15eb89f735363
|