An open API service providing repository metadata for many open source software ecosystems.

Topic: "implementation-of-algorithms"

Sahith02/machine-learning-algorithms

A curated list of all machine learning algorithms and deep learning algorithms grouped by category.

Language: Python - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 312 - Forks: 43

punitpandey/ds-algo

Implementation of common Data Structures and Algorithms with Go

Language: Go - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 291 - Forks: 120

spirosmaggioros/AlgoPlus

AlgoPlus is a C++17 library with implemented data structures and algorithms for various topics(including machine learning)

Language: C++ - Size: 15.9 MB - Last synced at: 26 days ago - Pushed at: 27 days ago - Stars: 184 - Forks: 26

patilharshal16/data-structures

Computer science data structures and algorithms implementation from scratch

Language: Java - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 49 - Forks: 2

brianchiang-tw/Accelerated_Computer_Science_Fundamentals_Specialization

A set of practice and demo code of Accelerated Computer Science Fundamentals Specialization on Coursera

Language: C++ - Size: 59.3 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 38 - Forks: 23

bakhodir10/AlgoCS

This repository is all about data structures, its implementation, problem and solving

Language: Java - Size: 793 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 37 - Forks: 14

RudreshVeerkhare/CustomXGBoost

Modified XGBoost implementation from scratch with Numpy using Adam and RSMProp optimizers.

Language: Jupyter Notebook - Size: 57.6 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 26 - Forks: 9

SJTU-lqiu/QA4IE

Original implementation of QA4IE

Language: Python - Size: 82 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 24 - Forks: 3

siAyush/ScratchML

Implementations of the Machine Learning models and algorithms from scratch using NumPy only.

Language: Python - Size: 834 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 24 - Forks: 1

adityajn105/MLfromScratch

Library for machine learning where all algorithms are implemented from scratch. Used only numpy.

Language: Python - Size: 127 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 23 - Forks: 8

KaijuML/parent

Code for Handling Divergent Reference Texts when Evaluating Table-to-Text Generation (Dhingra et al. 2019)

Language: Julia - Size: 15.4 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 23 - Forks: 2

adityashrm21/Deep-Learning-Algorithms-Implementation

Implementations of (Deep Learning + Machine Learning) Algorithms

Language: Jupyter Notebook - Size: 129 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 21 - Forks: 13

Aabhas99/HackerRank-Solution-To-Algorithms

Solution To HackerRank Problems

Language: Java - Size: 313 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 18 - Forks: 15

eloreprojects/programjs

A comprehensive, minimal npm package of common data structures and algorithms in ES6 developed for production use.

Language: JavaScript - Size: 189 KB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 15 - Forks: 1

ShivamChourey/Harris-Corner-Detection

Implementation for Harris Corner Detection Algorithm in Python without using OpenCV functionality

Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 14 - Forks: 11

fredbr/algorithm-implementations

Competitive programming algorithms implementations

Language: C++ - Size: 122 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 0

mohamedboubaker/GPS-Tracker

STM32 and SIM808 GPS tracker with a custom PCB design and support for MQTT and AES-128 encryption.

Language: C - Size: 108 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

haochengxia/VFL4LR

Vertical Federated Learning Implementation for Logistic regression

Language: Python - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 1

PrajaktaSathe/CPP

Features programs and explanations in C++. You are welcome to contribute here!

Language: C++ - Size: 177 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 20

Sowmik23/CompetitiveProgramming

All codes, data structures and algorithms implementation in C or C++ that I practice in different online judges and also in Data structure and algorithm course. (CP)

Language: C++ - Size: 15.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 2

eashwaranRaghu/Data-Structures-and-Algorithms

DS Algo + solutions

Language: C++ - Size: 653 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 3

prakharjadaun/DSA

Repository contains implementation of different data structures and problems related to them.

Language: C++ - Size: 568 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 1

Lemon-412/naive-machine-learning-beginner

implementation of some machine learning methods.

Language: Python - Size: 1.06 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

avitomar12/TSP-using-Genetic-Algorithm

A basic implementation of genetic algorithm for traveling salesman problem

Language: Jupyter Notebook - Size: 40 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 18

jpnevrones/Decision-Tree-CART-

Decision tree implementation from scratch

Language: Python - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 4

Rain120/awesome-javascript-code-implementation

非常好的Javascript源码实现

Language: TypeScript - Size: 19.2 MB - Last synced at: 1 day ago - Pushed at: 5 days ago - Stars: 4 - Forks: 2

bsef19m521/100-Days-of-Machine-Learning

"100-days-of-machine-learning" is a repository containing a comprehensive guide to Machine Learning, covering the basics and advanced topics, with daily exercises and real-world examples for 100 days.

Language: Jupyter Notebook - Size: 430 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

