Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

phyto_nas_tsc-0.1.0-py3-none-any.whl (1.6 MB view details)

Uploaded Python 3

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

Hashes for phyto_nas_tsc-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4944d7beba75763564bcf6a9ad9fcd7dd93c6b3db9150a20ce7fad07cd3dec3a
MD5 36d2b698524d3ed87db23b6c6b2efe5f
BLAKE2b-256 73563a3a374089f1de6fa3a14f2fe969028bd55a209d99e85d3228a0485827ba

See more details on using hashes here.

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

Hashes for phyto_nas_tsc-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cb8fc47c6ca8e98ef8b63da63bb1591fa9a6333c5eb57a2921aa8f869fee6cce
MD5 c532f3d23eed63f57cd0876e923836ec
BLAKE2b-256 203fc9d5d3d599bcc08a284ad03e42ac68cd2598ee25e781abb15eb89f735363

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page