Pinned Repositories
BiSeNet
Add bisenetv2. My implementation of BiSeNet
Client
Client made using TCP/IP Socket
cs16shpot-hw1
cs16shpot-hw2
cs16shpot-hw3
CV-Projects
Flower
This project was made for Java university course. It includes flower shop prototype alongside with some OOP patterns
LU-factorization
It is my implementation of LU-factorization for the university course of Linear Algebra
Server
Server made using TCP/IP sockets
Words_counting
This program is for analizing texts. It counts the number of each word occurrence in big files (tested on 12 Mb .txt file). The program uses C++ threads.
YanaShpot's Repositories
YanaShpot/LU-factorization
It is my implementation of LU-factorization for the university course of Linear Algebra
YanaShpot/BiSeNet
Add bisenetv2. My implementation of BiSeNet
YanaShpot/Client
Client made using TCP/IP Socket
YanaShpot/cs16shpot-hw1
YanaShpot/cs16shpot-hw2
YanaShpot/cs16shpot-hw3
YanaShpot/CV-Projects
YanaShpot/Flower
This project was made for Java university course. It includes flower shop prototype alongside with some OOP patterns
YanaShpot/Server
Server made using TCP/IP sockets
YanaShpot/Words_counting
This program is for analizing texts. It counts the number of each word occurrence in big files (tested on 12 Mb .txt file). The program uses C++ threads.
YanaShpot/CV4
YanaShpot/dash-sample-apps
Apps hosted in the Dash Gallery
YanaShpot/deep-learning-coursera
Deep Learning Specialization by Andrew Ng on Coursera.
YanaShpot/Django_tutorial
YanaShpot/Election_Visualization
This is a repository for web visualization project about ukrainian elections
YanaShpot/FCHarDNet
Fully Convolutional HarDNet for Segmentation in Pytorch
YanaShpot/GA
GA library
YanaShpot/HW-GAN
YanaShpot/milton2
Milton core libraries, second major version
YanaShpot/Selfie-Classification
These are the sources for my bachelor thesis "Accuracy and Bias Analysis of Selfie Detection on Open Data"
YanaShpot/SocialProject
Facebook and YouTube interaction
YanaShpot/Sorting_methods
This task is to compare different sorting methods which include insertion sort, quick sort, merge sort, quick sort with 3-median and tree pivot quick sort. Functions return sorted data and number of comparisons
YanaShpot/Speech2Text
YanaShpot/StoryGAN-screenshots
YanaShpot/swiftnet
YanaShpot/TSP_alorithm
It's a realization of the Nearest neighbor algorithm(an approximation algorithm to solve the traveling salesman problem). The only modification is that this algorithm is looking for the shortest path for each vertex taken as initial.The result is a path with the smallest length chosen from len(data) results of NNA applied to each vertex
YanaShpot/Visualizations
It's repository to store my hometasks for visualization course at UCU. Visualizations were made using VegaLite.
YanaShpot/Words_Counting2
It is now the BETA version of words' counting program, which uses producer/consumer for paralell computingl