Giter VIP home page Giter VIP logo

nn_hw2's Introduction

Machine Learning Model for Self Driving Car

To run the project

  1. clone the project
  2. create a virtualenv
  3. install packages
  4. run the main program

git bash command as follow (if you have install python ofcourse lol):

git clone https://github.com/AlbertDoggyLin/nn_hw2
cd nn_hw2
pip install virtualenv
virtualenv .
source Scripts/activate
pip install -r requirement.txt
python src/main.py

after first time running

source Scripts/activate
python src/main.py

Introduction

This project is the homework 2 from NCU neural network. Requirement for the homework is using MLP or RBFN as model. The data set of the homework is the information of car, like distance between different direction, etc.

Structure

In src/model there are models for MLP and RBFN

nn_hw2's People

Contributors

albertdoggylin avatar

Watchers

 avatar

nn_hw2's Issues

BUG of GUI

When simulating, if you click train data again, then the program will crash because the information is cleared but simulation program is still reading it.

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.