Skip to content

mosaddekhussain/DataScienceMachineLearning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning and Data Science

This repository contains some of my work in the fields of Machine Learning and Data Science. The notebooks are experiments, courses, kaggle entries, hacks and code ideas from various sources. The work was done in python utilising numpy, pandas and scikit-learn. Some references are:

Udacity   Coursera   Kaggle   DataCamp   Sebastian Raschka   Jason Brownlee   Open Data Science  

My Notebooks

Kaggle Data Science and Machine Learning

Machine Learning and Data Science

Feature Transformation

Visualisation

Keras Deep Learning

Deep Learning Basics

Better Deep Learning

  • Network Capacity: Investigate impact of changing model capacity on a complex multiclass dataset
  • Batch Size and Gradient Descent: Investigating Batch, Stochastic and Minibatch Gradient descent
  • Dropout: Investigate Dropout techniques and evaluate performance on Deep learning model
  • Learning Rates: Investigate Learning Rate techniques and evaluate performance on Deep learning model
  • Checkpoints: Use Keras API to checkpoint and save model weights
  • Training History: Use Keras API to display training and test history
  • Early Stopping: Use Keras API to employ early stopping on a dataset

NLP

CNN

  • Keras Covnets: Using the Keras Framework tools to process images
  • Pre-Trained Covnet: Using the Keras Framework tools to process images using pre-trained covnet
  • Whale Id: First attempt at Kaggle Whale Id challenge

LSTM

  • Prediction: Trying to predict airline passeneger numbers with LSTMs

Audio

Notebook Assignments

Various completed notebook assignments and projects from on-line courses utilising pandas and sklearn.

Coursera University of Washington

Datacamp

mlcourse.ai

About

Python notebooks for data science and ML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%