akashgit - Overview

View akashgit's full-sized avatar

Akash Srivastava akashgit

Director Core AI, IBM | Founder AI Innovation Lead at RedHat AI | Post-training lead & PI @ MIT-IBM Lab, Previously, PhD @ UoE, RIKEN AIP (Tokyo), MSR

Organizations

@instructlab

Block or report akashgit

Pinned Loading

  1. Tensorflow implementation for prodLDA and NVLDA.

    Python 255 52

  2. VEEGAN: Reducing Mode Collapse in GANs using Implicit Variational Learning

    Jupyter Notebook 40 12

  3. 1

    def ring(batchsize, num_cluster=8, scale=1, std=.01,**kwargs):

    2

        pi_= tf.constant(np.pi)

    3

        rand_indices = tf.random_uniform([batchsize], minval=0, maxval=num_cluster, dtype=tf.int32)

    4

        base_angle = pi_ * 2 / num_cluster

    5

        angle = (base_angle * tf.cast(rand_indices,dtype=float32)) - (pi_ / 2)
  4. Betty 2.0 — A peer programming agent that makes developers superusers of Claude Code. Learns preferences, amplifies intent, and delegates safely.

    Python 1