Coder Social home page Coder Social logo

denoisingalgorithm's Introduction

DenoisingAlgorithm

Current repository represents denoising algorithm. Current result of algorithm during training on 5 epochs with 32 batch size and 50 steps per epoch:

Train And Val Losses After 5 Epochs

I've got the following average MSE on val dataset:

Average MSE on val dataset

Train

During the training, algorithm use on input noisy sound and only noise. Algorithm try to find in certain noisy sound just noise and then clean the noisy one.

If you want to use your own data, change path to train folder on your own path (BUT KEEP THE STRUCTURE). Remember, you should have train and validation folders for running the training!

After training you will see the MSE metric on validation dataset.

How To Run?

Main files:

  1. main.py - with generator of data and script for starting the training
  2. model.py - the UNET model for training
  3. config.py - file withh all necessary settings for the code

Locally

  1. Setup all necessary parameteres in config.py file
  2. Run main.py script

After finishing of the model training, you will see the MSE metric for validation dataset

Docker

  1. docker build --tag denoising_algorithm . ==> for building the image
  2. docker run --tag denoising_algorithm ==> for running the image as a container

It will take some time, because I COPY all project to container (train folder size is about 2G)

TODO

  1. Rewrite Dockerfile

denoisingalgorithm's People

Contributors

maikreal avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.