Skip to content

A collection of experiments I have done in machine learning

Notifications You must be signed in to change notification settings

jimmyl02/ml_adventures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Adventures

Hello! This is a collection of experiments, re-implmentations, and fun things I have done in machine learning. All of the code will be written in Python and I commonly use the libraries numpy, keras, and pytorch

Folders

Each of the folders contains the code for creating a deep learning model for that dataset. All the files should have comments explaning the overall thought process. Some folders may have pre-trained weights included. I plan on attatching accuracies and graphs later on.

Current Folders

  • kddcup1999 - A cybersecurity dataset which can be found here
    • Feed-forward neural network with categorical and continuous features
    • Embedding layers utilized in PyTorch implementation and one-hot encoding used in Keras implementation
  • wisdm - A human activity dataset which can be found here
  • annotated_transformer - A re-implmentation of the transformer for language translation

Useful resources

About

A collection of experiments I have done in machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published