Skip to content

Instantly share code, notes, and snippets.

View awillsousa's full-sized avatar
🏠
Working from home

A. Willian Sousa awillsousa

🏠
Working from home
View GitHub Profile
@awillsousa
awillsousa / mutual_info.py
Created April 29, 2016 04:44 — forked from GaelVaroquaux/mutual_info.py
Estimating entropy and mutual information with scikit-learn
'''
Non-parametric computation of entropy and mutual-information
Adapted by G Varoquaux for code created by R Brette, itself
from several papers (see in the code).
These computations rely on nearest-neighbor statistics
'''
import numpy as np
@awillsousa
awillsousa / keras VGG-Face Model.md
Created July 29, 2018 16:56 — forked from EncodeTS/keras VGG-Face Model.md
VGG-Face model for keras

VGG-Face model for Keras

This is the Keras model of VGG-Face.

It has been obtained through the following method:

  • vgg-face-keras:directly convert the vgg-face matconvnet model to keras model
  • vgg-face-keras-fc:first convert vgg-face caffe model to mxnet model,and then convert it to keras model

Details about the network architecture can be found in the following paper: