Skip to content

Instantly share code, notes, and snippets.

View paulogaspar's full-sized avatar

Paulo Gaspar paulogaspar

  • Oeiras, Portugal
View GitHub Profile
@baraldilorenzo
baraldilorenzo / readme.md
Last active June 13, 2024 03:07
VGG-16 pre-trained model for Keras

##VGG16 model for Keras

This is the Keras model of the 16-layer network used by the VGG team in the ILSVRC-2014 competition.

It has been obtained by directly converting the Caffe model provived by the authors.

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

Very Deep Convolutional Networks for Large-Scale Image Recognition

K. Simonyan, A. Zisserman

@erogol
erogol / crawle_google.py
Created September 22, 2013 10:57
scrap google images given the target query
#!/usr/bin/env python
'''
Query on GoogleImageSearch and install resulted images by scraping.
To use this script install mechanize and BeautifulSoup packages as
easy_install mechanize
easy_install Beautiful
@agramfort
agramfort / lowess.py
Last active August 16, 2023 06:19
LOWESS : Locally weighted regression
"""
This module implements the Lowess function for nonparametric regression.
Functions:
lowess Fit a smooth nonparametric regression curve to a scatterplot.
For more information, see
William S. Cleveland: "Robust locally weighted regression and smoothing
scatterplots", Journal of the American Statistical Association, December 1979,
@zed9h
zed9h / dh-ddns.sh
Created October 10, 2009 23:28
DreamHost Dynamic DNS script for OpenWRT
#!/bin/sh
# DreamHost Dynamic DNS script for OpenWRT
# by Rodrigo Damazio <rodrigo@damazio.org>
# updated by Kyle Bassett <kylebassett@gmail.com>
# ported by Carlo 'zED' Caputo <carlo.caputo@gmail.com>
USER=carlo.caputo@gmail.com
PASS=xxxxxx
ACCOUNT=123456