Skip to content
View grooleivsgard's full-sized avatar
👋
👋

Highlights

  • Pro
Block or Report

Block or report grooleivsgard

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
grooleivsgard/README.md

👋 Hi, I’m @grooleivsgard! I am a MSc student in Software Engineering at NTNU, and will graduate in the spring of 2025.

Pinned

  1. love-poems-classifier love-poems-classifier Public

    Binary classifier used to identify love poems from a collection of scraped, Norwegian poems.

    Jupyter Notebook

  2. tf-binding-sites-identifier tf-binding-sites-identifier Public template

    Tool to identify transcription factor binding sites in DNA sequences.

    Python

  3. boids-simulation boids-simulation Public

    Simulates flocking behavior using the Boids algorithm. Includes features for cohesion, alignment, and separation, with customizable parameters.

    Python

  4. constraint-satisfaction-problem constraint-satisfaction-problem Public

    Implementation of various CSP difficulty levels.

    Python

  5. information-retrieval information-retrieval Public

    Indexes and queries paragraph in a book, using NLTK and Gensim libraries for text processing.

    Jupyter Notebook

  6. memory-management memory-management Public

    Implementations of FIFO, LRU and OPT algorithms for virtual memory management.

    Python 1