AntoineB0urret's Stars
joewdavies/geoblender
Tutorials for making 3D-looking maps with Blender and QGIS
borisbanushev/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.
davidteather/tinder-bot
Tinder Automation Bot
giotto-ai/giotto-tda
A high-performance topological machine learning toolbox in Python
xuChenSJTU/SAT-master-online
This is a Pytorch implementation of our "Learning on Attribute-Missing Graphs".
jingw2/demand_forecast
microsoft/StemGNN
Spectral Temporal Graph Neural Network (StemGNN in short) for Multivariate Time-series Forecasting
ML4ITS/tdt99-2020
Repository for the theory module TDT99
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
hazdzz/stgcn
The PyTorch implementation of STGCN.
philipperemy/n-beats
Keras/Pytorch implementation of N-BEATS: Neural basis expansion analysis for interpretable time series forecasting.
Rodgrandez/Master-Thesis-code.-
This code reproduces the implied volatility from the market
ynouri/pysabr
SABR model Python implementation
samuellee19/CSCI145_Option_Pricing
llSourcell/tesla_bitcoin_miner
This is the code for "Tesla Bitcoin Miner" this week's live machine learning game show hosted by Siraj Raval
akanimax/my-deity
I worship the one true neural network architecture that can autonomously learn everything.
nikked/drl-crypto-portfolio-management
ssydasheng/Bayesian_neural_network_papers
Papers for Bayesian-NN
epfml/ML_course
EPFL Machine Learning Course, Fall 2024
jeffwen/road_building_extraction
Using Pytorch implementation of U-Net architecture for road and building extraction
Paulymorphous/skeyenet
Road and Building Segmentation in Satellite Imagery
bnosac/cronR
A simple R package for managing your cron jobs.
aiordache/demos
Demo resources for DockerCon
cobeylab/Rt_estimation
Code to test Rt estimates against synthetic data
epfl-ada/2020
Materials for Applied Data Analysis CS-401, fall 2020
jxiw/Intelligent-Agent
EPFL CS-430 Intelligent agents
Barbany/IA-epfl
Repository for the programming exercises of the Intelligent Agents course (CS-430) at EPFL.
epfml/OptML_course
EPFL Course - Optimization for Machine Learning - CS-439
garyexplains/examples
Example code used in my videos
cheerzzh/CPP-design-pattern-derivatives-pricing
My codes and notes for Joshi's book: c++ design patterns and derivatives pricing