joshwalters.org joshwalters.org

joshwalters.org

Josh Walters - Software Engineer

I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. Monte Carlo Simulation for the Game of Farkle (in Clojure). At Scale 2014 Review. Hadoop Summit 2014 Review. Simple Linear Regression in Haskell. Three Simple Steps to Learn Haskell. Messing around with Haskell. 15 Squares Puzzle Game. Visualizing my Facebook Friend Graph. Fast Online RESTful Classification Engine (FORCE). Spam Detection with the Generalized Linear Model in R.

http://www.joshwalters.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JOSHWALTERS.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

June

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.5 out of 5 with 4 reviews
5 star
1
4 star
2
3 star
0
2 star
0
1 star
1

Hey there! Start your review of joshwalters.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • joshwalters.org

    16x16

  • joshwalters.org

    32x32

  • joshwalters.org

    64x64

  • joshwalters.org

    128x128

  • joshwalters.org

    160x160

  • joshwalters.org

    192x192

CONTACTS AT JOSHWALTERS.ORG

1&1 Internet, Inc. - http://1and1.com/contact

Oneandone Private Registration

701 Lee ●●●●●●●●uite 300

Ches●●●●rook , PA, 19087

US

1.87●●●●4254
pr●●●●●●●●●●@1and1-private-registration.com

View this contact

1&1 Internet, Inc. - http://1and1.com/contact

Oneandone Private Registration

701 Lee ●●●●●●●●uite 300

Ches●●●●rook , PA, 19087

US

1.87●●●●4254
pr●●●●●●●●●●@1and1-private-registration.com

View this contact

1&1 Internet, Inc. - http://1and1.com/contact

Oneandone Private Registration

701 Lee ●●●●●●●●uite 300

Ches●●●●rook , PA, 19087

US

1.87●●●●4254
pr●●●●●●●●●●@1and1-private-registration.com

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
n/a
UPDATED
2014 January 09
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

NAME SERVERS

1
ns57.1and1.com
2
ns58.1and1.com

REGISTRAR

1 & 1 Internet AG (R73-LROR)

1 & 1 Internet AG (R73-LROR)

WHOIS : whois.publicinterestregistry.net

REFERRED :

CONTENT

SCORE

6.2

PAGE TITLE
Josh Walters - Software Engineer | joshwalters.org Reviews
<META>
DESCRIPTION
I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. Monte Carlo Simulation for the Game of Farkle (in Clojure). At Scale 2014 Review. Hadoop Summit 2014 Review. Simple Linear Regression in Haskell. Three Simple Steps to Learn Haskell. Messing around with Haskell. 15 Squares Puzzle Game. Visualizing my Facebook Friend Graph. Fast Online RESTful Classification Engine (FORCE). Spam Detection with the Generalized Linear Model in R.
<META>
KEYWORDS
1 josh walters
2 resume
3 dotfiles
4 email
5 github
6 linkedin
7 coupons
8 reviews
9 scam
10 fraud
CONTENT
Page content here
KEYWORDS ON
PAGE
josh walters,resume,dotfiles,email,github,linkedin
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Josh Walters - Software Engineer | joshwalters.org Reviews

https://joshwalters.org

I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. Monte Carlo Simulation for the Game of Farkle (in Clojure). At Scale 2014 Review. Hadoop Summit 2014 Review. Simple Linear Regression in Haskell. Three Simple Steps to Learn Haskell. Messing around with Haskell. 15 Squares Puzzle Game. Visualizing my Facebook Friend Graph. Fast Online RESTful Classification Engine (FORCE). Spam Detection with the Generalized Linear Model in R.

INTERNAL PAGES

joshwalters.org joshwalters.org
1

Josh Walters

http://www.joshwalters.org/2012/12/06/sms-spam-detection.html

I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. December 06, 2012. I found a really interesting dataset, the SMS Spam Collection. It is a collection of 5500 phone text messages, classified as either spam or ham. It is actually an aggregation of 4 other SMS spam/ham datasets. Because of stemming, some of the words look a little mangled. This isn’t a problem. Interestingly, almost half of all ham SMS messages had the word ‘...

2

Josh Walters

http://www.joshwalters.org/2012/11/27/naive-bayes-classification-in-r.html

I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. Niave Bayes Classification in R. November 27, 2012. Now, I am going to show you how to do Naive Bayes classification in R. First, you need to install a few packages, so time to boot up your R instance! Caret is a very nice data mining package for R, it has tons of awesome features. The package klaR contains our Naive Bayes classifier. You can then print out the model:. Useke...

3

Josh Walters

http://www.joshwalters.org/2015/01/06/monte-carlo-simulation-for-the-game-of-farkle-in-clojure.html

I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. Monte Carlo Simulation for the Game of Farkle (in Clojure). January 06, 2015. I recently learned the game of Farkle. And I became curious in finding out how to play an optimal game. The game of Farkle is played differently from group to group, there are a lot of house rules. The scoring system is very different from group to group. Six of a kind. Two three of a kind. A bette...

