Browse GAN model implementations to study or adapt specific architectures for your own experiments.
Follow the One Day One GAN series to encounter a new GAN architecture each day.
Explore the AutoML folder to see automated machine learning experiments.
No setup instructions or dependency list provided, README is primarily in Chinese with links only.
OUCML is a repository from the Machine Learning group at Ocean University of China. Based on the README, it contains three main sections: a GAN folder with implementations of generative adversarial network models, an AutoML folder, and a sub-project called One Day One GAN, which appears to be a series where a different GAN architecture is added each day. Generative adversarial networks are a type of machine learning model where two neural networks compete against each other: one generates fake data and the other tries to detect whether data is real or fake. Over time, both improve. They are commonly used for generating images. The README is very sparse and written primarily in Chinese, with most of the content being links to the sub-folders rather than explanations of what each contains. Beyond the three sections listed above, the README provides no further detail about what specific models are included, how to run the code, or what dependencies are required.
← oucmachinelearning on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.