efficiency-analysis
There are 22 repositories under efficiency-analysis topic.
harismuneer/Handwritten-Digits-Classification-Using-KNN-Multiclass_Perceptron-SVM
๐ A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
GAIR-Lab/IISAN
Efficient Multimodal Foundation Model Adaptation for Recommendation
Ze-Yang/Efficient-FSOD
The official implementation of Efficient Few-Shot Object Detection via Knowledge Inheritance (TIP 2022)
fredocr/mosquitto-edge-cloud-experiment
Comparison of stream processing between a nearby Edge computing node and Public Cloud Provider
orkunaktas/NBA-Efficiency-Analysis
๐๐Basketball Player Performance and Efficiency Score Prediction ๐๐ In this study, I evaluated the performances of basketball players who played in the NBA 2023/24 season and used various techniques to calculate their efficiency scores. I visualized these scores so that we can better understand the players' performances ๐๐
congbangitiu/PDM_mindfulNESS_PC
The project applied database principles to a real-world mental health problem, emphasizing reliable data management, and showcased practical solutions to mental health challenges.
MooersLab/time-blocks
PDF of Form for daily schedule as time blocks.
AlexStead/FronPy
Python package for frontier analysis
AlexStead/rfrontier
Stata package for robust stochastic frontier analysis
AndrewFrost/Dungeons-and-Dragons-Online-Quest-Table
A sortable and editable list of quests and associated data in Dungeon and Dragons Online. A useful tool for anyone from beginners trying to find quests to do to veterans looking to optimize their reincarnation routes!
aaguirre321/metro-efficiency
Code Repository for the networks research article "Efficiency of the Tokyo Metro System: A Comparative Analusis"
ADPC-LLC/Best-Tech
A small Multi-Language & Multi-Tech Project to test and compare the efficiency of various programming languages and dev frameworks performing the same function.
cactusflatscoder/MDanish_Portfolio_PY
This repo contains a portfolio of Python code and related documentation I wrote for my graduate coursework at Colorado State University - Global Campus.
lorenzobandini/Thread-vs-Thread-Pool---Performance-Analysis
Analysis of execution efficiency between a set of threads and a thread pool for task execution
sustainableaviation/aircraftdetective
๐๐ฉ๏ธ Aircraft Efficiency Reverse-Engineering
tyrannorrec/CS5800-Cordiance-Experiential-Project
Project to parse and interpret large-scale real-world data. Purpose is to match the tax code for each item or service offered by a company (Avalara) to UNSPSC tax codes, based on descriptor strings of each item and descriptor strings of each UNSPSC tax code.
varungopithallapelly/Efficiency-analysis-of-electric-distribution-system
Electricity sector regulators are practicing benchmarking of distribution companies to regulate the allowed revenue. The main objective of this study is to evaluate relative efficiencies of each Distribution utility using DEA and to identify best performing areas . Then identify ways to improve each areaโs performance, if it is not one of the top performing areas.
Vilgefortzz/comparison-of-database-efficiency
Tool for comparison database efficiency
danilonakai/comparing_search_algorithms_and_proximity_metrics
This Java project compares Linear, Binary, and HashSet Search algorithms, evaluating efficiency in large datasets. It also analyzes word proximity to uncover relationships and patterns. HashSet Search is fastest (6 ms), followed by Binary (14 ms), with Linear Search taking 3,229 ms.
rweaton/python-power-set-objects
Step-by-step description of a power set generator class: ModSet(). Efficiency comparison between the binary mask iterative process and two recursive algorithms for constructing power sets.