Skip to content
View rishav08's full-sized avatar
Block or Report

Block or report rishav08

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 1layer_2layer_4layer_NN 1layer_2layer_4layer_NN Public

    Developed Neural Network (NN) having one hidden layer, two hidden layers and four hidden layers, besides the input and output layers. Tested with Sigmoid, tanh and ReLu activation function. Used Sc…

    Python 1

  2. DecisionTree_ID3_Algorithm DecisionTree_ID3_Algorithm Public

    Implemented Decision tree learning algorithm using ID3 with Information Gain Heuristic in Python and used Pandas for pre-processing data.

    Python 2

  3. KruskalsAlgo KruskalsAlgo Public

    Implemented a system to find the shortest distance among a set of cities using Kruskal’s Algorithm and Priority Queue in Java.

    Java 1 1

  4. Maze Maze Public

    The Disjoint Set data structure will be used in the creation of a maze

    Java

  5. MLPClassifier_UCI_BreastCancer_Prediction MLPClassifier_UCI_BreastCancer_Prediction Public

    Implemented Scikit MLP classifier to predict Breast Cancer from features like Clump Thickness, Uniformity of Cell Size, Uniformity of Cell Shape etc.

    Jupyter Notebook

  6. Word-Puzzle Word-Puzzle Public

    linear probing hash table to solve English word puzzle

    Java