Tagged: Machine Learning

Posts related to Machine Learning
2

Speech Note: App for Offline Speech to Text, TTS, and Translation

Table of Contents1 Speech to Text2 Text to Speech3 Translation4 Actions5 Settings6 Need help I’ve always dreamed of talking to computers. Cloud tools made it possible, but nothing beats doing it right on your machine. The first one I encountered that ran well locally was Dragon Speak. It worked pretty well but was...

Asking ChatGPT to give me real links 3

ChatGPT Hallucinates

Like the rest of the tech world, I have been experimenting with ChatGPT. Since this is my twentieth year of blogging, so I asked ChatGPT to pick up the most popular posts on my blog. My blog has been public since the beginning, and at least parts of it would have been available for ChatGPT when it got built. So I expected it to pick up actual posts and present them to me. But strange things happened

Android Kunjappan 0

Android Kunjappan, Alexa and Loneliness

Note: Spoilers Subramanian (Soubin Shahir) lives with his father Bhaskaran in a small village in Kerala. Subramanian is a smart mechanical engineer. He wants to get out of his village to work like most educated Malayalees. His father Bhaskaran is a stubborn man, He won’t let his son go out (village) to work....

0

Kickstarting your ML projects using pre-trained models from IBM’s MAX

One of the biggest challenge when you want to use ML in your project is training models using right data. It’ not super tough if you have enough data to build a model but most of the time when I want to quickly experiment, i don’t necessarily have the data for it, forget...

0

Getting started with SystemML

Table of Contents1 Welcome to SystemML2 Install SystemML and Run Hello World3 Run advanced program using Spark4 Connect to Jupyter Notebook5 Run ML using Notebook on Bluemix I have been exploring data as part of work and hobby for a long time. My process mostly involves clean up, analyze and visualize. Something that...