🙉
Microsoft (Azure Confidential Computing)
Purdue CS+Math BS (2020), CS MS (2022)
-
Microsoft
- North Carolina
Pinned Loading
-
-
Restricted Boltzmann Machine for the...
Restricted Boltzmann Machine for the MNIST dataset implemented in pure NumPy 1import numpy as np
2import matplotlib.pyplot as plt
3from tensorflow.examples.tutorials.mnist import input_data
45 -
Simple 2-layer feedforward neural ne...
Simple 2-layer feedforward neural networ from scratch with brand new SELU activation 1import numpy as np
234def sigmoid(v):
5return 1 / (1 + np.exp(-v))
-
Deep-maximum-entropy-Markov-model
Deep-maximum-entropy-Markov-model PublicA PyTorch implementation of the DMEMM model for NER tagging
Python
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.


