• Stars
    star
    1
  • Language
    Jupyter Notebook
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This project consists of various Reinforcement Learning techniques for optimal sepsis treatment policies.

More Repositories

1

Deployment-Optimization-for-Wireless-Sensor-Networks-Using-Mixed-Integer-Linear-Programming

This repository contains the code for the network simulation used in papers "Evolution-Based Deployment Scheme for Green Internet of Things," and "A Sleep-Scheduling Oil Detection Routing Protocol for Smart Oceans Using Internet of Things". The papers were accepted and published in IEEE WF-IoT 2019 and IEEE WF-IoT 2020.
Python
3
star
2

Deployment-Optimization-for-Wireless-Sensor-Networks-Using-Genetic-Algorithm

This repository contains the code for the network simulation used in papers "Evolution-Based Deployment Scheme for Green Internet of Things," and "A Sleep-Scheduling Oil Detection Routing Protocol for Smart Oceans Using Internet of Things". The papers were accepted and published in IEEE WF-IoT 2019 and IEEE WF-IoT 2020.
Python
3
star
3

Fault-Tolerant-File-System

An efficient distributed file system which improves performance of input/output operations, file logging, and proposes a data persistent system which can be recovered if data is lost.
C++
1
star
4

Visualization-of-Search-Algorithms-Using-OOP-in-Python

Visualization of A-Star, Beam, Hill Climbing, Best-first, Breadth-first, Depth-first and Dijkstra Search algorithms using Object-Oriented programming in Python
Python
1
star
5

Gestational-Diabetes-Prediction-Using-CNN

This project predicts the risk of gestational diabetes in expecting women. Early prediction promotes timely lifestyle interventions and prevents pregnancy complications.
Jupyter Notebook
1
star
6

MERN-Stack-Exercise-Tracker-Application

JavaScript
1
star
7

Store-System-Amazon-Dynamo

A distributed key-value store system. Nodes in this system communicate with network calls. The implementation has the following system properties: scalability, availability and resilience to temporary node failures. The manager is always running and takes care of data storage. Clients can come at any point of time and can make requests to add/remove items. The system will ensure that the most up-to-date data is returned to the client. The system is robust and ensures data partitioning, data replication and data consistency in case of node failures.
C++
1
star