Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.36 KB

README.md

File metadata and controls

44 lines (32 loc) · 2.36 KB

Data Science Repo - Machine Learning and Deep Learning

alt text

About

Machine learning is a branch of artificial intelligence whereby machines learn from data. This is a controlled storage area for my machine learning and data science projects.

Directory structure

  • AI/Game AI - game AI algorithms including recursive algorithms like the minimax algorithm
  • AI/Neural Networks - MLP's, LSTM RNN's, TensorFlow, Keras and NN's coded from sratch
  • Building Machine Learning Systems - course material from Richert and Coelho's book
  • Kaggle - code for some Kaggle competitions I have taken part in

Resources

Screenshots

t-SNE Dimensionality Reduction: alt text

Computer vision (template matching OpenCV) where's Wally: alt text

LSTM sequence shifting: alt text

VGG16 ConvNet for breed identification: alt text

Algorithm selection: alt text

Genetic algorithm: alt text

Neural Network from scratch: alt text