User Portlet User Portlet

Christopher Wolfram
Discussions
![enter image description here][3] - Congratulations! This post is now a [Staff Pick][1]! Thank you for your wonderful contributions. Please, keep them coming! [1]: http://community.wolfram.com/content?curTag=staff+picks [3]:...
![enter image description here][3] - you have earned "Featured Contributor" badge, congratulations! This is a great post and it has been selected for the curated [Staff Picks][1] group. [Your profile][2] is now distinguished by a "Featured...
One thing to watch out for is that the symbolic functions such as Minimize switch to numerical methods if the inputs are not infinite precision.
![enter image description here][3] - Congratulations! This post is now a [Staff Pick][1]! Thank you for your wonderful contributions. Please, keep them coming! [1]: http://community.wolfram.com/content?curTag=staff+picks [3]:...
thanks you all. :)
Nice post! I also like your blog post about anagrams. I think there are actually a few ways you could make this a bit quicker. First, for anagram finding, you can do something like this Select[ToLowerCase@DictionaryLookup[],...
I believe the OpenSSL command line utility cannot directly generate that key from that password. The password parameter of GenerateSymmetricKey is passed to a key derivation function called [scrypt][1]. It looks like scrypt was recently added to...
**UPDATE**: Even though the Weights show up in Red, if I use NetExtract on the nested NetChains, they seem to have legit values. So maybe I'm fine. Testing now... -- Seems to be fine, which is great. Sorry for the false alarm, although I still don't...
I'm not sure if I completely understand what are asking for, but it seems like there might not be a unique solution to this problem. For example, that dark blue road could come out of the vertex it does (the 8th from the right on the red road), but...
Christopher, thank you for some very helpful advice! I am very excited about your approach to modifying the original dataset! Edit: Just to provide another option here is a solution that produces the same result as the recursive method you...