Tag: machine learning

  • Implement any API with ChatGPT or other Large Language Models using Flowise

    What if I told you there was a way to implement any API you want to work with ChatGPT while touching minimal code? You wouldn’t believe me right? Well, meet Flowise, an open source project that integates LangChain (a large language model framework) visually. Basically you can visually connect any node to any node or…

  • Reinforcement Learning for trading

    I’ve been learning about machine learning for a while now and I was wondering if reinforcement learning can be applied to trading. Trading is a unique challenge because it’s known to “mostly” be a random walk simulation. Unless somebody trades with a LARGE sum of money, it’s people trading against algorithms. Can you then try…

  • ChatGPT and Cybersecurity – Encryption

    ChatGPT has shown it can do some very interesting things. But what about cybersecurity? Well, according to Microsoft. It can do a lot there as well. Microsoft has released Security Copilot, which is a ChatGPT for cybersecurity using ChatGPT-4. Apparently it can find vulnerabilities from code/ and diagrams. It can also handle things like incident…

  • Battle of the Chatbots: ChatGPT vs Bard

    If you’re reading this you are probably already familiar with OpenAI’s ChatGPT and Google’s Bard, but for those unfamiliar, here is a preview. ChatGPT, accelerated by Microsoft’s hype engine and investments has taken over the internet and has been touted as the Google killer. Google responded with Bard. What is ChatGPT? ChatGPT is a Large…

  • Machine Learning Applications: Generative Art

    Machine Learning Applications: Generative Art

    A little while back, I started looking into NFT’s and started learning about generative art. Generative art is produced utilizing an algorithm or something that can be mechanically created. If you look through the majority of the highest-selling NFT’s on https://opensea.io/, you’ll find that a lot of them are basically permutations of a base portrait.…

  • GitHub Copilot Review: A Todo app written by Artificial Intelligence.

    Introduction I recently was given access to the Github Copilot Technical Preview and decided to see if I could essentially write an app utilizing the AI that can write code. Github Copilot is branded as “Your AI pair programmer” and that statement is pretty darn close. You write some code and it provides suggestions/solutions that…

  • Recognizing your dog’s mood with the power of Machine Learning

    Recognizing your dog’s mood with the power of Machine Learning

    Have you ever wondered if there was a way you could tell how your dog is feeling? What if I told you that there was a way to do this visually (sort of) using machine learning image classifers. Here is a demo of the application that you can load on your phone or computer and…