-
-
-
nosql-db-research-project Public
The deployment architecture of a distributed, scalable database allows for flexible adaptation to the specific requirements of the experimental 5G communication system.
C# UpdatedOct 22, 2024 -
-
-
ipsec-docker Public
Repo contains example of configuring host-to-host ipsec tunnel between two Docker containers.
Shell UpdatedApr 7, 2023 -
-
elastic-stack-intermittent-connection Public
Forked from Kubon1999/elastic-stack-intermittent-connectionShell UpdatedDec 14, 2022 -
iterative-system-solving Public
Implementation of Jacobi and Gauss-Seidel iterative system solving methods.
C++ UpdatedJul 14, 2021 -
knn Public
Basic implementation of KNN algorithm using euclidean distance in C++. Tested on iris dataset from UCI Machine Learning Repository.
-
feature-selection Public
Three feature selection methods including variance threshold, correlation threshold and forward search. Tested on data from sci-kit learn library.