HubertLipinski/DumbCoin 📦

With DumbCoin package you can create blockchain with existing modules or use pre-made one!

Language: JavaScript - Size: 639 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

Harshadjoshi01/DSA_Cracker_Sheet_In_Python

You will find awesome Data Structures and Algorithm Questions with their implementation in Python

Language: Python - Size: 377 KB - Last synced at: 18 days ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 2

lagmoellertim/hanoi-towers

Fast implementation of the Hanoi Towers logic riddle

Language: Python - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

ashutoshtiwari13/DeepQNetwork-Hub

Tensorflow - Keras /PyTorch Implementation ⚡️ of State-of-the-art DeepQN for RL Gym benchmarks 👨‍💻

Language: Jupyter Notebook - Size: 16.8 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

Samirnunes/ml-algorithms-from-scratch

Machine learning algorithms implemented from scratch.

Language: Jupyter Notebook - Size: 12.8 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

KamandPrompt/HackQuest

Language: C++ - Size: 148 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 3 - Forks: 21

sy117/Useful-Algorithms

c++ implementation of algorithms most commonly used in competitive programming

Language: C++ - Size: 26.4 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

ehtisham-sadiq/Final-Year-Project-Material-

This repository contains all the material and data related to final year project.

Language: Jupyter Notebook - Size: 167 MB - Last synced at: 16 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

bsef19m521/100-days-of-CodeChallenge

This repository contains 100 days of leetcode questions and their solutions.

Language: Python - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

titania7777/ChannelAug

ChannelAug: A New Approach to Data Augmentation for Improving Image Classification Performance in Uncertain Environments (Journal of KIISE 2020)

Language: Python - Size: 394 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

AlekseyKorshuk/graph-adt

Graph ADT and its implementation based on adjacency matrix

Language: C++ - Size: 28.3 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

FreeBirdsCrew/HackerRank_Codes

HackerRank Codes and Solution Uploaded daily.

Language: Python - Size: 70.3 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 5

SeungoneKim/algorithms

This repository is where I store my codes for Competitive Programming and Implementation of Data Structures. Problems and content are sourced from ICPC, Baekjoon Online Judge, CodeForces and lectures from Yonsei University(CSI2103-01, CSI3108-01). All the work was done since 2019.06 and was committed on git since 2021.01.22

Language: C++ - Size: 676 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

zikwall/geofind

:globe_with_meridians: Go implementation Point-In-Polygon Algorithm

Language: Go - Size: 5.37 MB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 3

ammarfaizi2/menyentuh_asm_x86

Buku Menyentuh Bahasa Assembly x86_64

Language: Assembly - Size: 354 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

ravising-h/Implementation-of-ML-Algo

Implementation of KNN, Multivariate Linear Regression

Language: Jupyter Notebook - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 2

fakemonk1/decision-tree-implementation-from-scratch

Decision Tree Implementation from Scratch

Language: Python - Size: 146 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

popfido/NeuralMF-Pytorch

Language: Python - Size: 128 KB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

12345k/100-Days-of-ML-Code

Language: Jupyter Notebook - Size: 145 KB - Last synced at: 23 days ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

lckdl/Learning-Machine-Learning

Implementation of machine learning algorithms with Numpy from scratch. 从零实现机器学习算法。

Language: Jupyter Notebook - Size: 937 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

LeKSuS-04/Algorithms-and-Data-Structures

:brain: Implementation of various algorithms and data structures in C++

Language: C++ - Size: 76.2 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

PETERMUTWIRI/Classification-Project-Customer-Attrition-Case

customer churn machine learning project

Language: Jupyter Notebook - Size: 1.65 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

ronald1404/Graphs-Algorithms

Ghaps Algortihms

Language: Java - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

mohsenfallahnjd/Gender-and-Age-Detection

Implementation of Gender and Age Detection algorithm with python.

Language: Python - Size: 79 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

mohsenfallahnjd/NaiveBayes

Implementation of NaiveBayes algorithm with python.

Language: Python - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

titania7777/SelfBalancingRobot

Training and Implementation of Self-Balancing Robot with ML-Agents (ICROS 2020)

Language: C# - Size: 4.56 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

aknottymathematician/DSA-Implementations

Language: Python - Size: 52.7 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

le-mountassir/ft_printf

In this project, we will recode the famous printf function using variadic arguments with some of the functions that we made in the first project Libft.

Language: C - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

gautamkhatter/algorithms

In this repository, I am sharing all the algorithms that I have made using C/C++. Algorithms are pretty confusing at first but once you implement them, they are a piece of cake.

Language: C++ - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

vipul2001/Machine-Learninng-and-Deep-Learning

It is an attempt to bring along various techniques in machine learning and deep learning

Language: Jupyter Notebook - Size: 4.04 MB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

