Giter Club home page Giter Club logo

machine-learning's Introduction

machine-learning

A research repository for source code that implements machine learning methods to solve tasks related to navigation within the Greennav project

Current Contents:

1. Fuel prediction:

Directory: Fuel_prediction
This module has three different functionalities namely:

  1. Getting the Energy consumption
  2. Getting the amount of CO2 that is saved from being emitted into the environment because of using an Electric vehicle
  3. Getting the Rechargetime required for the journey.

The calcultions are shown in the Ipython Notebook and the data that is used is kept in the subdirectory /Fuel_consumption_dataset Additionally I have used machine learning to calculate the CO2 that will be emitted per kilometer and created a dataset in CSV and JSON format that can be used by anyone.

2. Route Option:

Directory: Route_option
This module focuses on leveraging human knowledge to get the best route. At a given time due to certain circumstances (like rush hour) it is possible that a certain route may be faster than a route shown on the map. People who travel at those times or people who are residents of those areas have more knowledge about which route should be taken at what time. If every person entered which path to be taken based on their experience we could create a database that will help us to predict which path should be taken. The same has been done in this module

3. Trajectory:

Directory: Trajectory
Visualization of the route a car takes. Wouldn't you like to see a map of all the places that you have explored in your electric vehicle so far? That is what this module is about. Using data sampling and machine learning the path taken by the vehicle has been visualised. This can be used in two levels- one for an individual car and one showing all the electric vehicles so far.

4. Route Predictor:

Directory: Route_prediction
This module helps to predict the route that the car will take based on the previous history. Wouldn't you like your map to automaticaly predict the path with least traffic? Wouldn't it be awesome if your map showed you the path to be taken after checking where other cars are going to go? This is what module is about. Based on the initial few points and the previous history, it will predict the route that the car will take, thus helping to determine the predicted congestion and helping in routing the electric cars better.

5. Driving Simulator:

Directory: Driving_simulator
A simulator for vehicles to learn how to drive from themselves. Can be used for data generation.

5. Smart Notification:

Directory: Smart_notification
This module helps in filtering the notifiation in order to not spam the users. This can be integrated with the notification system application that might be added to the GreenNav repository. This machine learning package can be used by the organisation later.

Planned work to do:

  1. All modules planned and discussed completed.
  2. Planning to design a website to showcase all the modules in action for the final submission.

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.