Chief Architect, LLM Alignment, IBM (MIT-IBM Watson AI Lab), Previously, PhD Student of @casutton at UoE, RIKEN AIP (Tokyo), Microsoft Research
-
MIT, IBM, University of Edinburgh, previously Microsoft Research and Microsoft
- Cambridge, US | Edinburgh | Reading | Sheffield, UK
- http://akashgit.github.io/
Pinned Loading
-
autoencoding_vi_for_topic_models
autoencoding_vi_for_topic_models PublicTensorflow implementation for prodLDA and NVLDA.
-
GRAM-nets/GRAMFlow
GRAM-nets/GRAMFlow PublicOffical TensorFlow implementation of GRAM-nets
Python 1
-
GAN_RING.py
GAN_RING.py 1def ring(batchsize, num_cluster=8, scale=1, std=.01,**kwargs):
2pi_= tf.constant(np.pi)
3rand_indices = tf.random_uniform([batchsize], minval=0, maxval=num_cluster, dtype=tf.int32)
4base_angle = pi_ * 2 / num_cluster
5angle = (base_angle * tf.cast(rand_indices,dtype=float32)) - (pi_ / 2)
-
pytorch-avitm
pytorch-avitm PublicForked from hyqneuron/pytorch-avitm
PyTorch implementation of AVITM
Python 2
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.