Pinned Repositories
99-prolog-problems
My solutions to the 99 prolog problems
adv_re
conll2rdf
Script to conver files in CONLLU format (tsv) to RDF
graph_algorithms
General algorithms for graph in JS
graph_codes
Codes for Graph Analytics in Python
pathfinding
Algorithms for pathfinding using Python
random_dungeon
random dungeon generator using Python
re_with_gcn
testing repository for relation extraction with GCN
scrape_bgg
Scraping data from BoardGameGeek
trie
Python module to handle trie structures (mainly for string retrieval and prediction)
Nolanogenn's Repositories
Nolanogenn/99-prolog-problems
My solutions to the 99 prolog problems
Nolanogenn/adv_re
Nolanogenn/pathfinding
Algorithms for pathfinding using Python
Nolanogenn/re_with_gcn
testing repository for relation extraction with GCN
Nolanogenn/scrape_bgg
Scraping data from BoardGameGeek
Nolanogenn/adventcode2k22
codes for advent code 2022
Nolanogenn/aoc2k23
it's the most wonderful time of the year
Nolanogenn/clustering
Nolanogenn/Collaboration-For-Beginners
A Beginner's Guide to Contributing in an Open Source Project.
Nolanogenn/conll2rdf
Script to conver files in CONLLU format (tsv) to RDF
Nolanogenn/aoc
General codes for AOC. It also contains solutions for some of the years.
Nolanogenn/autocomplete
Basic autocomplete using bash, just for fun
Nolanogenn/cpp_nn
Learning c by implementing general neural network algorithms
Nolanogenn/EnhancingREMC
Enhancing Targeted Minority Class Prediction in Sentence-level Relation Extraction
Nolanogenn/erlangexercises
Learning Erlang!
Nolanogenn/gpt4all
gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue
Nolanogenn/huffman_rs
Huffman encoding in rust
Nolanogenn/image_to_ascii
Image to ascii code in rust
Nolanogenn/italian_cities_tweets
Repository for the data used in "Narrating the city during the COVID-19 lockdown in Italy"
Nolanogenn/kitt4sme.live
On a mission to bring AI to the shop floor: https://kitt4sme.eu/
Nolanogenn/landscape_recognition
Notebook for landscape recognition task
Nolanogenn/learning_haskell
Small projects following the tutorial on learnyouhaskell.com
Nolanogenn/lyrics_getter
Get lyrics from genius
Nolanogenn/ml_general
Portfolio for topics related to ML
Nolanogenn/multilingual_ontology_based_ch
Nolanogenn/Nolanogenn
Config files for my GitHub profile.
Nolanogenn/patternrecognition
Basic implementation of pattern recognition using neural networks
Nolanogenn/pca
pca in Python
Nolanogenn/trie-rs
Trie searching using Rust
Nolanogenn/word-anagram
Check for possible anagrams of a given word.