is1024fl/IGSC

Zero-Shot Recognition through Image-Guided Semantic Classification

Language: Python - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

olehan/awesome

Algorithms and Data structures

Language: Go - Size: 11.7 KB - Last synced at: 15 days ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

MIDHUNGRAJ/Machine_Learning_From_Scratch

This repository contains implementations of several machine learning algorithms from scratch.

Language: Jupyter Notebook - Size: 36.1 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

Shojiyao12/Novice_Paxos_Implementation

This project implements a simulation of the Paxos Consensus Algorithm as described in Leslie Lamport's "Paxos Made Simple." It models distributed nodes (proposers, acceptors, and learners) and simulates real-world conditions such as message loss, delays, and node failures.

Language: Python - Size: 42 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

imAlessas/codeforces-training

My solutions to Codeforces problems ⚙️

Language: C++ - Size: 99.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

lurkydismal/qr 📦

NetHack-like game that fits in 3 kb

Language: C - Size: 988 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

cudavailable/Naive-Bayes-Classifier-Demo

基于简单实现的多项式朴素贝叶斯的文本主题分类

Language: Python - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Darkas-Overgold/PUCP_2024-2_Alley_Radar

The main objective of the project is related to the implementation of a system, those of this type are usually used to monitor or analyze environments, possibly integrating sensors, digital signal processing or embedded applications. The repository stands out for the use of C as the main programming language, reflecting a low-level implementation.

Language: C - Size: 45.9 KB - Last synced at: 21 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Mohammed-Atef-20231143/Basic-And-Implement-Functions

Small Basics Projects & Implement Functions by some languages like: C++, Python, .... etc.

Language: C++ - Size: 324 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

ITSTIME1/algorithms

This is algorithms what i learned

Language: Python - Size: 800 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

XuranF/Data-Structure-and-Algorithm-Learning

LC problems & Algorithm course assignments

Language: Java - Size: 2.95 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Deshram/Linear-Regression-Implementation

Implementation of Linear Regression from scratch to predict stock prices

Language: Python - Size: 288 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AatroxMainBTW/Algorithms_imp_scala_ver

Continuing on my scala learning by doing an implementation of famous algorithms

Language: Scala - Size: 54.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

bsef19m521/Logistic-Regression-Step-by-Step

"Logistic Regression Step by Step" is a repository that provides an in-depth and hands-on explanation of the logistic regression algorithm through Python code and visualizations, making it easy to understand and implement the algorithm.

Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

dantehemerson/blockchain

🧱 Basic Blockchain implementation

Language: JavaScript - Size: 471 KB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

roxacarv/roxacs_code_cellar

Language: C++ - Size: 141 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

keivan-amini/First-Software-and-Computing-Project-2022

This repository has been created in order to implement a simple cellular automata using Python.

Language: Python - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

siva010928/Job-Portal

Job portal management system using Java and MySQL follows object oriented programming principles

Language: Java - Size: 31.7 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

potter1024/Competitive-Programming

Implementation of most used Algorithms and Data Structures

Language: C++ - Size: 1.42 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

achint740/Problem-Solving

HackerRank -- Implementation Algorithms Solutions

Language: C++ - Size: 156 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 8

ThangMinhCao/closest-pair-doubling

The implementation in C++ of the closest-pair doubling algorithm which finds the smallest distance between two points in a metric space in O(n log n) time without directly using the points' coordinates.

Language: C++ - Size: 11.7 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

anserwaseem/Stack-Application

Designing a C++ program that use a stack for matching tags and quotes in XML eXtensive Markup Language.

Language: C++ - Size: 199 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

sanjay035/DataStructures-Algorithms-with-implementations

The repo contains my implementations of DSA from the famous book "Introduction to Algorithms" by "CLRS" (Cormen, Leiserson, Rivest, Stein) for coding interview preparation.

Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

craslaw/matpower Fork of MATPOWER/matpower

Fork for integrating loss approximation models in MATPOWER's DC power flow functions

Size: 35.8 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

sailikhithk/t81_558_deep_learning Fork of jeffheaton/t81_558_deep_learning

Washington University (in St. Louis) Course T81-558: Applications of Deep Neural Networks

Size: 170 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

Jayasagar/py-machine-learning-labs

My own quick and basic implementations for Machine Learning Decision Tree classifier algorithm!

Language: Python - Size: 208 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

psrabhishek/Hackerrank-algo-implementation

