Machine Learning Times
Machine Learning Times
EXCLUSIVE HIGHLIGHTS
5 Ways To Hybridize Predictive AI And Generative AI
  Originally published in Forbes AI is in trouble. Both...
This Simple Arithmetic Can Optimize Your Main Business Operations
 Originally published in Forbes Deep down, we all know that...
Predictive AI Usually Fails Because It’s Not Usually Valuated
 Originally published in Forbes Why in the world would the...
Panic Over DeepSeek Exposes AI’s Weak Foundation On Hype
 Originally published in Forbes The story about DeepSeek has disrupted...

Neural Networks

Can LLMs Learn From a Single Example?

 Originally published in Fast.AI, Sept 4, 2023. We’ve noticed an unusual training pattern in fine-tuning LLMs. At first we thought it’s a bug, but now we think it shows LLMs can learn effectively from a single example. How neural networks learn We train neural network classifiers by showing them examples of inputs and outputs, and

Looking Inside The Blackbox — How To Trick A Neural Network

 Neural networks get a bad reputation for being black boxes. And while it certainly takes creativity to understand their decision making, they are really not as opaque as people would have you believe. In this tutorial, I’ll...

Dealing with Overconfidence in Neural Networks: Bayesian Approach

 Originally published in Jonathan Ramkissoon Blog, July 29, 2020. I trained a multi-class classifier on images of cats, dogs and wild animals and passed an image of myself, it’s 98% confident I’m a dog. The problem isn’t...