Category: Uncategorized

  • Large Language Models and the jobs they will enable/replace

    When ChatGPT came out, it was THE fastest growing product of all time. Ever. Here is a table to give you some perspective: Online Service Launch Year Time Taken to Reach 1 Million Users ChatGPT 2022 5 days Instagram*** 2010 2.5 months Spotify 2008 5 months Dropbox 2008 7 months Facebook 2004 10 months Foursquare***…

  • Blunt Review of the TD Ameritrade API for automated trading

    For the past couple of months, I’ve been utilizing the TD Ameritrade API to work on a couple of applications that can allow you to trade outside the platform and automate some trading processes. To save you time from reading the rest of this post, it is just okay. Not good, not bad, just okay.…

  • Recognizing your dog’s mood with the power of Machine Learning (Part 2)

    In the previous post, we discussed how to build an image classifier that can recognize and classify a dog’s mood. We specifically were classifying “happy” and “sad”. We are now going to add more classes to the original model in order to see if we can classify more moods. Since I last worked with TensorFlow’s…