Pinned Repositories
AutoTests
azimuth_and_elevation_determintaion
Calculation of position choosen satelite in sky
Binary_decision_tree
Make binary decision tree. Branching criteria - tree depth. Make split using Gini formula. Also make random forest.
CausalMaskExperiments
Made with github.com/Dolmachi. Trained transformer without/with causal mask. Got the same quality but costs much more time and GPU memory.
chemy_test_tele_bot
CNNImageCodec
Homework
corr_image
FileMover
GaussianApprox
Approximation beam some gauss-like functions
ImageRotation
Image rotation on arbitary angle without rotation matrix and warpAffine opencv functions
zazamrykh's Repositories
zazamrykh/AutoTests
zazamrykh/azimuth_and_elevation_determintaion
Calculation of position choosen satelite in sky
zazamrykh/Binary_decision_tree
Make binary decision tree. Branching criteria - tree depth. Make split using Gini formula. Also make random forest.
zazamrykh/chemy_test_tele_bot
zazamrykh/corr_image
zazamrykh/FileMover
zazamrykh/GaussianApprox
Approximation beam some gauss-like functions
zazamrykh/ImageRotation
Image rotation on arbitary angle without rotation matrix and warpAffine opencv functions
zazamrykh/java-tasks
Домашние задания по Java
zazamrykh/Markov_random_fields_segmentation
从贝叶斯理论到图像马尔科夫随机场 c++ using opencv translation of matlab code from origin https://blog.csdn.net/on2way/article/details/47307927
zazamrykh/MarkovChainGenerator
zazamrykh/MarkovTextGenerator
Program that 1) get text 2) make Markov matrix of transition from one word to another that contains probabilities of appearance next word after previous 3) generate new text
zazamrykh/mlcourse.ai
Open Machine Learning Course
zazamrykh/MotorImageryExploration
Motor imagery classification using eeg signal. Use deep/machine learning model with wavelet feature extraction, conv and fc nn layers.
zazamrykh/OtsuMultiSegm
Segmentation Otsu method generalized for arbitrary number of classes.
zazamrykh/PicFinder
Image searching using CLIP model
zazamrykh/TestPolytechGroup
the best testing in the world
zazamrykh/TicTacToe
Calculation all possibles states in tic tac toe game and learning of cross entropy agent to play that game
zazamrykh/WorkOrganizer
Make task plan for week. This app is based on https://gluconatekid.github.io/ProgrammingProjects/todolist.html and spread functionality from to do list to work organizer.