Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josemanuel22 authored Dec 30, 2023
1 parent bb92545 commit cd8305b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/josemanuel22/MMD_GAN.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/josemanuel22/MMD_GAN.jl/actions/workflows/CI.yml?query=branch%3Amain)

## Overview
`MMD_GAN.jl` is a Julia module implementing a [Maximum Mean Discrepancy (MMD) Generative Adversarial Network](https://arxiv.org/pdf/1705.08584.pdf). This module provides functionalities to train GAN models using MMD for measuring the discrepancy between the generated and real data distributions. It is designed for easy experimentation with different hyperparameters and model architectures.
`MMD_GAN.jl` is a Julia module implementing a [Maximum Mean Discrepancy (MMD) Generative Adversarial Network](https://arxiv.org/pdf/1705.08584.pdf). This module provides functionalities to train GAN models using MMD for measuring the discrepancy between the generated and real data distributions. It is designed for easy experimentation with different hyperparameters and model architectures.

## Installation
To use MMD_GAN.jl, clone this repository into your local machine. Make sure you have Julia installed and set up on your system.
Expand Down

0 comments on commit cd8305b

Please sign in to comment.