Giter VIP home page Giter VIP logo

ml_notebook_examples's Introduction

Machine Learning Demonstrations

This repository contains notebooks that illistrate different machine learning algorithms using embedPy.

  1. Neural networks (NN notebook)
  2. Dimensionality Reduction
  3. K-nearest Neighbours
  4. Feature Engineering (NN notebook)
  5. Decision Trees
  6. Random Forests

Docker

If you have Docker installed you can create a directory called q and place your kc.lic (or k4.lic) and l64.zip files into a q directory and run:

    docker run --rm -it -v `pwd`/q:/tmp/q -p 8888:8888 kxsys/ml_notebook_examples

Now point your browser at http://localhost:8888/tree/notebooks

N.B. build instructions for the image are available

Installation

These are the steps that are required to run the notebooks:

  1. Install Q (version 3.5 or higher/64-bit)

  2. Install Anaconda-Python(version 3.5 or higher)

Steps 3 and 4 are only required to run Neural Network Notebooks

  1. Install Cuda (version 9.0)

  2. Install tensorflow

  3. Install embedPy

  4. Install jupyterq

  5. Install required python packages

    • Common modules in Graphics.q

      • numpy
      • matplotlib
    • Neural Networks:

      • Keras
      • scikit-learn
    • Dimensionality reduction:

      • numpy
      • matplotlib
      • Keras
      • scikit-learn
    • K-Nearest Neighbours:

      • scikit-learn
      • numpy
      • matplotlib
    • Feature Engineering:

      • scikit-learn
      • Keras
      • numpy
      • matplotlib
    • Decision trees:

      • numpy
      • scipy
      • graphviz
      • matplotlib
      • scikit_learn
      • xgboost
    • Random Forest:

      • numpy
      • pandas
      • scikit_learn
      • xgboost

    To install these packages run this line in the terminal:

     pip install -r requirements.txt

ml_notebook_examples's People

Contributors

jhanna-kx 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.