4

Josh Walters

http://www.joshwalters.org/2012/12/01/spam-detection-with-the-generalized-linear-model-in-r.html

I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. Spam Detection with the Generalized Linear Model in R. December 01, 2012. I have written (and am still adding to) a collection of R functions to make it easier to perform simple data mining tasks. You can find these scripts on github here. I will be using these scripts in this post. You may need to install some packages first:. Has the spam dataset.

5

Josh Walters

http://www.joshwalters.org/2014/03/17/three-simple-steps-to-learn-haskell.html

I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. Three Simple Steps to Learn Haskell. March 17, 2014. I have been studying and learning Haskell for the last 6 months or so, and I still have a very long way to go. The language is clean, elegant, simple (once you understand the logic behind it). I have never seen a language like it, it stands alone from the pack. Here is a suggested ordered reading list for new Haskellers:.

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

SOCIAL ENGAGEMENT



OTHER SITES

joshwalston.com joshwalston.com

Protected Blog › Log in

Is marked private by its owner. If you were invited to view this site, please log in. Below Read more about privacy settings. Larr; Back to WordPress.com.

joshwalter.com joshwalter.com

www.joshwalter.com

This Web page parked FREE courtesy of Cleveland Computer. Search for domains similar to. Is this your domain? Let's turn it into a website! Would you like to buy this. Find Your Own Domain Name. See our full line of products. Easily Build Your Professional Website. As low as $4.99/mo. Call us any time day or night .

joshwalteros.com joshwalteros.com

CPSG Partners | Simply the Best

Certified in almost every aspect of Human Capital Management, CPSG isn’t just another Partner of Workday, we are the experts. What Our Clients Say. Our clients’ feedback is everything. What they think and say matters to us immensely. Take a look at what some of our clients had to say about our partnership with them! An excellent partnerextremely knowledgeable with the ability to apply knowledge quickly and effectively".

joshwalters.com joshwalters.com

Josh Walters - Software Engineer

I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. Monte Carlo Simulation for the Game of Farkle (in Clojure). At Scale 2014 Review. Hadoop Summit 2014 Review. Simple Linear Regression in Haskell. Three Simple Steps to Learn Haskell. Messing around with Haskell. 15 Squares Puzzle Game. Visualizing my Facebook Friend Graph. Fast Online RESTful Classification Engine (FORCE). Spam Detection with the Generalized Linear Model in R.

joshwalters.net joshwalters.net

Josh Walters - Software Engineer

I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. Monte Carlo Simulation for the Game of Farkle (in Clojure). At Scale 2014 Review. Hadoop Summit 2014 Review. Simple Linear Regression in Haskell. Three Simple Steps to Learn Haskell. Messing around with Haskell. 15 Squares Puzzle Game. Visualizing my Facebook Friend Graph. Fast Online RESTful Classification Engine (FORCE). Spam Detection with the Generalized Linear Model in R.

joshwalters.org joshwalters.org

Josh Walters - Software Engineer

I'm a software engineer working with big data. The views expressed on this site are my own and do not reflect those of my employer. Monte Carlo Simulation for the Game of Farkle (in Clojure). At Scale 2014 Review. Hadoop Summit 2014 Review. Simple Linear Regression in Haskell. Three Simple Steps to Learn Haskell. Messing around with Haskell. 15 Squares Puzzle Game. Visualizing my Facebook Friend Graph. Fast Online RESTful Classification Engine (FORCE). Spam Detection with the Generalized Linear Model in R.

joshwalthour.com joshwalthour.com

Josh Walthour Photography

joshwalton.com joshwalton.com

Josh Walton | Objective: Coalesce over 15 years of IT experience to solve complex business challenges in a leadership role through the proper application of information technology.

Objective: Coalesce over 15 years of IT experience to solve complex business challenges in a leadership role through the proper application of information technology. Skip to primary content. Skip to secondary content. Senior Information Technology Specialist. January 4, 2012. Proudly powered by WordPress.

joshwaltonphotography.com joshwaltonphotography.com

Josh Walton Photography

Xa9; 2017 SmugMug, Inc.

joshwaltz.blogspot.com joshwaltz.blogspot.com

Waltzian Heresies

Contrary to the blog's name, I'm hoping to convey truth here, not heresy. What's written, however, is always from my own perspective, and so the mere awareness of my fallibility leads me to the name "Waltzian Heresies." My overall intent is to use this blog as a record of my thoughts as I ponder with you how God relates to all of life. Wednesday, August 26, 2009. The Day I'm Praying and Working to See. One day by God's grace we may have churches full of Christians who can discuss, apply, and live. The ch...

joshwalz.com joshwalz.com

Home - Josh Walz

I'm currently updating my site. For your future viewing pleasure. But in the meantime.