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

Block or report bissessk

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

  1. Using-Sentiment-Analysis-to-Predict-Stock-Price-Movements-Using-LSTMs Using-Sentiment-Analysis-to-Predict-Stock-Price-Movements-Using-LSTMs Public

    Predicted the price movement of the Dow Jones, Apple, and Microsoft with 60% accuracy by experimenting with more than 100 ensembles of long-short term memory networks (LSTMs). NLP techniques were e…

    Jupyter Notebook 1 2

  2. Stock-Trading-Management-Database-Application Stock-Trading-Management-Database-Application Public

    Built a stock trading management application that involved designing/building a database and implementing a web front-end. Users can interact with other users as well as analyze their trades. The a…

    Python 1

  3. COVID-19-Predictions-using-SIRD-dynamics-and-Machine-Learning COVID-19-Predictions-using-SIRD-dynamics-and-Machine-Learning Public

    This project aims to incorporate SIRD dynamics with machine learning techniques to make long term predictions of the spread of COVID-19.

    Python 1

  4. COVID-19-Convolutional-Neural-Network-Classifier COVID-19-Convolutional-Neural-Network-Classifier Public

    Chest x-rays of COVID-19 positive and negative patients were used to build a neural network classifier that can predict the chance of a patient having the virus

    Jupyter Notebook

  5. Whole-Genome-Bioinformatic-Analysis-of-Skin-from-Three-Immunologically-Diverse-Mouse-Models Whole-Genome-Bioinformatic-Analysis-of-Skin-from-Three-Immunologically-Diverse-Mouse-Models Public

    Performed a differential gene expression analysis with RNA-seq on three immunologically diverse mouse models. Differentially expressed genes were identified and a GO term enrichment analysis was do…

  6. Futoshiki-Solver-using-Backtracking-and-Forward-Checking Futoshiki-Solver-using-Backtracking-and-Forward-Checking Public

    This project solves a Futoshiki Board given an input files using the least number of moves. Backtracking, forward checking, the mrv heuristic, and the degree heuristic was used.

    Python