Skip to content

Instantly share code, notes, and snippets.

View techedlaksh's full-sized avatar
🏠
Finding the right opportunities

Laksh Arora techedlaksh

🏠
Finding the right opportunities
View GitHub Profile
#! /usr/bin/env python
"""
Author: Laksh Arora
Program: SOFTMAX.PY
Date: Friday, April 15 2016
Description: Simple softmax function.
"""
import numpy as np
npa = np.array