1. scikit-learn project on sourceforge

    Thu 07 January 2010

    This week we created a sourceforge project to host our development of scikit-learn. Although the project already had a directory in scipy's repo, we needed more flexibility in the user management and in the mailing list creation, so we opted for SourceForge. To be honest, after using git and ...

    read more

    There are comments.

  2. Winter in Paris is not funny

    Tue 22 December 2009

    This week I arrived to the place where I will be working the following two years: Neurospin.

    It's a research center located 20 km from Paris, and so far things are going smoothly: the place is beautiful, work is great and food is excellent. Well OK, I do miss ...

    read more

    There are comments.

  3. Learning, Machine Learning

    Tue 15 December 2009

    My new job is about managing an open source package for machine learning in Python. I've had some experience with Python now, but I am a total newbie in the field of machine learning, so my first task will be to find a good reference book in the subject ...

    read more

    There are comments.

  4. Moving to Paris!

    Sat 12 December 2009

    I'm extremely glad that finally I am moving to Paris to work as part of the INRIA crew. I'll be working with Gael Varoquaux and his team in an extremely cool Python related project (more to come on this in the following weeks). Granada has been a great ...

    read more

    There are comments.

  5. Summer of Code is over

    Sat 05 September 2009

    Google Summer of Code program is officially over. It has been four months of intense work, exciting benchmarks and patch reviewing. It was a huge pleasure working with you guys! As for the project, I implemented a complete logic module and then an assumption system for sympy (sympy.logic, sympy ...

    read more

    There are comments.

  6. Speed improvements for ask() (sympy.queries.ask)

    Thu 20 August 2009

    I managed to overcome the overhead in ask() that arises when converting between symbol and integer representation of sentences in conjunctive normal. The result went beyond what I expected. The test suite for the query module got 10x times faster in my laptop. From 26 seconds, it descended to an ...

    read more

    There are comments.

  7. Logic module (sympy.logic): improving speed

    Tue 18 August 2009

    Today I've been doing some speed improvements for the logic module. More precisely, I implemented an efficient internal representation for clauses in conjunctive normal form. In practice this means a huge performance boost for all problems that make use the function satisfiable() or dpll_satisfiable(). For example, test_dimacs.py has ...

    read more

    There are comments.

  8. Refine module

    Mon 17 August 2009

    This commit introduced a new module in sympy: the refine module. The purpose of this module is to simplify expressions when they are bound to assumptions. For example, if you know that x>0, then you can simplify abs(x) to x. This code was traditionally embedded into the core ...

    read more

    There are comments.

  9. « Page 6 / 17 »

blogroll

social