-
-
seamCarving Public
Seam carving is an advanced image processing technique for content-aware image resizing. Unlike traditional scaling methods that uniformly distort the image, seam carving preserves the most importa…
Python UpdatedNov 18, 2025 -
densenet-pytorch Public
A PyTorch implementation of various DenseNet architectures trained on the CIFAR-100 dataset, with extensive customization options for model architecture, hyperparameters, and training strategies.
Python UpdatedNov 6, 2025 -
NetRunner-Template Public
Welcome to netrunner-template, a structured, modular pipeline designed to help you efficiently load, clean, inspect, and analyze datasets—especially tabular ones like CSV files—without diving deep …
-
-
GoML Public
A somewhat comprehensive, modular machine learning framework built in Go, designed for both educational and production use. GoML provides neural network implementations, data processing utilities, …
Go UpdatedSep 23, 2025 -
Ackermann Public
Ackermann Algorithm implemented in C, C++, C#, GoLang, Swift, Javascript, Haskell, Python and Unix Shell.
-
resnet-cifar100 Public
A complete PyTorch implementation for training and evaluating ResNet-18 on the CIFAR-100 dataset.
Python UpdatedSep 9, 2025 -
vggnet-pytorch Public
This repository contains an implementation of the VGG-16 convolutional neural network trained on the Tiny ImageNet dataset using PyTorch. The script includes advanced data augmentation, learning ra…
Python UpdatedSep 6, 2025 -
alexnet-pytorch Public
This repository contains a PyTorch implementation of the classic AlexNet convolutional neural network, adapted and trained on the CIFAR-10 dataset. The implementation serves as a practical example …
Python UpdatedAug 29, 2025 -
lenet5-pytorch Public
A functional and easy-to-understand implementation of the classic LeNet-5 convolutional neural network using PyTorch. This repository provides code to train and evaluate LeNet-5 on the MNIST handwr…
Python UpdatedAug 12, 2025 -
SVD-From-Scratch Public
This project implements the Singular Value Decomposition (SVD) algorithm from scratch in C programming language. Singular Value Decomposition is a cornerstone technique in linear algebra, used exte…
C UpdatedAug 12, 2025 -
ICP_Algorithm Public
This repository contains a Python implementation of the Iterative Closest Point (ICP) algorithm for rigid point cloud registration using NumPy and SciPy, with optional visualization support using M…
Python UpdatedAug 11, 2025 -
Shot-Chart-Generator Public
Simple script that creates the shot-chart of NBA players using the official NBA API. Because of the finicky nature of the API and its countless restrictions, you might run into some troubles runnin…
Python UpdatedJul 23, 2025 -
ActiveLearning-Example Public
Repository showcasing a simple active learning example.
Python UpdatedMay 11, 2025 -
-
kuwahara-dither-oily-cli Public
Kuwahara effect + Dither effect = Oily Drawing Look!
Python UpdatedMay 9, 2025 -
-
-
black-scholes-merton Public
Simplest implementation of Black-Scholes & Merton equation.
Python UpdatedAug 5, 2024 -
dither-filter Public
This repository contains Python code implementing two popular dithering algorithms, Floyd-Steinberg and Atkinson, using the Numba library for performance optimization. These algorithms are commonly…
Python UpdatedApr 17, 2024 -
kuwahara-filter Public
The Kuwahara filter is a non-linear filter used for image smoothing while preserving edges. It divides the image into overlapping square regions and computes the mean and variance of pixel values w…
Python UpdatedApr 17, 2024 -
-
Awesome-Transformer-in-Medical-Imaging Public
Forked from xmindflow/Awesome-Transformer-in-Medical-Imaging[MedIA Journal] An ultimately comprehensive paper list of Vision Transformer/Attention, including papers, codes, and related websites
GNU General Public License v3.0 UpdatedNov 10, 2023 -
-
Temporal-Difference-Learning Public
TD-Gammon is a computer backgammon program developed in 1992 by Gerald Tesauro at IBM's Thomas J. Watson Research Center. Its name comes from the fact that it is an artificial neural net trained by…
-
pydub Public
Forked from jiaaro/pydubManipulate audio with a simple and easy high level interface
Python MIT License UpdatedMay 27, 2022 -
Perceptron-NeuralNetwork Public
Perceptron neural network implementation in C.
C UpdatedMay 24, 2022 -
smart_tictactoe Public
Implementation of TicTacToe opponent AI using the easyAI library.
Python UpdatedApr 17, 2022 -