Skip to content
View shaharpit809's full-sized avatar
Block or Report

Block or report shaharpit809

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Audio-Sentiment-Analysis Audio-Sentiment-Analysis Public

    This repository consists of work done to analyse sentiment of a customer in a conversation with a call center agent using various machine learning algorithms and audio features.

    Python 67 37

  2. Speech-Denoising-using-DNN-CNN-and-RNN Speech-Denoising-using-DNN-CNN-and-RNN Public

    This repository consists of application of Speech Denoising using DNN, CNN (1D and 2D) and RNN (LSTM) in tensorflow.

    Jupyter Notebook 14 10

  3. Deep-Learning-Models Deep-Learning-Models Public

    This repository consists of application of Deep Learning Models like DNN, CNN (1D and 2D), RNN (LSTM and GRU) and Variational Autoencoders written from scratch in tensorflow.

    Jupyter Notebook 2 3

  4. Machine-Learning-for-Signal-Processing Machine-Learning-for-Signal-Processing Public

    This repository consists of work done in Machine Learning and Signal Processing. Machine Learning Stage consists of: * K-means * Expectation Maximization * Principal Component Analysis (PCA) * Mixt…

    Python 32 8

  5. Latent-Dirichlet-allocation-LDA-on-YELP-dataset-using-Apache-Spark Latent-Dirichlet-allocation-LDA-on-YELP-dataset-using-Apache-Spark Public

    This repository consists of comparison between two LDA algorithms (EM and Online) in Apache Spark 'mllib' library and also finding the best hyper parameters on YELP dataset.

    Java 3 1

  6. Advanced-Database-Concepts Advanced-Database-Concepts Public

    Implemented several algorithms like Kmeans, Dijkstra's algorithm, graph is 3-colorable or not, even/odd length graph path, topological sort, Hamiltonian cycle, etc. in PostgreSQL.

    PLpgSQL