Giter Site home page Giter Site logo

omarrad's Projects

eyehear icon eyehear

uOttaHack Hackathon project: Creating described video for real life using Google Vision API and a webcam.

gccollab-data-app icon gccollab-data-app

Browser based self-serve data app for GCcollab, the GoC's outward facing social networking and collaboration platform

gradient-descent icon gradient-descent

A machine learning experiment in Java that performs a multivariate linear regression based on randomly generated points using a gradient descent algorithm

instant-insanity-solver icon instant-insanity-solver

This program solves an instant insanity problem of 4 cubes using two methods. The first is a brute force way method where all the possible solutions are generated and the correct ones are picked out(generateAndTest()) and the second is using a breadth-first search algorithm(breadthFirstSearch()). The program compares the two methods of solving the puzzle by timing each of them as well as counting the number of method calls each one goes through. It become clear that the breadth-first search is much more efficient than the brute force method as it only does 10,944 method calls as compared to the 331,776 method calls of the brute force method. This also results in the breadth-first search taking only a fraction of the time taken by the brute force method to solve the puzzle.

minesweeper icon minesweeper

A Minesweeper game made using the Model-View-Controller design pattern and Java Graphical User Interface

my-pill-effect-tbd- icon my-pill-effect-tbd-

A web app where users can input details about their medications to find out about any harmful drug interactions.

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.