Git Product home page Git Product logo

Illisha Singh's Projects

cache-mispattern-and-misprediction-analysis icon cache-mispattern-and-misprediction-analysis

This paper analyses cache miss pattern behaviour and its prediction using a few algorithms; presents a simulation of cache miss rate for set associative caches on different workloads; gives an introduction of a visualisation tool that shows a three-dimensional plot of cache miss rates and then finally concludes by giving various uses of cache miss rate prediction

cpu-scheduling-java icon cpu-scheduling-java

CPU scheduling is a process which allows one process to use the CPU while the execution of another process is on hold(in waiting state) due to unavailability of any resource like I/O etc, thereby making full use of CPU. The aim of CPU scheduling is to make the system efficient, fast and fair.

filters icon filters

An application that edits an image using any one of the four filters: Brightness, Contrast, Vignette and Saturation.

fuzzy-logic-inferencing icon fuzzy-logic-inferencing

Implementation of FIS (Fuzzy Inference System) using MATLAB fuzzy logic toolbox to evaluate the performance of a student based on academics, co-curricular activities and sports. Overall performance of the student is found out.

implementing-yolo icon implementing-yolo

YOLO is an extremely fast real time multi object detection algorithm. YOLO stands for “You Only Look Once”. The algorithm applies a neural network to an entire image. The network divides the image into an S x S grid and comes up with bounding boxes, which are boxes drawn around images and predicted probabilities for each of these regions. The method used to come up with these probabilities is logistic regression. The bounding boxes are weighted by the associated probabilities. For class prediction, independent logistic classifiers are used.

information-retrieval icon information-retrieval

This repository contains solution codes for the assignments given in the course Information Retrieval(CS60092) at IIT Kharagpur

medicinereminder icon medicinereminder

This application reminds the user to take medicines based on the schedule that has been provided.

stock-price-predictor icon stock-price-predictor

Using Recurrent Neural Networks LSTMs to predict Alphabet Inc. stock price trend using a data of three years

sudoku-solver-using-constraint-satisfaction-programming icon sudoku-solver-using-constraint-satisfaction-programming

A set of constraints is created for the Sudoku puzzle. The ConstraintProgram class is responsible for providing these. Each variable has basically 4 constraints associated with it: Constraint 1: position/location: Each cell maybe taken up by ONLY 1 value. Constraint 2: row: Each number from 1 to 9 can only be present once in a row. Constraint 3: column: Each number from 1 to 9 can only be present once in a column. Constraint 4: region: Each region (a smaller grid of size 3x3) can contain a number from 1 to 9 at most once.

text-editor icon text-editor

A text editing tool that has a good number of well working features

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.