Skip to main content

A small example package

Project description

ODENet model for combustion

ODENetMoel example

from ODENet import ODENetModel
dim_input = x_train.shape[1]
dim_label = y_train.shape[1]


model = ODENetModel(
    dim_input=dim_input,
    dim_label=dim_label,
)
model.summary()

loss_type = "mse"
model.compile(loss=loss_type, optimizer="adam", metrics=["accuracy"])
model.fit(x_train,y_train)

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

ODENet-0.0.5.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

ODENet-0.0.5-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file ODENet-0.0.5.tar.gz.

File metadata

  • Download URL: ODENet-0.0.5.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for ODENet-0.0.5.tar.gz
Algorithm Hash digest
SHA256 4d313f36d6161b2240a6cbd4df84b59aed278c4a47e80c5d8f30ca3f36a4b5fe
MD5 ea54870dff8e883c0543e8a01d5516fa
BLAKE2b-256 bbf1d66a9e32db49415d6a6d05f53c289df55b7b2af78585a5cf53c173f8bb0c

See more details on using hashes here.

File details

Details for the file ODENet-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: ODENet-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for ODENet-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f6c4d8d6ee8c553794af4616413333b9d85939412bd53996dd04832bdd3eccee
MD5 a275dbfd643fcd5bd3992b92913a28b7
BLAKE2b-256 1cb7bcd5cc3099a414c60601703cf7e60993ca6adf24c01d26ac1e0ea4276b54

See more details on using hashes here.

Supported by

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