-
Veritas Technologies
- Santa Clara, CA
-
kyber-py Public
Forked from GiacomoPope/kyber-pyA pure python implementation of CRYSTALS-Kyber
Python MIT License UpdatedMar 27, 2024 -
-
Qiskit-Codes Public
This is a set of codes that I wrote on Qiskit. Some of them are basic bit manipulations, but I will be progressively adding some advanced codes of tensor networks for holographic calculations.
Jupyter Notebook UpdatedSep 25, 2020 -
Seoul-Bike-Rentals Public
Currently Rental bikes are introduced in many urban cities for the enhancement of mobility comfort. It is important to make the rental bike available and accessible to the public at the right time …
Jupyter Notebook UpdatedSep 7, 2020 -
Keras_Tutorial Public
This is a short Keras tutorial that I often revisit myself.
Jupyter Notebook UpdatedAug 23, 2020 -
finance_portfolio Public
Forked from eliasmelul/finance_portfolioImmersion of the world of Finance through Python
Jupyter Notebook UpdatedJul 1, 2020 -
list_of_recommender_systems Public
Forked from grahamjenson/list_of_recommender_systemsA List of Recommender Systems and Resources
UpdatedJun 25, 2020 -
Project-8-Track-Reconstruction Public
Forked from kaustav-dutta/Project-8-Track-ReconstructionTrack reconstruction in Project-8 spectrograms
Jupyter Notebook UpdatedJun 21, 2020 -
Cliff_navigation_Q-Learning Public
Cliff walking is a standard undiscounted episodic task with start and goal states, and the usual actions of going UP, DOWN, LEFT or RIGHT. The reward is -1 on all transitions, except in the "cliff"…
Jupyter Notebook UpdatedJun 11, 2020 -
We employ a Long Short Term Memory (LSTM) model on data pulled from coinmarketcap.com to predict cryptocurrency prices for the largest coins by total market cap.
-
Reinforcement-Lr-BlackJack Public
We simulate a Blackjack environment and train a computer to play it using reinforcement learning.
Jupyter Notebook UpdatedJun 3, 2020 -
gym Public
Forked from openai/gymA toolkit for developing and comparing reinforcement learning algorithms. I usually use it to develop new RL techniques and compare with existing motifs.
Python Other UpdatedJun 2, 2020 -
handson-ml2 Public
Forked from ageron/handson-ml2A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
Jupyter Notebook Apache License 2.0 UpdatedMay 29, 2020 -
Tic-Tac-Toe-endgame Public
Demonstration that a simple classifier like the 1-layer perceptron performs exceedingly well on simple datasets such as UCI's tic-tac-toe endgame dataset. In fact, even a multilayer perceptron is a…
Jupyter Notebook UpdatedMay 11, 2020 -
Movie-Recommendation Public
We use content based recommendation systems to predict which movies are closest to the user profile
Jupyter Notebook UpdatedMay 10, 2020 -
deep-reinforcement-learning Public
Forked from udacity/deep-reinforcement-learningRepo for the Deep Reinforcement Learning Nanodegree program
Jupyter Notebook MIT License UpdatedApr 29, 2020 -
Used Quandl with Facebook's Prophet package to analyse and predict stock prices. Notebook motivation: Will Koehrsen's work.
Jupyter Notebook UpdatedApr 25, 2020 -
Ames-Housing-XGBoost Public
Dataset with ~20% empty cells for numeric and categorical features. Performed XGBoost regression with best_params_ that were obtained by 4-fold cross-validated GridSearch. Training RMSE = 25667. Th…
Jupyter Notebook UpdatedApr 10, 2020 -
Bike-Rentals Public
Bike sharing systems are a means of renting bicycles where the process of obtaining membership, rental, and bike return is automated via a network of kiosk locations throughout a city. Using these …
Jupyter Notebook UpdatedApr 1, 2020 -
LHC_Jet_Tagging Public
Dataset of high-pT jets from simulations from proton-proton collisions at the Large Hadrom Collider in CERN. The aim is to do binary classification on jet-tagging, whether the jet originated from a…
-
Next-Wikipage-Recommendation Public
We use the "People Wikipedia Data", freely available at https://www.kaggle.com/sameersmahajan/people-wikipedia-data/data. We make recommendations for the next article that is similar in spirit to t…
Jupyter Notebook UpdatedMar 30, 2020 -
EPIJudge Public
Forked from adnanaziz/EPIJudgeEPI Judge - Preview Release
C++ Other UpdatedMar 29, 2020 -
SnP-500-Stocks Public
Stock market data can be interesting to analyze and as a further incentive, strong predictive models can have large financial payoff. The amount of financial data on the web is seemingly endless. A…
Jupyter Notebook UpdatedMar 26, 2020 -
GeneExpression_RNASeq Public
Multiclass classification on the RNA-Seq (HiSeq) PANCAN data set, it is a random extraction of gene expressions of patients having different types of tumor: BRCA, KIRC, COAD, LUAD and PRAD.
Jupyter Notebook UpdatedMar 25, 2020 -
-
Canny-Edge-Detection Public
Edge detection is a multi-step algorithm that can detect edges with noise suppressed at the same time. We smooth the image with a Gaussian filter (via convolution) to reduce noise and unwanted deta…
Jupyter Notebook UpdatedJan 16, 2020 -
canny-edge-detection-1 Public
Forked from kaustav-dutta/canny-edge-detectioniPython code for testing canny edge detection
Jupyter Notebook UpdatedJan 15, 2020 -
Amazon_Fires Public
Brazil has the largest rainforest on the planet that is the Amazon rainforest. Forest fires are a serious problem for the preservation of the Tropical Forests. Understanding the frequency of forest…
Jupyter Notebook UpdatedJan 14, 2020 -
Sobel-Filter-for-a-general-angle- Public
Forked from kaustav-dutta/Sobel-Filter-for-a-general-angleThis is a piece of code which attempts to apply the Sobel Filter across lines of any given angle. Special cases can be horizontal and vertical lines.
Jupyter Notebook UpdatedJan 9, 2020 -
MNIST_sklearn Public
A generic implementation of classification for the MNIST dataset using scikit-learn and pandas libraries
Jupyter Notebook Creative Commons Zero v1.0 Universal UpdatedJan 5, 2020