Topic: "implementation"
Avik-Jain/100-Days-Of-ML-Code
100 Days of ML Coding
Size: 10.4 MB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 47,293 - Forks: 10,927

Kyubyong/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need
Language: Python - Size: 5.32 MB - Last synced at: 26 days ago - Pushed at: about 2 years ago - Stars: 4,369 - Forks: 1,307

wenbihan/reproducible-image-denoising-state-of-the-art
Collection of popular and reproducible image denoising works.
Size: 23.4 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 2,443 - Forks: 509

scandum/quadsort
Quadsort is a branchless stable adaptive mergesort faster than quicksort.
Language: C - Size: 12 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 2,148 - Forks: 107

Janspiry/Palette-Image-to-Image-Diffusion-Models
Unofficial implementation of Palette: Image-to-Image Diffusion Models by Pytorch
Language: Python - Size: 6.7 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 1,686 - Forks: 226

pprp/awesome-attention-mechanism-in-cv
Awesome List of Attention Modules and Plug&Play Modules in Computer Vision
Language: Python - Size: 3.25 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 1,188 - Forks: 170

nibbstack/erc721
The reference implementation of the ERC-721 non-fungible token standard.
Language: Solidity - Size: 2.39 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 1,054 - Forks: 398

graykode/gpt-2-Pytorch
Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation
Language: Python - Size: 2.33 MB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 996 - Forks: 227

Mostafa-Samir/DNC-tensorflow
A TensorFlow implementation of DeepMind's Differential Neural Computers (DNC)
Language: Jupyter Notebook - Size: 87.7 MB - Last synced at: 22 days ago - Pushed at: over 5 years ago - Stars: 580 - Forks: 163

harshitahluwalia7895/100DaysOfMLCode
Language: Jupyter Notebook - Size: 44 MB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 423 - Forks: 254

tobegit3hub/ml_implementation
Implementation of Machine Learning Algorithms
Language: Python - Size: 34.2 KB - Last synced at: 29 days ago - Pushed at: over 6 years ago - Stars: 407 - Forks: 187

MrXiaoM/Overflow
替换 mirai 实现为 Onebot 以进行无缝迁移
Language: Kotlin - Size: 1.32 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 401 - Forks: 26

MaherKSantina/MSPeekCollectionViewDelegateImplementation
A custom paging behavior that peeks the previous and next items in a collection view
Language: Swift - Size: 235 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 359 - Forks: 32

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

iolevel/peachpie-wordpress
WordPress running on .NET Core.
Language: C# - Size: 16 MB - Last synced at: 25 days ago - Pushed at: 4 months ago - Stars: 311 - Forks: 863

armedbear/abcl
Armed Bear Common Lisp <git+https://github.com/armedbear/abcl/> <--> <svn+https://abcl.org/svn> Bridge
Language: Common Lisp - Size: 65.3 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 302 - Forks: 33

johnpayne-dev/MinecraftC
A Raytraced Minecraft Classic 0.0.30a port to C
Language: C - Size: 22.5 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 297 - Forks: 21

akanyaani/gpt-2-tensorflow2.0
OpenAI GPT2 pre-training and sequence prediction implementation in Tensorflow 2.0
Language: Python - Size: 4.67 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 262 - Forks: 84

duxingren14/DualGAN
DualGAN-tensorflow: tensorflow implementation of DualGAN
Language: Python - Size: 32.6 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 260 - Forks: 97

harunurrashid97/100-Days-Of-ML-Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Language: Jupyter Notebook - Size: 11.8 MB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 223 - Forks: 109

TheAlgorithms/F-Sharp
All Algorithms implemented in F#
Language: F# - Size: 136 KB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 220 - Forks: 57

geekquad/Pixel-Processing
📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
Language: Jupyter Notebook - Size: 284 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 129 - Forks: 94

jpa99/Algorithms
A collection of various useful algorithms and data structures along with their Java implementations.
Language: Java - Size: 7.26 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 121 - Forks: 53

1297rohit/RCNN
Step-By-Step Implementation of R-CNN from scratch in python
Language: Jupyter Notebook - Size: 12.3 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 104 - Forks: 73

liv-group/reproducible-video-denoising-state-of-the-art
Collection of popular and reproducible video denoising works.
Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 98 - Forks: 12

