GAN trained on superconductivity data
Project description
SuperconGAN
A program to train a GAN using superconductivity data. It was inspired by and is based off of the CTGAN library for generating GANs for tabular datasets.
Installation
To install the latest version, please use the following command in a terminal window:
python3 -m pip install SuperconGAN --upgrade
Starter Example
To get a feel for the package, try running the following code, after installing the package (above):
import SuperconGAN
model = SuperconGAN.Synthesizer()
model.fit(epochs = 5)
model.sample(n = 10)
Documentation
Will be added shortly.
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
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 SuperconGAN-0.2.5.tar.gz.
File metadata
- Download URL: SuperconGAN-0.2.5.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff859c0113359e2bc43a531223af73d5d80ca6a3edcd26043cb09bd3d2768839
|
|
| MD5 |
5a4fa0d28c5d6bdb961b2870a8328d78
|
|
| BLAKE2b-256 |
cfc1748d7359aeb8dca4d3ccf1d74e2fa48e616e8acc4c5854db5f1fae70d4ab
|
File details
Details for the file SuperconGAN-0.2.5-py3-none-any.whl.
File metadata
- Download URL: SuperconGAN-0.2.5-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8399f66083183bba908c30dc2cf2955df9b13e49d824ba8dbde07e716017448e
|
|
| MD5 |
14c03bc750eb2fe2585fae4cee650ad4
|
|
| BLAKE2b-256 |
c2e8a9be66aff3253a57300eab5c02a531675a8180d11f604dc0ef200a88ad4a
|