Pinned Loading
-
xcaliber-task
xcaliber-task PublicThis project was undertaken as a part of evaluation process at Xcaliber Infotech while I was interviewing there
-
TejasBob/Panorama
TejasBob/Panorama PublicImage Stitching on key-frames extracted from video
-
Generative Adversarial Network on MN...
Generative Adversarial Network on MNIST data using Pytorch 1import numpy as np
2import torch
3import torch.nn.functional as F
4import matplotlib.pyplot as plt
5from torch.autograd import Variable
-
Training a neural network, an OpenAI...
Training a neural network, an OpenAI Cart-pole agent with Policy Gradients 1import numpy as np
2import gym
34def softmax(z):
5exponent = np.exp(z)
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.