Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leobouloc/pgm_project


https://github.com/leobouloc/pgm_project

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# PGM PROJECT

### WHAT ?

This repository contains code to separate audio sources from a mixed mono signal. It was written for the Probabilistic Graphical Models course of the MVA master.

### HOW TO CONTRIBUTE ?

**CLONE** : First time, clone the project

```
git clone https://github.com/Leobouloc/pgm_project
cd pgm_project
```

**PULL** : After, to check for updates (do that before starting any new work)

```
git pull
```

**ADD FILES AND COMMIT CHANGES**: You maybe created a new file and/or modified an existing one

```
git add
git commit -m ""
```

**PUSH** : (Make sure you commited before) You made some changes locally and want to sync them with github

```
git push origin master
```

### DOCUMENTATION

- [Source Separation Paper](http://paris.cs.illinois.edu/pubs/mysore_lvaica2010.pdf)
- [Factorial HMM](http://download.springer.com/static/pdf/12/art%253A10.1023%252FA%253A1007425814087.pdf?originUrl=http%3A%2F%2Flink.springer.com%2Farticle%2F10.1023%2FA%3A1007425814087&token2=exp=1451473142~acl=%2Fstatic%2Fpdf%2F12%2Fart%25253A10.1023%25252FA%25253A1007425814087.pdf%3ForiginUrl%3Dhttp%253A%252F%252Flink.springer.com%252Farticle%252F10.1023%252FA%253A1007425814087*~hmac=158579cc1212a655943feced3b3eef954b60ecc7d6d8bca26db6689e6ebd5cf2)