Pinned Repositories
activityTracker
An fitness application that tracks movement and determines the activity type by sensors with Machine Learning
AIHelp
Anomaly-Based-Intrusion-Detection
Analyzed over 2 million entries of minute-based electricity consumption data derived from supervisory control system. Implemented feature scaling and PCA optimizing input of HMM, improving accuracy and efficiency of anomaly detection. Optimized HMM across states with Gaussian and Multinomial distributions for continuous and discretized data.
Calculator
A basic android calculator that has two different themes and shows the previous expression.
card-game
A card game written in C.
Duplicate-GitHub-Ticket-Classification
We evaluate 8 document embeddings models for the duplicate detection task within a repository of GitHub issues by computing pair-wise comparisons between issues and evaluating the pair-wise duplicate classification via the F1 metric a number of thresholds.
Fortress-Game-offline
You control a peace-loving fortress which has in front of it a large field. The field is covered in a thick fog, and your enemy has positioned siege tanks in it and is attacking you! You cannot see where they are, but you can still shot at them with your fortress' gun!
MyRustBlockChain
Implemented blockchain using Rust with consensus algorithms and cryptographic principles. Designed multi-threaded proof miner with synchronization of shared mutable data to optimize parallelism.
peakbuddies
Revolutionizing hackathon networking with 'speed networking approach' at SFU x Mountain Madness 2024. Coded in 24 hours, for unique and seamless participant connections. 🥇 First Place Winner.
SFULounge
With SFU Lounge, you can discover like-minded students who share your interests and academic goals, fostering meaningful connections within the SFU community. Stay informed about the most exciting events on campus, ensuring you never miss out on opportunities. Initiate conversations and meet new friends directly through the in-app chat feature.
kianhk6's Repositories
kianhk6/Duplicate-GitHub-Ticket-Classification
We evaluate 8 document embeddings models for the duplicate detection task within a repository of GitHub issues by computing pair-wise comparisons between issues and evaluating the pair-wise duplicate classification via the F1 metric a number of thresholds.
kianhk6/MyRustBlockChain
Implemented blockchain using Rust with consensus algorithms and cryptographic principles. Designed multi-threaded proof miner with synchronization of shared mutable data to optimize parallelism.
kianhk6/activityTracker
An fitness application that tracks movement and determines the activity type by sensors with Machine Learning
kianhk6/AIHelp
kianhk6/Anomaly-Based-Intrusion-Detection
Analyzed over 2 million entries of minute-based electricity consumption data derived from supervisory control system. Implemented feature scaling and PCA optimizing input of HMM, improving accuracy and efficiency of anomaly detection. Optimized HMM across states with Gaussian and Multinomial distributions for continuous and discretized data.
kianhk6/Calculator
A basic android calculator that has two different themes and shows the previous expression.
kianhk6/card-game
A card game written in C.
kianhk6/Fortress-Game-offline
You control a peace-loving fortress which has in front of it a large field. The field is covered in a thick fog, and your enemy has positioned siege tanks in it and is attacking you! You cannot see where they are, but you can still shot at them with your fortress' gun!
kianhk6/peakbuddies
Revolutionizing hackathon networking with 'speed networking approach' at SFU x Mountain Madness 2024. Coded in 24 hours, for unique and seamless participant connections. 🥇 First Place Winner.
kianhk6/SFULounge
With SFU Lounge, you can discover like-minded students who share your interests and academic goals, fostering meaningful connections within the SFU community. Stay informed about the most exciting events on campus, ensuring you never miss out on opportunities. Initiate conversations and meet new friends directly through the in-app chat feature.
kianhk6/Fortress-Game-WebApp
created a Spring Boot REST API for the offline fortress game.
kianhk6/Global_Fellow
This application was developed in a 24 hour span in a hackathon competition where the topic was lost in translation. We developed an friend making app that connect people globally and assists translation through openAI API. The back end was completed by me and its uploaded through this reprository.
kianhk6/Kian_Hosseinkhani_Stress_Meter
kianhk6/myLs
The MyLS application is a custom implementation of the traditional Unix/Linux ls command. It is designed to list the contents of directories, providing detailed information about files and directories, including their inode numbers, permissions, owners, and modification dates
kianhk6/PathFinder
Path finder of the shortest distances between two coordinates in a grid. User has the capability of creating obstacles in the grid.
kianhk6/Planner
Created a Spring Boot server which helps students plan their courses.
kianhk6/SkipList
A skipList data structure written in C++, this also shows understanding of memory management
kianhk6/social-media
Social media application similar to reddit but this will get mixed with global fellow where there will be a mechanism for introducing users to eachother
kianhk6/ThreadChannelsProgram
Application is designed as a multi-threaded C program that processes numerical data from various input channels, combining them into a single output after applying optional signal processing techniques. It reads from multiple files, each representing a channel with sequences of 16-bit integers, and performs low-pass filtering and amplification.
kianhk6/x86-64Calculator
two different calculators written in x86-64: 1) Matrix calculator 2) Plus/minus/multiplication by using recursion and for loops