All Projects → GauravBh1010tt → Deeplearn

GauravBh1010tt / Deeplearn

Licence: mit
Implementation of research papers on Deep Learning+ NLP+ CV in Python using Keras, Tensorflow and Scikit Learn.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deeplearn

Awesome Web Audio
A list of resources and projects to help learn about audio
Stars: ✭ 73 (-95.77%)
Mutual labels:  audio-processing
Aukit
audio toolkit. 好用的语音处理工具箱,包含语音降噪、音频格式转换、特征频谱生成等模块。
Stars: ✭ 105 (-93.92%)
Mutual labels:  audio-processing
R Audio
A library of React components for building Web Audio graphs.
Stars: ✭ 129 (-92.53%)
Mutual labels:  audio-processing
Machinehearing
Machine Learning applied to sound
Stars: ✭ 83 (-95.19%)
Mutual labels:  audio-processing
Mad Twinnet
The code for the MaD TwinNet. Demo page:
Stars: ✭ 99 (-94.27%)
Mutual labels:  audio-processing
Pyaudioclassification
🎶 dead simple audio classification
Stars: ✭ 110 (-93.63%)
Mutual labels:  audio-processing
Aca Code
Matlab scripts accompanying the book "An Introduction to Audio Content Analysis" (www.AudioContentAnalysis.org)
Stars: ✭ 67 (-96.12%)
Mutual labels:  audio-processing
Prism Media
Easily transcode media using Node.js 🎶
Stars: ✭ 136 (-92.13%)
Mutual labels:  audio-processing
Audio Snr
Mixing an audio file with a noise file at any Signal-to-Noise Ratio (SNR)
Stars: ✭ 100 (-94.21%)
Mutual labels:  audio-processing
Libopenshot Audio
OpenShot Audio Library (libopenshot-audio) is a free, open-source project that enables high-quality editing and playback of audio, and is based on the amazing JUCE library.
Stars: ✭ 120 (-93.05%)
Mutual labels:  audio-processing
Aurio
Audio Fingerprinting & Retrieval for .NET
Stars: ✭ 84 (-95.14%)
Mutual labels:  audio-processing
Dataloaders
Pytorch and TensorFlow data loaders for several audio datasets
Stars: ✭ 97 (-94.38%)
Mutual labels:  audio-processing
Edsp
A cross-platform DSP library written in C++ 11/14. This library harnesses the power of C++ templates to implement a complete set of DSP algorithms.
Stars: ✭ 116 (-93.28%)
Mutual labels:  audio-processing
Chromaprint.scala
Chromaprint/AcoustID audio fingerprinting for the JVM
Stars: ✭ 81 (-95.31%)
Mutual labels:  audio-processing
Noise reduction
Speech noise reduction which was generated using existing post-production techniques implemented in Python
Stars: ✭ 130 (-92.47%)
Mutual labels:  audio-processing
Beep
A little package that brings sound to any Go application. Suitable for playback and audio-processing.
Stars: ✭ 1,168 (-32.37%)
Mutual labels:  audio-processing
Video2description
Video to Text: Generates description in natural language for given video (Video Captioning)
Stars: ✭ 107 (-93.8%)
Mutual labels:  audio-processing
Linux Audio Adjustments
Audio Tweaks for Debian Based RPi
Stars: ✭ 140 (-91.89%)
Mutual labels:  audio-processing
Avdemo
Demo projects for iOS Audio & Video development.
Stars: ✭ 136 (-92.13%)
Mutual labels:  audio-processing
Dawdreamer
Digital Audio Workstation with Python; VST instruments/effects, parameter automation, and native processors
Stars: ✭ 119 (-93.11%)
Mutual labels:  audio-processing

DeepLearn

Welcome to DeepLearn. This repository contains implementation of following research papers on NLP, CV, ML, and deep learning. Visit my blog for more details - Deeplearn

- Latest Update : Added _deeplearn_utils modules. Check the releases for description of new features.

[1] Correlation Neural Networks. CV, transfer learning, representation learning. blog-post || code

[2] Reasoning With Neural Tensor Networks for Knowledge Base Completion. NLP, ML. blog-post || code

[3] Common Representation Learning Using Step-based Correlation Multi-Modal CNN. CV, transfer learning, representation learning. code

[4] ABCNN: Attention-Based Convolutional Neural Network for Modeling Sentence Pairs. NLP, deep learning, sentence matching. code

[5] Learning to Rank Short Text Pairs with Convolutional Deep Neural Networks. NLP, deep learning, CQA. code

[6] Combining Neural, Statistical and External Features for Fake News Stance Identification. NLP, IR, deep learning. code

[7] WIKIQA: A Challenge Dataset for Open-Domain Question Answering. NLP, deep learning, CQA. code

[8] Siamese Recurrent Architectures for Learning Sentence Similarity. NLP, sentence similarity, deep learning. code

[9] Convolutional Neural Tensor Network Architecture for Community Question Answering. NLP, deep learning, CQA. code

[10] Map-Reduce for Machine Learning on Multicore. map-reduce, hadoop, ML. code

[11] Teaching Machines to Read and Comprehend. NLP, deep learning. code

[12] Improved Representation Learning for Question Answer Matching. NLP, deep learning, CQA. code

[13] External features for community question answering. NLP, deep learning, CQA. code

[14] Language Identification and Disambiguation in Indian Mixed-Script. NLP, IR, ML. blog-post || code

[15] Construction of a Semi-Automated model for FAQ Retrieval via Short Message Service. NLP, IR, ML. code

Dependencies:

The required dependencies are mentioned in requirement.txt. I will also use dl-text modules for preparing the datasets. If you haven't use it, please do have a quick look at it.

$ pip install -r requirements.txt
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].