Designed and Developed Clinical Trail management system for Clinical Researchers by analyzing different studies conducted across different parts of the world, real time data
for certain trials were less and to increase quantity of real time data using TimeGAN synthetic data was generated which has all the parameters similar to real time data.
Data for processing is been received from Web API in the form of JSON and Python 3.8 was used to process data.
With the available data joint training of an autoencoder and adversarial network.
TimeGAN was implemented using TensorFlow 2 by preparing real and random input series by using SciKit MinMaxScalar to rescale the synthetic data.
Autoencoder integrates embedder and recovery networks that is being trainned with real data.
Supervised learning with real time data.
Joint training with real and random data.
Generating Time Series data and evaluating the quality of synthetic time series data using PCA and t-SNE (Visualization).
Evaluating fidelity based on time-series classification.
Assessing usefulness – train on synthetic and test on real.