Interesting Folks
My Other Blogs
Twit twit twit
- RT @dorrismccomics: My IP lawsuit has been going strong, but I need a big push to reach the full fundraising goal by the end of the month.… 1 week ago
- RT @dorrismccomics: Hello! Thank you for all the support with my legal battle for the IP of my comics back in November! Fighting a case lik… 1 week ago
- RT @EmilyKager: Work life balance in your 20s is an easy way to guarantee you don’t wake up one day regretting how much of life you missed… 1 week ago
- RT @vboykis: 2020: Covid 2021: Second Covid 2022: War 2023: Mass Layoffs Someone help me fix this time series, my ARIMA seems to have se… 2 weeks ago
- Hey @DrawPlayDave I think Elmo Munsk may have gotten loose in your website's server room and pulled out a few important cables. 2 weeks ago
Calendar of mindless drivel
February 2023 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Tag Archives: Programming
A Rant on Reasonable Expectations
With the semester wrapping up, I feel my status as a teaching assistant for a computational modeling course compels me to address something that we’ve encountered off and on the past several months. I’ll let Condescending Wonka introduce it. He … Continue reading
Computer Science by any other name
In other words, what exactly is “computer science”? Regardless of the answer, it (and just about anything else you can think) is often confused as something else entirely by those who aren’t part of it. Throughout my years in college, … Continue reading
Posted in Programming, Real Life
Tagged abstract syntax trees, algorithms, architecture, binary trees, black hat, combinatorics, complexity, computer science, data structures, discrete math, Gaming, hacking, langauges, linear algebra, logic, Programming, proofs, searching, set theory, sorting, web design
Leave a comment
Debugging and you!
I just completed an assignment for my machine learning class (which, in case you haven’t picked up from my lack of posting frequency, is a little challenging), for which I had a write a program that implements the concept of … Continue reading
Posted in Academics, Programming
Tagged adaboost, and seriously don't weight your friends, boosting, debugging, don't try this at home kids, it's like that dumb facebook app top friends, machine learning, pretty much the worst analogy ever, Programming, python, seriously just bring in a few friends
1 Comment
How can I crack you? Let me count the ways…
I just received source code for a partially-implemented Hidden Markov Model. I took one look at the main() (it’s written in C++) and decided I just had to post it here for public review, critique, and general merrymaking. It’s not … Continue reading