prasanjit- / ml_notebooks

ml_notebook collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Deployment using AWS SageMaker

Learning Resources for DevOps, SRE, Cloud & Engineering Management

BINPIPE Learn DevOps! BINPIPE

This repo was created for self-learning ML on AWS Sagemaker

Check for related posts at www.binpipe.org

This repository contains code and associated files for deploying ML models using AWS SageMaker. This repository consists of a number of tutorial notebooks for various coding exercises, mini-projects, and project files.

Table Of Contents

Tutorials I used

.
├── LICENSE
├── Mini-Projects
│   ├── IMDB\ Sentiment\ Analysis\ -\ XGBoost\ (Batch\ Transform)\ -\ Solution.ipynb
│   ├── IMDB\ Sentiment\ Analysis\ -\ XGBoost\ (Batch\ Transform).ipynb
│   ├── IMDB\ Sentiment\ Analysis\ -\ XGBoost\ (Hyperparameter\ Tuning)\ -\ Solution.ipynb
│   ├── IMDB\ Sentiment\ Analysis\ -\ XGBoost\ (Hyperparameter\ Tuning).ipynb
│   ├── IMDB\ Sentiment\ Analysis\ -\ XGBoost\ (Updating\ a\ Model)\ -\ Solution.ipynb
│   ├── IMDB\ Sentiment\ Analysis\ -\ XGBoost\ (Updating\ a\ Model).ipynb
│   └── new_data.py
├── Project
│   ├── README.md
│   ├── SageMaker\ Project.ipynb
│   ├── Web\ App\ Diagram.svg
│   ├── serve
│   │   ├── model.py
│   │   ├── predict.py
│   │   ├── requirements.txt
│   │   └── utils.py
│   ├── train
│   │   ├── model.py
│   │   ├── requirements.txt
│   │   └── train.py
│   └── website
│       └── index.html
├── README.md
└── Tutorials
    ├── Boston\ Housing\ -\ Updating\ an\ Endpoint.ipynb
    ├── Boston\ Housing\ -\ XGBoost\ (Batch\ Transform)\ -\ High\ Level.ipynb
    ├── Boston\ Housing\ -\ XGBoost\ (Batch\ Transform)\ -\ Low\ Level.ipynb
    ├── Boston\ Housing\ -\ XGBoost\ (Deploy)\ -\ High\ Level.ipynb
    ├── Boston\ Housing\ -\ XGBoost\ (Deploy)\ -\ Low\ Level.ipynb
    ├── Boston\ Housing\ -\ XGBoost\ (Hyperparameter\ Tuning)\ -\ High\ Level.ipynb
    ├── Boston\ Housing\ -\ XGBoost\ (Hyperparameter\ Tuning)\ -\ Low\ Level.ipynb
    ├── IMDB\ Sentiment\ Analysis\ -\ XGBoost\ -\ Web\ App.ipynb
    ├── Web\ App\ Diagram.svg
    └── index.html
BINPIPE aims to simplify learning for those who are looking to make a foothold in the industry. 
Write to me at nixgurus@gmail.com if you are looking for tailor-made training sessions. 
For self-study resources look around in this repository, the Binpipe Blog and Youtube Channel.

📒 Maintainer: Prasanjit Singh | www.binpipe.org


License

About

ml_notebook collection


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.4%Language:HTML 0.1%