Skip to content

Assorted files from my exploration of machine learning

Notifications You must be signed in to change notification settings

ddjanke/MachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MachineLearning

Assorted files from my exploration of machine learning

ann_model_original.py - My own multilayer perceptron (MLP) class coded from scratch. Uses the Numba library to do some jit compilation as well as multithreading to reduce training time on CPU. I used this code for research until I started using PyTorch for faster prototyping.

ANN_Model.py - PyTorch implementation of my original MLP class.

ergence_feature_extraction.py - Classes used to extract features from audio data for voice activity detection (VAD) classification.

About

Assorted files from my exploration of machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages