Skip to content
View IshanMohanty's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report IshanMohanty

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

Popular repositories Loading

  1. Digital-Image-Processing-Computer-Vision-Toolbox Digital-Image-Processing-Computer-Vision-Toolbox Public

    Implementation of Bilinear interpolation for resizing, Histogram equalization for contrast manipulation, Oil paint & Film effect emulation, Image denoising, Geometrical warping, Digital-Halftoning,…

    C++ 11 2

  2. Pattern-Recognition-System-for-Client-Subscription-Prediction Pattern-Recognition-System-for-Client-Subscription-Prediction Public

    A Machine Learning Model to predict a client’s decision to subscribe a term deposit associated with a banking institution by using the UCI bank marketing dataset.

    Python

  3. PUBG-Placement-Prediction PUBG-Placement-Prediction Public

    A Machine Learning Model using LightGBM to predict players' finishing placement in the popular PUBG game, based on their final stats, on a scale from 1(first place) to 0 (last place) by utilizing t…

    Python

  4. Programming-Systems-Design Programming-Systems-Design Public

    Implementation of graphical Coin-toss Simulator, Bulgarian-solitaire trick, Minesweeper game using recursive depth-first search algorithm and Scrabble Word-finder using data-structures like Hash-Ma…

    Java

  5. LMS-Algorithm-for-channel-modeling-tracking.- LMS-Algorithm-for-channel-modeling-tracking.- Public

    Implementation of the LMS algorithm for channel modeling/tracking on matched and mismatched data. It uses Stochastic Gradient Descent or Online Learning for updating filter-weights.

    Jupyter Notebook

  6. MLP-Training-with-Back-Propagation-Using-Numpy-Only MLP-Training-with-Back-Propagation-Using-Numpy-Only Public

    Implentation and Training of a Multi-Layer Perceptron Deep Neural Network with Back-Propagation for MNIST image Classification from scratch using Numpy exclusively.

    Python