Ethani Caphace
Deep Learning has changed the game when it comes to voice recognition by introducing end-to-end models. These models take in an audio signal and directly output transcriptions.
Perform audio data preprocessing like resampling, normalization, and removing noise.
Perform data augmentation by adding noise, changing the speed and pitch of the audio.
Implemented audio data feature extraction method using log Mel spectrogram.
Build a model with have two main neural network modules. Three layers of Residual Convolutional Neural Networks to learn the relevant audio features. Then a set of Bidirectional Recurrent Neural Networks to leverage the learned audio features.
APPROACH
EDA:
Data exploration using Pandas, Matplotlib, Numpy modular code.
Creation of new features.
Applied Random Forest model that takes multiple variables as input and predicts sales
Applied an LSTM recurrent neural network that takes seven weeks of historical sales data and makes predictions for future sales.
Calculated Feature Importance to see which variables are mainly responsible for affecting Sale and number.
APPROACH
EDA:
Telecommunication Data exploration using Pandas, Matplotlib, Scikit-learn, Numpy, seaborn, and other common Data Exploratory packages.
The following are the tasks that have been performed,
1. Data Cleaning, Transformations and Feature Extractions,
2. Customers Overview,
3. Uni-variate and Multi-variate feature analysis,
4. Correlation Analysis,
5. User Engagement Analysis,
6. User Experience and Satisfaction Analysis.