Skip to content

Brad Cypert

  • About
  • Contact
  • Resume

Category: Algorithms

A Brief Introduction to Tries

June 30, 2017February 16, 2018

Hello there! Welcome back! Today I’m talking about Tries (pronounced “trys”). Tries are a type of search tree commonly used for storing and searching single characters that make up one or more strings. What make a trie interesting is that the first node contains an empty value and the descendants of a node have a […]

Posted in Algorithms, JavaTagged data-structures, java, trie

KNN – My Nearest Neighbors

June 3, 2017February 15, 2018

Thanks for tuning in for another fantastic awesome hardcore slippery blog post! In this post, we’re going to cover KNN and it’s implementation in Clojure! What is KNN? KNN (K-Nearest Neighbors) is simply an algorithm, but you probably knew that at this point. For many, KNN is a terrifying first step into a domain that […]

Posted in Algorithms, Clojure, Machine-LearningTagged Clojure, knn, machine-learning

Using NLP to Categorize Customer Feedback in Clojure

December 23, 2016February 15, 2018

First – an apology. It’s been a long while since I’ve written and I kind-of dropped my last series on it’s head and left it to rest. If you were particularly interested in the Zero-To-Hero for Android Development, let me know. I’ll pick it back up. The reason I stopped writing it was because the […]

Posted in Algorithms, Clojure, NLPTagged categorization, Clojure, nlp

Recent Posts

  • Building a Business on a Budget
  • Upper and Lower Bounds in Scala
  • A Quick Script to Update All of Your NPM Dependencies
  • Creating a Java Bean from a Scala Class
  • Modifying incoming requests via Charles Proxy

Subscribe to Brad Cypert via Email

Enter your email address to subscribe to my blog and receive my awesome new content by email!

Archives

  • April 2018
  • March 2018
  • February 2018
  • November 2017
  • October 2017
  • September 2017
  • June 2017
  • May 2017
  • April 2017
  • January 2017
  • December 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • October 2015
  • September 2015
  • April 2015
  • February 2015
  • October 2014

Posts by tag

android Ansible API Async beginner-friendly buddy categorization Clojure Eloquent FlowRouter Generators Ginger H2 intents ionic Iron:Router java JavaScript json web tokens JVM jwt list adapter listview lumen Macros map meta metaprogramming Meteor Microservice mobile multimethods nlp PHP pmap Python recyclerview reflection REST RESTful Scala Slim testing threading zero-to-hero
© 2018 Brad Cypert • Slightly Theme by Nick Ciliak.