Pinned Repositories
DenoisingDiffusion-examples
Notebooks with worked examples using DenoisingDiffusion.jl
DenoisingDiffusion.jl
A pure Julia implementation of denoising diffusion probabilistic models
liorsinai.github.io
My personal website
MicroGrad.jl
Minimal automatic differentiation in Julia
PolygonAlgorithms.jl
Polygon algorithms in Julia
randomForests
A random forest from scratch
SudokuReader-Julia
Solve Sudoku puzzles from images, using image processing + machine learning in Julia
SudokuSolver-Python
A Sudoku solver in Python
TermFrequencyInverseDocumentFrequency.jl
A Julia implementation of Term Frequency - Inverse Document Frequency (TF-IDF) method
TransformersLite.jl
A lightweight package for the transformer deep learning architecture in Julia
LiorSinai's Repositories
LiorSinai/DenoisingDiffusion.jl
A pure Julia implementation of denoising diffusion probabilistic models
LiorSinai/TransformersLite.jl
A lightweight package for the transformer deep learning architecture in Julia
LiorSinai/SudokuSolver-Python
A Sudoku solver in Python
LiorSinai/DenoisingDiffusion-examples
Notebooks with worked examples using DenoisingDiffusion.jl
LiorSinai/MicroGrad.jl
Minimal automatic differentiation in Julia
LiorSinai/PolygonAlgorithms.jl
Polygon algorithms in Julia
LiorSinai/liorsinai.github.io
My personal website
LiorSinai/SudokuReader-Julia
Solve Sudoku puzzles from images, using image processing + machine learning in Julia
LiorSinai/randomForests
A random forest from scratch
LiorSinai/RadixTree.jl
A pure Julia implementation of a radix tree, also called a compressed trie
LiorSinai/RandomForest.jl
A random forest from scratch in Julia
LiorSinai/TokenizersLite.jl
A BPE and affixer tokenizer for NLP deep learning tasks
LiorSinai/TransformersLite-Examples
Examples of the TransformersLite.jl package
LiorSinai/BlockchainFileSystemCs
A simple file version control system based on the blockchain
LiorSinai/NonogramSolverCpp
A nonogram solver written in C++. Use a heuristic left-right matching line based solver
LiorSinai/Geospatial-Julia
Julia project for geospatial data
LiorSinai/Navigation
Rhumb lines and great circles using Cartopy
LiorSinai/PingMaps
Ping the world!
LiorSinai/Rotations
Comparison of rotation formulas in Julia
LiorSinai/SudokuReader
An OCR reader for a Sudoku puzzle, written in Python
LiorSinai/SudokuSolver.jl
A Sudoku solver written in Julia
LiorSinai/TermFrequencyInverseDocumentFrequency.jl
A Julia implementation of Term Frequency - Inverse Document Frequency (TF-IDF) method
LiorSinai/AssignmentProblem.jl
Solve the assignment problem with the Munkres method in O(n^4) time.
LiorSinai/BlockchainFileSystemCPP
A blockchain version control software written in CPP
LiorSinai/CompressorClassification.jl
A Julia implementation of the kNN-GZip parameter free classification with compressors paper.
LiorSinai/MapProjections.jl
Implementations of map projections in pure Julia
LiorSinai/population_distributions
World population distributions using Python and open source data
LiorSinai/ScramblePuzzleSolver
A simple backtracking solver for scramble square puzzles
LiorSinai/Similarities2D
Different methods for comparing 2D distributions (scatter plots)
LiorSinai/WordleSolver
Solver for Wordle