Hard and logical problems in Hackerrank-implementation (https://www.hackerrank.com/domains/algorithms/implementation)

Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

mohandsakr/implmentation-of-some-algorithms-

in this repository i will put some codes and examples of implementing some algorithms .

Language: C++ - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

PierreGe/shadows-in-animation

Last year of BA in computer science project. Subject : Shadows in animation and video games

Language: Python - Size: 66 MB - Last synced at: about 1 year ago - Pushed at: about 10 years ago - Stars: 1 - Forks: 0

FarhadNagiyev/Algorithms

Implementing algorithms in C

Language: C - Size: 85 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

SusanketSarkar/NN-from-scratch

A pure NumPy implementation of a deep neural network, built for educational purposes and deep learning understanding. This project implements a multi-layer neural network with various features commonly found in modern deep learning frameworks.

Language: Python - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shanmukh05/scratch_nlp

A python library with foundational NLP Algorithms implemented from scratch using PyTorch

Language: Jupyter Notebook - Size: 18.3 MB - Last synced at: 17 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Guettaf-Mazigh/built-in-functions-implementation-php

I tried to implement some predefined string functions in PHP

Language: PHP - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

kiro6/numerical-computation-algorithms

numerical-computation-algorithms using matlap

Language: MATLAB - Size: 255 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

solacerxt/Algorithms-DS-Backpack

Implementations of some algorithms and data structures

Language: C# - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Vaibhav12708/ProjectEuler.net-Solutions

Executable and easy-to-understand code for different Questions in python.

Language: Python - Size: 54.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Rubix982/Mike-Mirzayanov---DS-And-Algo-Implementation

This repository is not affiliated with Mike Mirzayanov in any way. It's an implementation of the Data Structures and Algorithms mentioned in his course, "ADVANCED ALGORITHMS AND DATA STRUCTURES", found here( https://in.harbour.space/data-science/advanced-algorithms-and-data-structures-mikhail-mirzayanov/ ) by me and my friends for the sole sake of self-learning. Background vector created by starline - www.freepik.com .

Language: C++ - Size: 39.1 KB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nonkloq/dump

Code dump of several algorithms, scripts and ipy notebooks.

Language: Jupyter Notebook - Size: 13 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Mohamed-Hamdy/GOFO

java application to booking the football playgrounds

Language: Java - Size: 6.46 MB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 15

esQueues/Algorithms-and-Data-Structures

Algorithms and Data Structures implementations

Language: Java - Size: 4.88 KB - Last synced at: 30 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SINGHxTUSHAR/Assignment-73

Language: Jupyter Notebook - Size: 72.3 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

amolgorithm/caesar-cipher-decoder

Here is an implementation of a Caesar Cipher decoding and encoding algorithm.

Language: Python - Size: 649 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

tommysteryy/machine-learning-methods

Implementations (from scratch), applications, and visualizations of key machine learning methods from UBC CPSC 532M/340: Machine Learning & Data Mining and UBC CPSC 540/440: Advanced Machine Learning

Language: Python - Size: 57.9 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Related Topics
implementation-of-data-structures 37 algorithms 33 data-structures 26 python 21 algorithm 21 machine-learning 20 cpp 15 implementation 14 python3 12 competitive-programming 11 deep-learning 10 machine-learning-algorithms 10 algorithms-and-data-structures 8 java 7 sorting-algorithms 7 graph-algorithms 6 c 6 data-structures-and-algorithms 5 hackerrank 5 hacktoberfest 5 data-science 4 computer-science 4 numpy 4 dynamic-programming 4 neural-network 4 linear-regression 4 codeforces 4 decision-trees 4 linked-list 4 problem-solving 4 from-scratch 3 searching-algorithms 3 implementation-of-research-paper 3 stack 3 c-plus-plus 3 sorting 3 pytorch 3 implementation-from-scratch 3 hacktoberfest-accepted 3 hackerrank-solutions 3 queue 3 interview-questions 3 logistic-regression 3 tree-structure 3 interview 3 neural-networks 3 datastructures 3 javascript 2 cpp17 2 algorithms-implemented 2 astar 2 bubble-sort 2 java-8 2 recursion 2 interview-preparation 2 string-algorithms 2 cryptography 2 deeplearning 2 datascience 2 ensemble-learning 2 kmeans-clustering 2 cpp-library 2 csharp 2 hackerrank-algorithms-solutions 2 software-engineering 2 data-visualization 2 codechef 2 tensorflow 2 tree-algorithms 2 genetic-algorithm 2 100daysofcode 2 leetcode-solutions 2 100daysofpython 2 evaluation-metrics 2 knn-algorithm 2 natural-language-processing 2 data-augmentation 2 forked-repo 2 learning 2 svm 2 interview-practice 2 graph 2 leetcode 2 golang 2 binary-trees 2 binary-search-tree 2 prediction 2 codeforces-solutions 2 book 2 projects 2 coding 2 deep-learning-algorithms 2 classification 2 tree 2 uml 1 java-programming 1 ui-design 1 playground 1 state-machine 1 sequence-diagram 1