Code Monkey home page Code Monkey logo

audio-binary-classification-with-vae's Introduction

Audio-binary-classification-with-VAE

Following are the list of files along with their explainations:

  1. GridSearchANN: A python script which is grid searching parameters for an ANN network, to be run as a script on competion's kaggle(Because of the input files)
  2. 1DCNNcolumnInput: A python script which is which is based on 1D convolutional NN and uses the whole sequence as input, to be run as a script on competion's kaggle(Because of the input files)
  3. 1DCNN100features: A python script which is which is based on 1D convolutional NN and uses the reshaped data, to be run as a script on competion's kaggle(Because of the input files)
  4. 2DCNN100features: A python script which is which is based on 2D convolutional NN and uses the reshaped data, to be run as a script on competion's kaggle(Because of the input files)
  5. 128cnn_2D_100_features: A python script which is which is a deeper 2D convolutional NN and uses the reshaped data, to be run as a script on competion's kaggle(Because of the input files)
  6. 2dzrandomforest: A jupyter notebook which is a combinaion of VAE and random forest with 2D latent dimension, to be run as a notebook on competion's kaggle(Because of the input files)
  7. 30DZrandomForest: A jupyter notebook which is a combinaion of CNN VAE and random forest with 30D latent dimension, to be run as a notebook on competion's kaggle(Because of the input files)
  8. 30VAEDeeperConv: A jupyter notebook which is a combinaion of a deeper CNN VAE and random forest with 30D latent dimension, to be run as a notebook on competion's kaggle(Because of the input files)
  9. 50DVAERandomForest: A jupyter notebook which is a combinaion of a CNN VAE and random forest with 50D latent dimension, to be run as a notebook on competion's kaggle(Because of the input files)
  10. LSTM6432: A jupyter notebook contains 2 layers LSTM layer(64 units followed by 32 units) and uses the reshaped data, to be run as a notebook on competion's kaggle(Because of the input files)
  11. LSTM64322: A jupyter notebook contains 2 layers LSTM layer(64 units followed by 32 units) and uses different reshaped data, to be run as a notebook on competion's kaggle(Because of the input files)
  12. LSTM1286432: A jupyter notebook contains 3 layers LSTM layer(128 units folled by 64 units followed by 32 units) and uses reshaped data, to be run as a notebook on competion's kaggle(Because of the input files)
  13. convlstm64: A jupyter notebook which is a combination of CNN(64*32) and LSTM(1 layer with 64 units) and uses reshaped data, to be run as a notebook on competion's kaggle(Because of the input files)
  14. conv2DLSTM6432: A jupyter notebook which is a combination of CNN(64*32) and LSTM(2 layers, 64 and 32 units) and uses reshaped data, to be run as a notebook on competion's kaggle(Because of the input files)
  15. conv_128_64_LSTM_64: A jupyter notebook which is a combination of CNN(128*64) and LSTM(one layer with 64 units) and uses reshaped data, to be run as a notebook on competion's kaggle(Because of the input files)
  16. conv_128_64_32_LSTM_64: A jupyter notebook which is a combination of CNN(1286432) and LSTM(one layer with 64 units) and uses reshaped data, to be run as a notebook on competion's kaggle(Because of the input files)
  17. conv2DLSTMGridSearch: A jupyter notebook which is a gridsearch of CNN+LSTM and tries different filters, kernels and depth for CNN and LSTM and uses reshaped data, to be run as a notebook on competion's kaggle(Because of the input files)
  18. bidirectionalLSTM: A jupyter notebook contains 2 layers LSTM layer(64 units followed by 32 units) and first layer is bidirectional and uses reshaped data, to be run as a notebook on competion's kaggle(Because of the input files)

The public score of most of the models has been mentioned in their files

audio-binary-classification-with-vae's People

Contributors

khorshidisamira 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.