Giter VIP home page Giter VIP logo

colab-learning's Introduction

BK AI Amateur

This is the project about initial steps into AI field.

Description

The group works with basis Machine Learning idea like: Gradient Descent, Linear Regression, k-Means... Later on, expand to the field of Computer Vision, Generative Model and basic Transfer Learning.

Quick recap

Dependencies

Installing

git clone https://github.com/electrodrago/colab-learning.git

Executing program

  • First run the command line below
  • cd to the target folder store the file and run
pip install -r requirements.txt
cd colab-learning

Overview

ML_basis have 3 directories GradientDescent, K-means and LinearRegression.

GradientDescent

  • GR_report.py work with Gradient Descent, provide basic code and visualization of how Gradient Descent work. Gradient Descent
  • linear.py is Gradient Descent approach to solve the problem of Linear Regression. Gradient Descent

k-Means

  • xuli.py work with k-Means clustering to find k most density distributions of colors in the image, change the pixels of those exterior points to its related cluster, the result is nearly the same image but reduce the capacity of the image.
    • From:
      Original
    • To:
      k-Means

LinearRegression

  • parabol.py work with matrix multiplication to fix the best line to the scattered point, use the mechanism of Linear Regression matrix multiplication. Parabol
  • imglm.py work with images, perform slightly color change adaptive.
    • From:
      Original
    • To:
      k-Means

Generative Adversarial Network

GAN result with Pokemons

poke

GAN result with MNIST dataset

mnist

colab-learning's People

Contributors

electrodrago avatar

Watchers

 avatar

Forkers

visiondrag

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.