User Portlet User Portlet

Matthias Odisio
Discussions
**How to control the step size of the following conv net as it slides onto a larger image?** See also: https://mathematica.stackexchange.com/questions/144060/sliding-fullyconvolutional-net-over-larger-images/148033 As a toy example, I'd like to...
I'm trying to optimize the transportation of a fleet of buses that: (1) start from several depots, (2) pick up students from several stops, and (3) drop off all students at a single destination (the school). Travel times are not symmetric: the time...
Meet a colorful character, Mr. Helmet Hornbill: ![enter image description here][2] Mr. Hornbill is likely pleased with how his pictures get adjusted day after day. Ah... artistically pleasant photo retouching. Well, sure, but not today, Mr....
Every once in a while I want to create a simple photo gallery without giving my pictures to a vendor online. ImageMagick would do that type of thing, but it's hard to work around some annoying bugs. The attached Mathematica notebook creates a...
Is there a better way to compute the following? In[1]:= list = {{1, 2}, {{3, 4}, {5, 6}, {7, 8}, {9, 10}}, {{11, 12}}};         Partition[Flatten[list], 2] Out[2]= {{1, 2}, {3, 4}, {5, 6}, {7, 8}, {9, 10}, {11, 12}}
I need a loose replication of [url=http://upload.wikimedia.org/wikipedia/commons/3/31/Gradient99.png]this plot[/url] from Wikipedia. My best attempt so far seems to have some unwanted padding around the vector plot, on the bottom layer. [b]Am...