Check out
https://soundcloud.com/henry-clausen
for more amazing Henryness
-
Cloudflare
- London
- https://henry-clausen.com/
- https://soundcloud.com/henry-clausen
Pinned Loading
-
detlearsom/DetGen
detlearsom/DetGen PublicDeterministic and monitored traffic generation for inspecting and and training traffic models
-
MMPPsampler
MMPPsampler PublicEfficient implementation of the Gibbs sampler by Fearnheard and Sherlock (2006) for the Markov modulated Poisson process that uses 'C++' via the 'Rcpp' interface. Fearnheard and Sherlock (2006) pro…
-
Kaggle_Digit_Recognizer
Kaggle_Digit_Recognizer PublicConvNet and PCA/SVM approaches to the kaggle digit recognizer challenge
Python 1
-
ConvNet_implementation.py
ConvNet_implementation.py 1Created on Fri Aug 30 11:11:27 2019
2@author: henry
3"""
4import torch
5import torch.nn as nn
-
LSTM_deep.py
LSTM_deep.py 1# RNN definition
2class LSTM_deep(nn.Module):
34def __init__(self, n_categories, seq_input_size,seq_size_input_size, batch_size, hidden_size):
5super(LSTM_deep, self).__init__()
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.