-
University of Southern California
- Los Angeles, CA
Highlights
- Pro
-
nn-dca Public
Neural networks with embedded Decline Curve Analysis function.
Jupyter Notebook Apache License 2.0 UpdatedApr 13, 2023 -
timeseries-rnn Public
Time-series forecasting with 1D Conv model, RNN (LSTM) model and Transformer model. Comparison of long-term and short-term forecasts using synthetic timeseries. Sequence-to-sequence formulation.
-
Ensemble-based history matching method with latent-space proxy model for nonlinear forward model and non-Gaussian models.
-
-
latent-space-xgboost Public
Latent space XGBoost for regression of latent variables representing high-dimensional multivariate timeseries in unconventional reservoirs.
-
info-retrieval Public
Information Retrieval and Web Search Engines graduate course
-
syamilrazak.io Public
Forked from poole/hydeA brazen two-column theme for Jekyll.
CSS Other UpdatedAug 25, 2021 -
latent-space-inversion-lsi Public
Joint parameterization and direct history-matching method for engineering systems. LSI simultaneously extracts salient spatial and temporal features for direct inversion. Exploration of meaningful …
-
-
-
geo-selection-inversion Public
Implementation and demo for "Convolutional neural networks (CNN) for feature-based model calibration under uncertain geologic scenarios" by Mohd-Razak and Jafarpour (2020) as published in Computati…
Jupyter Notebook Apache License 2.0 UpdatedFeb 25, 2021 -
gans Public
Keras implementation of dcgan, wgan and wgan-gp with digit-MNIST dataset for tutorials.
Python Apache License 2.0 UpdatedJan 21, 2021 -
copycat Public
MS Kinect skeletal tracking children's game designed for CS Mott Children's Hospital.
C# UpdatedJan 19, 2021 -
gradient-based-hm Public
Gradient-based history matching with high-fidelity models and reduced latent-space representations.
-
pangman Public
Pangman is a game (a rather amateur one) that blends Hangman and Pacman together! The goal of the player is to guess a word by navigating Pacman to collect correct letters. The player also needs to…
Java MIT License UpdatedDec 27, 2020 -
Simple Python implementation of a multilayer perceptron for image classification
Python Apache License 2.0 UpdatedNov 17, 2020 -
minimax-seven-go Public
Python implementation of a minimax AI agent for a game of Go with board dimension of 7x7. The minimax agent has some Go-specific heuristics and can be played with a random agent.
-
2D convolutional autoencoder and variational autoencoder implementation for tutorials.
-
graph-search-algorithms Public
Implementations of graph search algorithms in Python - including Breadth-First Search (BFS), Depth-First Search (DFS), Uniform-Cost Search (UCS) and A* search (with animations!).
Jupyter Notebook Apache License 2.0 UpdatedSep 20, 2020 -
Tutorials on classic dimensionality reduction techniques using tailored bases (SVD) and generic bases (Fourier and Wavelets).
-
lasso-regression Public
Lasso regression for classification and salient feature identification.
-
cnn-regression Public
A simple guide to a vanilla CNN for regression, potentially useful for engineering applications.
-
cnn-classifier Public
A simple guide to a vanilla CNN for classification and transfer learning