Pinned Repositories
gpt-commit-summarizer
GraphEnas
Graph convolution based neural architecture search with weight sharing. The search attempts to extract usefull features from the graph and modify it using an actor-critic model. Unfortunately, this does not work in the real world (or at least, I have yet to succeed in making this work)
kolmogorov-generator
A generator of random bitstrings following the universal prior
MatrixPowerSeries
Matrix power series layer for machine learning
naive-python-fft
purescript-halogen-webpack-template
Spellchecker
An application that checks the content of a text file against a dictionary and returns a lisy of typographical errors and corrections. A highly optimized implememntation.
TADSF
Typelevel Auto-Differentiation of Single variable Functions: A C++ compile time autodifferentiation library for single variable functions
vue3-analytics
Google Analytics plugin for Vue
vue3-cookies
A simple Vue.js plugin for handling browser cookies
KanHarI's Repositories
KanHarI/GraphEnas
Graph convolution based neural architecture search with weight sharing. The search attempts to extract usefull features from the graph and modify it using an actor-critic model. Unfortunately, this does not work in the real world (or at least, I have yet to succeed in making this work)
KanHarI/purescript-halogen-webpack-template
KanHarI/vue3-analytics
Google Analytics plugin for Vue
KanHarI/TADSF
Typelevel Auto-Differentiation of Single variable Functions: A C++ compile time autodifferentiation library for single variable functions
KanHarI/MatrixPowerSeries
Matrix power series layer for machine learning
KanHarI/Spellchecker
An application that checks the content of a text file against a dictionary and returns a lisy of typographical errors and corrections. A highly optimized implememntation.
KanHarI/abstranitama
A mathematical game based upon the Onitama board game
KanHarI/analyze-forecasters-project
KanHarI/CategoricalCpp
Some nice POCs of categorical constructions in CPP
KanHarI/coco-annotator
:pencil2: Web-based image segmentation tool for object detection, localization and keypoints
KanHarI/directional-graphsage
Implementation of a variant of the GraphSAGE algorithm on graphs with directional edges in pytorch
KanHarI/ElectionsSimulation
A simulation of the Israely election system, the Bader-Offer algorithm. The simulation aims to find the chance that a single voter will affect the results of the elecetion, as well as compare the results of the elections with and without surplus agreements.
KanHarI/fa2l
Force Atlas 2 graph layout
KanHarI/hanabi
KanHarI/IsraVoteAI
KanHarI/MapClustering
Greedy coverage of maps finder
KanHarI/MellowideStlUniverse
Make a 3D print of a globe color coded as a map of the cosmic background radiation. A numerical implementation of inverse mellowide projection.
KanHarI/mongodb-kubernetes-operator
MongoDB Community Kubernetes Operator
KanHarI/multi-tab-threadpool
An implementation of fifo queue between multiple tabs
KanHarI/muzero-general
MuZero
KanHarI/omegaconf
Flexible Python configuration system. The last one you will ever need.
KanHarI/py-k4a
python libraries for the kinect for Azure
KanHarI/reactive-browser-ext
A reactivity engine for browser extension shared objects
KanHarI/ReadingList
My future planned reading list
KanHarI/Speach2Speach
KanHarI/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
KanHarI/TransparentPollData
A python3 API for the transparent poll: Lazar-Telem, Yonatan & Elkayam-Shalem, Haggai (2019). The Transparent Poll. Published Online [Data File and code book]. Available online: http://bit.ly/transpolldata
KanHarI/TransPollSimulation
An election simulation for the transparent poll
KanHarI/Typedoc-Webpack-Plugin
This is a plugin for the Webpack build system that will run Typedoc in order to generate API documentation.
KanHarI/units-calculator
Simple units python calculator optimized for convenience