Coder Social home page Coder Social logo

mlprediction's Introduction

[WIP] ML Prediction: Trajectory Prediction

Table of Contents

Getting Started

To run the lstm-model (Work In Progress), run the following command:

pip3 install -r third_party/requirements.txt
python3 social_lstm/main.py

Directory Structure

  • data/: Directory for storing dataset files. Referenced from https://github.com/fjhheras/social-lstm-tf.
    • Raw data files are stored in directories eth/ and ucy.
    • preprocessed_data/: Directory for storing preprocessed data files.
  • [WIP] social_lstm/: Directory containing Python scripts for social-lstm model.
    • src/: Directory containing Python helper functions and classes for social-lstm model.
    • main.py: Main script for running social-lstm model.

To-Do

The model is currently under devlopment.

  • 1. Dataloader: train/val data split (currently only training data).
  • 2. Dataloader: all datasets (currently only one dataset for debugging purpose).
  • 3. Social-LSTM Model: implement occupancy grid and social embedding layer (currently using a placeholder replicating the input embedding layer).
  • 4. Training: implement log likelyhood loss in closed-form (currently using MSE).
  • 4. Envrionment: set up Bazil environment (having problem setting up tensorflow).

mlprediction's People

Contributors

sansangela avatar

Watchers

 avatar syx 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.