57 results for “topic:algorithm-optimization”
Optimal Sparse Decision Trees
This is my undergraduate thesis about high-performance discrete particle swarm optimization (PSO) algorithm and software development of application on JSSP problem.
📄 Enhance Apple Developer docs by converting them into AI-readable Markdown for easier access and improved usability.
ALT algorithms on a grid graph used for routing on the sea.
Java-based application that helps users find and substitute ingredients efficiently.
A short program written in Java calculates the maximum area that can be contained within a set of vertical lines, utilizing a two-pointer algorithm and handling a variety of test cases from simple to complex.
A Java implementation of an algorithm that determines if a target string can be constructed by concatenating elements from a given word bank, using recursion and memoization for optimization.
This Java project focuses on implementing a dynamic programming solution to find the shortest combination of numbers that sum up to a given target sum, using recursion and memoization for efficiency.
This project presents a C++ implementation for efficiently merging two sorted linked lists into a single sorted list. It focuses on utilizing existing nodes from the original lists and maintaining their order in the merged output.
Code for paper "Dynamic Deep Neural Network Inference via Adaptive Channel Skipping"
Wine Quality Classification Using Deep Learning
SchedMaster lies in its hybrid approach - combining classical scheduling algorithms with optimization techniques like Greedy Algorithms, Dynamic Programming, and Backtracking. Additionally, it leverages simple ML models to predict process behavior, detect anomalies in resource usage, and recommend the most suitable scheduling strategies.
Python project implementing Nearest Neighbor and Skyline Query Search algorithms with R-tree data structures for efficient spatial indexing. Part of COMP6210 group project at Macquarie University.
A MATLAB-based implementation of fractal image compression enhanced with the Discrete Cosine Transform (DCT), focusing on optimizing compression ratio, PSNR, and memory usage.
application i made that checks the users symptoms for the covid 19 virus
📺 Add-in to visualize videos in Excel sheets.
Association analysis including support, confidence, and lift between consumer goods
A highly optimized integer sorting project implementing the chunk sorting algorithm.
artidek/42_push_swap: Sorting algorithm project for 42 school. Sorts integer stacks with minimal stack operations, using custom data structures and optimized algorithms.
A Python-based security audit simulation that performs high-speed cross-referencing of raw log data against a blacklist. Utilizes advanced Regex for pattern extraction and Hash Sets for O(1) lookup performance. Includes synthetic data generation.
🔍 Explore and enhance deep learning models with DeepSeek-V3.2-Exp, your go-to tool for streamlined data analysis and advanced AI insights.
🤖 Enhance recommendations with OneRec-Think, a framework that combines dialogue, reasoning, and personalization for precise and engaging user experiences.
**push_swap** is a C project that implements a sorting algorithm to sort a stack of integers with the minimum number of operations. The goal is to demonstrate efficient stack manipulation and algorithm optimization.
This project implements a specialized graph-based text analysis tool that creates paths between words and phrases based on their lengths. The algorithm can find word patterns in texts while handling inflected forms of words (particularly important for agglutinative languages like Hungarian).
High-performance cellular automaton simulation with 50-200x speed improvements. Features NumPy vectorization, real-time PyGame visualization, and professional debugging tools. Perfect for algorithm research and education.
DuoHash is an advanced tool for the efficient calculation of forward and reverse hashes of spaced k-mers in nucleotide sequences, improving the analysis of genomic data by reducing processing time and computational resources.
Sorting algorithm optimization challenge using two stacks - Algorithmic efficiency project minimizing operations with custom instruction set
FLRSA : Fast & Light RSA implementation based on Stirling numbers (Matrix B) and Pascal's Triangle. Accelerates decryption by replacing modular exponentiation with a combinatorial dot product.
A simulated cache system program. Test cache performance by dynamically specifying the cache structure to see how well optimized an algorithm is on different cache structures.
High-performance web scraping suite for automated data extraction from dynamic websites