Skip to content
View Muelli21's full-sized avatar

Block or report Muelli21

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 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. RecommendingPapers RecommendingPapers Public

    A recommender system for research papers based on natural language processing techniques such as word embeddings, text classification and summarization.

    Jupyter Notebook 1 1

  2. YouScrape YouScrape Public

    YouScrape scrapes featured channels and their featured channels and so on from a provided Youtube channel. It thereby uses a depth first search and eventually visualizes the network of channels in …

    Jupyter Notebook 1

  3. Sibur2021 Sibur2021 Public

    Solution for Sibur's 2021 challenge. I built a simple LSTM model that is fed context information as an initial state and time series data to forecast demand.

    Jupyter Notebook

  4. WhatsData WhatsData Public

    A WhatsApp-Chat-Analyzer that extracts simple statistics from exported WhatsApp chats.

    JavaScript

  5. SimplexSolver SimplexSolver Public

    A simple simplex solver written in Javascript. It can solve linear programs and mixed integer programs using the revised simplex method and branch and bound techniques.

    JavaScript 2

  6. Alignment Alignment Public

    Some simple alignment algorithms mainly written to compare genomes of SARS-COV variants. Implementations of Needleman Wunsch's Algorithm and Hirschberg's Algorithm are used.

    JavaScript