Skip to content
View bissessk's full-sized avatar

    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.

    Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
    Report abuse

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

    Report abuse

    Pinned Loading

    1. Using-Sentiment-Analysis-to-Predict-Stock-Price-Movements-Using-LSTMsUsing-Sentiment-Analysis-to-Predict-Stock-Price-Movements-Using-LSTMsPublic

      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-ApplicationStock-Trading-Management-Database-ApplicationPublic

      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 2 1

    3. COVID-19-Predictions-using-SIRD-dynamics-and-Machine-LearningCOVID-19-Predictions-using-SIRD-dynamics-and-Machine-LearningPublic

      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-ClassifierCOVID-19-Convolutional-Neural-Network-ClassifierPublic

      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-ModelsWhole-Genome-Bioinformatic-Analysis-of-Skin-from-Three-Immunologically-Diverse-Mouse-ModelsPublic

      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-CheckingFutoshiki-Solver-using-Backtracking-and-Forward-CheckingPublic

      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