Viewing profile — Manuelito
Manuelito
HN member- Joined
- Fri, Jul 22, 2011, 12:20 PM UTC
- HN karma
- 121
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About Manuelito
Recent public activity
- story
- story
- story
- story
- story
-
story
Shape Matching Experiments
How to fit two shape through and visualize the minimization process.
-
story
Real-Time Twitter analysis with PyCurl
This post explains how to use the twitter stream API with Python.
-
story
Selection sort animate
This post shows how to visualize the steps of the selection sort algorithm.
-
story
Visualizing the tangent with Python
This post show how to plot the tangent to a curve and how to use to empathize the trend of a curve.
-
story
Betweenness Centrality in Python
This post introduces the Betweenness Centrality and shows how to use networkx to compute it.
-
story
Bloom filter with Python
This post shows a Python implementation of the Bloom Filter. It also has an introduction a short analysis of the behavior of the filter.
-
story
Box-Muller Transformation with Numpy
This post shows how to generate normally distributed random numbers from uniformly distributed random numbers using the Box-Muller transformation in Python.
-
story
Book review: NumPy Cookbook
Review of the book NumPy Cookbook from the glowing python.
-
story
3D stem plot with Python
This post shows how to make a 3D stem plot using mplot3D through Python.
-
story
First steps with Networkx
This post shows the some basic operation with the Python library Networkx in order to perform a network analysis.
-
story
Google Text to Speech with Correct intonation
This post shows how to use the unofficial Google text to speech API in order to have a correct intonation avoiding the restrictions of the API.
-
story
Visualizing correlation matrices
How to visualize correlations in a high dimensional dataset.
-
story
Three lines weighted random choice with Python
This post shows how to implement weighted random choice in python in just three lines of code.
-
story
Box plot in python
This post shows how to create a box polt with matplotlib.
-
story
Kernel Density Estimation with scipy
This is a simple example of how tu use the Kernel Density Estimation algorithm implemented in scipy.
-
story
Probability distributions fitting with Python
This post shows how to fit a probability distribution using the Scipy Library.
-
story
Color quantization with Python
This post shows how to perform color clustering and color quatization using the KMeans algorithm.
-
story
Manifold learning on handwritten digits with Isomap
This post shows how to use the Isomap Python implementation provided by the Scikit Learn Library.
-
story
Analyzing your Gmail with Matplotlib
This post show how to analyze a gmail account using python.
-
story
K-Nearest Neighbour Classifier
This post shows how to perform a KNN classification in Python.