DomHudson/bert-in-production
A collection of resources on using BERT (https://arxiv.org/abs/1810.04805 ) and related Language Models in production environments.
Size: 130 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 96 - Forks: 12

mingrammer/funmath
:umbrella: Implementations of mathematical functions, formulas and concepts
Language: Python - Size: 29.3 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 93 - Forks: 7

hasanbayatme/unity-dijkstras-pathfinding
Dijkstra's Pathfinding Algorithm Unity Implementation. (Not being maintained by me, it is just an experiment.)
Language: C# - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 90 - Forks: 8

Daya-Jin/ML_for_learner
Implementations of the machine learning algorithm with Python and numpy
Language: Jupyter Notebook - Size: 7.92 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 86 - Forks: 44

codicoscepticos/ruby-implementations
List of Ruby implementations.
Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 85 - Forks: 10

Natsu6767/DCGAN-PyTorch
PyTorch Implementation of DCGAN trained on the CelebA dataset.
Language: Python - Size: 100 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 81 - Forks: 25

redis-go/redis
Redis server written in Go / Golang (prototype)
Language: Go - Size: 235 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 77 - Forks: 16

ArinaMgk/unisym
Uniformed (Universal) Symbols.
Language: C++ - Size: 2.06 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 75 - Forks: 1

MosheWorld/AuthenticationService
Implementations for JWT Authentication in C# and NodeJS.
Language: C# - Size: 4.02 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 67 - Forks: 82

Dev1an/Swift-Atem
Blackmagic Design Atem network protocol implementation in swift 5.1 using NIO 2
Language: Swift - Size: 8.55 MB - Last synced at: 26 days ago - Pushed at: over 1 year ago - Stars: 63 - Forks: 28

node-fetch/fetch-blob
A Blob implementation in Node.js, originally from node-fetch.
Language: JavaScript - Size: 328 KB - Last synced at: 29 days ago - Pushed at: almost 2 years ago - Stars: 62 - Forks: 31

islisp-dev/iris
The interpreter of ISLisp
Language: Go - Size: 1.34 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 61 - Forks: 2

Kyubyong/bytenet_translation
A TensorFlow Implementation of Machine Translation In Neural Machine Translation in Linear Time
Language: Python - Size: 99.6 KB - Last synced at: 2 months ago - Pushed at: almost 8 years ago - Stars: 59 - Forks: 15

bzdgn/data-structures-in-java
Data structures in detail with java implementations
Language: Java - Size: 104 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 58 - Forks: 28

ogkalu2/Sketch-Guided-Stable-Diffusion
Unofficial Implementation of the Google Paper - https://sketch-guided-diffusion.github.io/
Language: Python - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 57 - Forks: 5

edqx/amongus-protocol 📦
An implementation of the Among Us protocol in typescript.
Language: TypeScript - Size: 1.07 MB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 55 - Forks: 5

1297rohit/VGG16-In-Keras
Implementation of VGG16 architecture in Keras
Language: Jupyter Notebook - Size: 428 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 54 - Forks: 48

h0MER247/swGL
A multithreaded software implementation of OpenGL 1.3 in C++.
Language: C++ - Size: 260 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 53 - Forks: 7

jraleman/open-libft
An open source C library that incorporates useful functions, such as binary trees, linked lists, stacks, arrays, bit manipulation.
Language: C - Size: 2.02 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 52 - Forks: 11

brianchiang-tw/leetcode
A set of practice note, solution, complexity analysis and test bench to leetcode problem set
Language: Python - Size: 7.68 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 50 - Forks: 13

retarfi/language-pretraining
Pre-training Language Models for Japanese
Language: Python - Size: 203 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 49 - Forks: 6

upul/Machine-Learning-Algorithms-From-Scratch
A collection of commonly used machine learning algorithms implemented in Python/Numpy
Language: Jupyter Notebook - Size: 1.96 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 48 - Forks: 24

alexfjw/prunnable-layers-pytorch
Prunable nn layers for pytorch.
Language: Python - Size: 44.9 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 48 - Forks: 10

otenim/TensorFlow-OS-ELM
A tensorflow implementation of OS-ELM (Online Sequential Extreme Learning Machine)
Language: Python - Size: 21.7 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 47 - Forks: 16

HFrost0/TGC_torch
A Pytorch implementation of paper "Temporal Relational Ranking for Stock Prediction"
Language: Python - Size: 26.9 MB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 45 - Forks: 7

lencx/code-snippets
✍️ code - 手写系列
Language: TypeScript - Size: 578 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 43 - Forks: 3

3outeille/Research-Paper-Summary
Summary & Implementation of Deep Learning research paper in Tensorflow/Pytorch.
Language: Jupyter Notebook - Size: 1.27 GB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 39 - Forks: 7

HaiAu2501/Data-Structures-and-Algorithms-using-C
Tập hợp các bài giảng, ví dụ mã nguồn, và bài tập liên quan đến việc học và thực hành cấu trúc dữ liệu và thuật toán sử dụng ngôn ngữ lập trình C/C++.
Language: C - Size: 453 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 36 - Forks: 0

nicomazz/ComputerNetworks-unipd2018
Tips and resources to easily pass the "Computer Networks" practical exam ("Reti di calcolatori") in Padua
Language: C - Size: 1.46 MB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 33 - Forks: 9

methylDragon/ros-indoor-gps-fusion
Implementation of sensor fusion with the Marvelmind Indoor GPS ultrasonic beacons! (With custom message adapters and the Linorobot stack!)
Language: C++ - Size: 281 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 32 - Forks: 12

lqt0223/promise
A step by step implementation practice of Promise class
Language: JavaScript - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 32 - Forks: 4

tomhea/farray
Initialize / Fill C++ array fast - O(1) time with only 1 extra bit of memory.
Language: C++ - Size: 287 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 30 - Forks: 2

moghya/dsalglib
This is improved and stable version of dsalib ready to use C++ data structures and algorithms template library
Language: C++ - Size: 357 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 29 - Forks: 27

mrluin/ESFNet-Pytorch
ESFNet-Pytorch
Language: Python - Size: 1.16 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 28 - Forks: 9

tsfpga/tsfpga
A flexible and scalable development platform for modern FPGA projects.
Language: Python - Size: 2.25 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 26 - Forks: 5

arthurfiorette/try
A 373-byte Spec-Compliant Runtime-Only Implementation of the ECMAScript Try Operator Proposal Result class
Language: JavaScript - Size: 294 KB - Last synced at: 3 days ago - Pushed at: 21 days ago - Stars: 26 - Forks: 0

swisnl/geocoder-php-nationaal-georegister-provider
Nationaal Georegister provider for Geocoder PHP
Language: PHP - Size: 78.1 KB - Last synced at: 17 days ago - Pushed at: 2 months ago - Stars: 26 - Forks: 5

macmade/CoreFoundation
Custom implementation of Apple's CoreFoundation framework intended to be used in the XEOS operating system as a base for its Objective-C library.
Language: C - Size: 414 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 26 - Forks: 2

Linguistic/rake
A Java library for Rapid Automatic Keyword Extraction (RAKE) 🍂
Language: Java - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 26 - Forks: 17

muhd-umer/pyramidtabnet
Official PyTorch implementation of PyramidTabNet: Transformer-based Table Recognition in Image-based Documents
Language: Python - Size: 93 MB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 25 - Forks: 2

AleksandarDinic/HackerRank-Solutions
HackerRank solutions written in Swift and a little bit in Java 🖖
Language: Swift - Size: 143 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 24 - Forks: 7

cjf8899/KeepAugment_Pytorch
:low_brightness:Unofficial PyTorch implementation of KeepAugment
Language: Python - Size: 59.6 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 24 - Forks: 1

mir-am/LIBTwinSVM
A Library for Twin Support Vector Machines
Language: Python - Size: 6.57 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 22 - Forks: 9

maciejcieslar/promiseq
Implementing promises in JavaScript.
Language: TypeScript - Size: 51.8 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 22 - Forks: 7

akash4393/libsignal-javascript-example
Language: JavaScript - Size: 553 KB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 22 - Forks: 6

avivace/kalman
Interactive and real time 2D simulation of the Kalman Filter in use to reduce statistical input noise.
Language: Vue - Size: 14.9 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 4

crewmate-srv/crewmate
An open-source implementation of the Among Us server in Java.
Language: Java - Size: 42 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 21 - Forks: 0

avivace/Physarum
Physarum polycephalum slime mould computing simulation, implemented on a custom VueJS + Unity3D stack
Language: C# - Size: 69.4 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 21 - Forks: 5

adityashrm21/Deep-Learning-Algorithms-Implementation
Implementations of (Deep Learning + Machine Learning) Algorithms
Language: Jupyter Notebook - Size: 129 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 21 - Forks: 13

perlpunk/yaml-test-matrix
Run yaml/yaml-test-suite tests and create HTML matrix
Language: Perl - Size: 4.14 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 6

GEO-Protocol/GEO-network-client
Reference implementation of the GEO Protocol.
Language: C - Size: 80.8 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 20 - Forks: 4

0xcert/ethereum-xcert 📦
Xcert token implementation for the Ethereum blockchain.
Language: JavaScript - Size: 279 KB - Last synced at: 3 days ago - Pushed at: almost 7 years ago - Stars: 20 - Forks: 7

mtanksl/amf.net
An implementation in C# of both AMF0 and AMF3 binary format that is used to serialize ActionScript object graphs.
Language: C# - Size: 513 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 19 - Forks: 1

braincreators/octconv
Octave Convolution Implementation in PyTorch
Language: Python - Size: 99.6 KB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 19 - Forks: 5

sahaavi/HackerRank
HackerRank solutions in C#/Java/C++/Python
Language: C# - Size: 129 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 19 - Forks: 7

rousan/symbol-es6
:snowman: ES6 Symbol polyfill in pure ES5
Language: JavaScript - Size: 33.2 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 19 - Forks: 9

erlang-punch/nostr
A pure Erlang implementation of the nostr protocol
Language: Erlang - Size: 3.33 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 5

puffnjackie/pytorch-super-resolution-implementations
Image super-resolution implementations
Language: Python - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 18 - Forks: 6

hugo-pcl/native-crypto-flutter
Fast and powerful cryptographic functions thanks to javax.crypto and CommonCrypto.
Language: Dart - Size: 760 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 17 - Forks: 4

ferhatgec/colocat 📦
Fegeya Colocat, Colorized 'cat' implementation. Written in C++17.
Language: C++ - Size: 185 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 17 - Forks: 2

IBM/hlf-internals 📦
This repository will contain the documentation for the internals of Hyperledger Fabric.
Size: 8.11 MB - Last synced at: 14 days ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 9

HaiAu2501/Operating-System-Project
Tiny Shell là một chương trình shell đơn giản được viết bằng C++ cho phép người dùng tương tác với hệ điều hành Windows.
Language: C++ - Size: 4.53 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 16 - Forks: 1

openrsgis/pytdml
Python library for TrainingDML-AI encode/decode
Language: Python - Size: 124 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 16 - Forks: 9

eatsleepraverepeat/reMUDE
(re)Implementation of Learning Multi-level Dependencies for Robust Word Recognition
Language: Python - Size: 4.24 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 0

israelss/AppIdeasCollection
Projects based on App Ideas Collection by Florin Pop
Language: Dart - Size: 944 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 16 - Forks: 6

akunbeben/laravository 📦
Simplified Repository pattern implementation in Laravel
Language: PHP - Size: 48.8 KB - Last synced at: 28 days ago - Pushed at: almost 4 years ago - Stars: 15 - Forks: 0

Mjz86/String
A C++20 string implementation , with constexpr friendly design, SSO optimized, COW optimized, unicode and encoding awareness, string viewer, and with custom allocators
Language: C++ - Size: 895 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 14 - Forks: 1

TFNTF/PostEdit
Codes of PostEdit
Language: Python - Size: 12.8 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 14 - Forks: 0

JanaSabuj/Leetcode-solutions
Leetcode Grinder.
Language: C++ - Size: 17.1 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 14 - Forks: 4

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

siddsax/Normalizing_Flows
Implementation of Normalizing flows on MNIST https://arxiv.org/abs/1505.05770
Language: Python - Size: 4.19 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 14 - Forks: 4

matwilso/maml_numpy
Implementation of MAML in numpy, deriving gradients and implementing backprop manually
Language: Python - Size: 700 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 14 - Forks: 1

maciejcieslar/concurrently
Limiting concurrent operations in JavaScript.
Language: TypeScript - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 14 - Forks: 5

geekapk/GeekApk-HowTo
📘 Document: How to implement GeekApk
Size: 48.8 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 14 - Forks: 3

jedisct1/untrinsics
Header-only portable implementations of common Intel intrisics, including cryptographic instructions.
Language: C - Size: 10.7 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 13 - Forks: 1
