GithubHelp home page GithubHelp logo

Manish Kumar Keshri's Projects

8puzzle icon 8puzzle

There exists a puzzle state which comprises of 8 numbers and an empty slot E randomly arranged. The goal state is to reach the puzzle state that will have the numbers arranged in order with the 0 coming after all other numbers have been arranged. For example, consider the initial puzzle state as (E 1 3 4 2 5 7 8 6), then the final or the goal state will be (1 2 3 4 5 6 7 8 E). We should be using A* algorithm to solve the 8-puzzle problem with the heuristic being the total number of misplaced tiles in the given puzzle state. The empty slot can move only once to generate the new puzzle state.

data-mining-of-transactions icon data-mining-of-transactions

• Implemented FP Tree algorithm to find frequently purchased itemsets and corresponding association rules in more than 63000 transactions using C++ • Compared results for different values of minimum support and confidence.

decipher-sign-language-using-deep-neural-network icon decipher-sign-language-using-deep-neural-network

Built a deep neural network with Batch Normalization and tuned Hyperparameters that would facilitate communications from a speech-impaired person to someone who doesn’t understand sign language (Used: Python: scikit-learn, TensorFlow) - Used dataset of images provided by Coursera to train to test the algorithm (Accuracy on -Train: 0.91, -Test: 0.84)

distributed-svd icon distributed-svd

Simulated a geo-distributed recommendation system using a decentralized SVD algorithm

finding-fraud-in-enron-email-data icon finding-fraud-in-enron-email-data

• Explored dataset with 146 data points (i.e. ”employees of Enron”), each of which has 21 features( i.e. email info, salary, compensation etc.) to find the fraud. • Implemented features selection, outliers removal, classification and validation. • Compared confusion matrices and F1 scores of Decision tree, SVM and AdaBoost classifiers (Used: Python).

improvise-a-jazz-solo-with-an-lstm-network icon improvise-a-jazz-solo-with-an-lstm-network

Built a model uses Keras, a deep learning library, to generate jazz music. Specifically, it builds an LSTM network, learning from the given MIDI file. It uses deep learning to make music -- something that's considered as deeply human.

missionary-and-cannibal-solver icon missionary-and-cannibal-solver

There are 15 Missionary, 15 Cannibal on left side of the river. There is a boat which can carry 6 people at most. The goal is to safely transfer all the missionary and cannibals to the right side of the river. By safely we mean that at any instant like the left side, right side or even on the boat the no. of cannibal should not be greater than the no. of cannibals

pravega icon pravega

Pravega - Streaming as a new software defined storage primitive

tensorflow icon tensorflow

Computation using data flow graphs for scalable machine learning

the-incredible-pytorch icon the-incredible-pytorch

The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.

trigger-word-detection icon trigger-word-detection

Constructed a speech dataset and implemented an algorithm for trigger word detection (sometimes also called keyword detection, or wakeword detection). Trigger word detection is the technology that allows devices like Amazon Alexa, Google Home, Apple Siri, and Baidu DuerOS to wake up upon hearing a certain word.

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.