Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
⚛React Frontend for Active Learning demo
JavaScript
🐍 Python Flask API for Active Learning demo
Python 1
University Project Focusing on Active Learning
Jupyter Notebook 2
Investigation of global temperature change using timeseries data.
Jupyter Notebook
class Trie:
"""
Trie data structure implemented using dictionary
Parameters
import numpy as np
import consts
RHO_MATRICES = {tuple(np.linalg.matrix_power(np.array([[0,1],[2,3]]), t).dot(np.array([1,0])) % 5): t for t in range(0,24)}
RHO_MATRICES[(0,0)] = -1
Seeing something unexpected? Take a look at the GitHub profile guide.