Giter Club home page Giter Club logo

useful-notebooks's Introduction

Useful-Notebooks

This is a repository for Jupyter notebooks that I'm using in my discussions and presetations to various audience. It is covering different topics from how to use Amazon AI set of APIs, to building your first neural network using PyTorch, or how to use SageMaker from efficently.

Amazon AI Examples

The first journey to AI should start with using existing API that are able to solve many of the topics that we want AI to do, such as voice-to-text, text-to-voice, machine translation, natural language understanding and computer vision. This notebook is showing how to use some of the Amazon AI services such as Polly, Translate, Rekognition, Comprehend and others and how to combine them together.

Boston Housing Example

This is a classical example of machine learning model from 1978. In this notebook, we are loading the data from sklearn, exploring the data using a few graphs, building a linear regression model using sklearn, and then build a simple linear model using PyTorch which does better than the linear regression model.

XGBoost on SageMaker

This is a notebook that is designed to solve common confusions of using SageMaker. This notebook is showing

  • how to load the data to the notebook on SageMaker,
  • how to use stardard libraries on the Jupyter notebook to explore the data, and
  • how to send the data to S3 to allow remote training using a training Job.

Once the model is trained, it is showing

  • how to load to model back to the notebook to explore it with feature importance and other functionalities in the open source implementation, and
  • how to build confusion matrix by calling prediction locally in the notebook instance

Lastly, it is showing

  • how to call the deployed endpoint from the standard boto3 SDK and not from the SageMaker SDK. You can take that boto3 code and use it within a Lambda function or any other SDK and application.

useful-notebooks's People

Contributors

guyernest avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.