Lasse Regin Nielsen

Results 5 repositories owned by Lasse Regin Nielsen

medical-question-answer-data

116
Stars
33
Forks
Watchers

Medical question and answer dataset gathered from the web.

gensim-word2vec-model

25
Stars
15
Forks
Watchers

Example of how to learn vector presentation of words in python using Gensim on english wikipedia articles.

gSpan

16
Stars
14
Forks
Watchers

Implementation of the depth-first gSpan algorithm for frequent graph mining in graphs data set. Finds possible frequent and canonical extensions of a given graph from a given set of graphs.

master-thesis-deep-learning

18
Stars
9
Forks
Watchers

Code for my master thesis in Deep Learning: "Generating answers to medical questions using recurrent neural networks"

SVM-w-SMO

112
Stars
53
Forks
Watchers

Simple implementation of a Support Vector Machine using the Sequential Minimal Optimization (SMO) algorithm for training.