zac::witte

zac::witte

Search
Skip to content
  • CV
  • Projects

Monthly Archives: November 2011

Tech

A JavaScript Sigmoid Function

November 7, 2011 zac 1 Comment

Here’s a simple sigmoid function showing a logistic curve written in javascript

function sigmoid(t) {
    return 1/(1+Math.pow(Math.E, -t));
}

explorer. thinker. hacker.

Recent Posts

  • A Jinja macro for generating an html select box with US states
  • Capitalizing on the Value of the Elderly in Modern Society
  • Lawrence Lessig’s TED Talk on Reclaiming the Republic
  • Beauty Can Make the World Safer
  • Arguments Against Owning a Home: Specialization of Labor

Recent Comments

  • zac on Using SSL HTTPS with cherrypy 3.2.0 Example
  • Stephan on Using SSL HTTPS with cherrypy 3.2.0 Example
  • Bernd Meiners on Running cherrypy on multiple ports (example)
  • cloudslicer on Using SSL HTTPS with cherrypy 3.2.0 Example
  • Yasir Mukhtar on How-to Set Up Ubuntu w/ MongoDB Replica Sets on Amazon EC2

Archives

  • February 2014
  • December 2013
  • April 2013
  • February 2013
  • March 2012
  • November 2011
  • August 2011
  • July 2011
  • April 2011
  • January 2011
  • August 2010
  • July 2010
  • May 2010
  • April 2010
  • March 2010
  • December 2009
  • November 2009
  • October 2009
  • July 2009
  • May 2009

Categories

  • Ideas
  • Personal
  • Philosophy
  • Tech
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress