Skip to content
View FilipElander's full-sized avatar

Block or report FilipElander

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

    Experimental project in language detection from text. A Bigram modela and Regression is compared against eachother to detect and label text into a language. languagelabler.py is the user's GUI, the…

    Python 1

  2. Master_Thesis_Semantic_Segmentation Master_Thesis_Semantic_Segmentation Public

    Codes relating to the Master Thesis of Filip Elander. Image Pre-processing and dataset analysis for Neural networks running Semantic Segmentation

    Python

  3. String_Alignment String_Alignment Public

    computes the minimum-cost alignment of two strings (minimal edit)

    Python

  4. Sequence_modeling_HMM Sequence_modeling_HMM Public

    sequence modeling with the hidden Markov model (HMM). script for inserting a misspelled --file or --string and using bigrams and trigrams it predicts what the user intended to write

    Python

  5. Word_Generation_Random_Indexing Word_Generation_Random_Indexing Public

    creating word vectors using Random Indexing technique. Function returning k nearest neighbors with distances for each word in `dataset`

    Python

  6. Word_Generation_Bigram_Language_Model Word_Generation_Bigram_Language_Model Public

    The program trains or reads a language model (Bigram) and a test file, and computes the entropy of the latter.

    Python