Skip to content

Instantly share code, notes, and snippets.

View akaysh's full-sized avatar

Akshay Sharma akaysh

View GitHub Profile
@akaysh
akaysh / Evaluate_new_clay_with_old_model.ipynb
Created May 28, 2022 17:44
Evaluate new Clay Data with Old Model
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@akaysh
akaysh / Evaluate_new_clay_with_new_model.ipynb
Created May 28, 2022 17:43
Evaluate New Clay Data with Model Trained on New Clay Data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@akaysh
akaysh / Evaluate_sand_with_sand.ipynb
Created May 28, 2022 17:42
Evaluate Sand Data with CNN model trained on Sand Data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@akaysh
akaysh / Evaluate_sand_with_clay.ipynb
Created May 28, 2022 17:39
Evaluation on Sand data with model trained on Clay Data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@akaysh
akaysh / understanding-word-vectors.ipynb
Created April 15, 2020 23:22 — forked from aparrish/understanding-word-vectors.ipynb
Understanding word vectors: A tutorial for "Reading and Writing Electronic Text," a class I teach at ITP. (Python 2.7) Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@akaysh
akaysh / NeuralNetDiffEq_ODE.ipynb
Last active September 4, 2017 19:35
NeuralNetDiffEq.jl
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
julia> Pkg.update("Knet")
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove
julia> Pkg.build("Knet")
INFO: Building Knet
INFO: Compiling CUDA kernels.
make: 'libknet8.so' is up to date.
@akaysh
akaysh / TSA_ELM.ipynb
Created November 16, 2016 14:13
How to use ELM (Extreme Learning Machines) for time series forecasting. This example demonstrates TS forecasting with ELMs. It uses Python-ELM for implementation of ELMs and sklearn, pandas and matplotlib for data processing and visualization.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.