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.
To install, 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
SuperconGAN-0.2.4.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file SuperconGAN-0.2.4.tar.gz
.
File metadata
- Download URL: SuperconGAN-0.2.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39a42bfb300dbd11372e8be9fd5ebe321766558fffb065bd77787816ed17d319 |
|
MD5 | c2967c7a6d1d6d56038c3d3e8c4eb260 |
|
BLAKE2b-256 | 9f4aada71962823c0ac80abd6bd713753c29a59cf274eca9efcd84fd4675c885 |
File details
Details for the file SuperconGAN-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: SuperconGAN-0.2.4-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9abc910c6fa31a7b4654b0981f2db9be2151cea06ba83ae4aad147982eeb6973 |
|
MD5 | 407ab988531f4f6fb3e2cb8bda980459 |
|
BLAKE2b-256 | 4bf8209fa6dae603b1e980ece0d112d4b1b0b797e5e390b4792f8849ba509ab9 |