nubertj / pyniel

Python tools for yours truly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyniel

A growing python package of functions which I find myself using all over the place.

Import as local package

import sys
sys.path.append({Path to pyniel directory})
from numpy_tools.gridify import *
from deep_learning.fullyconnected import FCNetwork, FCNParam

About

Python tools for yours truly


Languages

Language:Python 100.0%