GithubHelp home page GithubHelp logo

peterschwarz1 / ml-prototyping Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fh-potsdam/ml-prototyping

0.0 0.0 0.0 2 KB

Applied introduction to machine learning

License: MIT License

HTML 76.43% JavaScript 22.22% Python 1.35%

ml-prototyping's Introduction

ml-prototyping

Applied introduction to machine learning

This repo holds a set of examples to get started with machine learning / artificial intelligence / algorithmic decision making projects. It is separated into three sections browser, node and python. This introduction is for beginners. The order of sections also represents the difficulty of getting started. For the browser version you basically need almost nothing to get started. For the other two sections you need to install libraries and (for efficient execution) make sure your libraries and your graphics card are able to talk to one another.

The projects will not introduce you to training a custom network, but instead use pre-trained models. Transfer-learning is used to modify an existing network for new content. Training your own custom network is ressource intensive and requires large data sets as well as a more indepth understanding of neural networks, therefore, this is not covered in this introductory session.

Content

The examples show how to do:

  • face and pose detection from images and video feeds
  • object detection in images
  • image classification (with an example for custom objects using transfer-learning-like method)
  • hand detection in images & videos
  • pre-trained style-transfer
  • sentiment analysis
  • KNN-cluster
  • transforming words/sentences to vectors for similarity analysis

More information on each section can be found inside the folders.

Recommendation

While everything can be done on a windows machine (I actually wrote and tested everything on a windows machine), I strongly recommend doing this on a unix machine (mac/linux), its a lot easier. If you are on a windows machine, see if the browser examples work for you and ignore the other two.

ml-prototyping's People

Contributors

sebastian-meier 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.