Articles
How To Convert Log-Mel features back to audio waveform using TorchAudio
This will be a short post on how to convert frequency domain log-Mel features back to time-domain waveform, basically inverting or reversing…How To Run a pre-trained PyTorch model in C++
In this post we will go through the steps of running a pre-trained PyTorch model in C++ on MacOS (or other platform where you can compile C…Predictions on real data and model quantization (Tutorial)
In this post, we want to see if the speech commands recognition model we trained in the previous post actually works on real recorded data…Speech Commands recognition using ConvNets in PyTorch (Tutorial)
This is a tutorial post on speech commands recognition using the Speech Commands dataset. The goals for this post Work with audio data using…Design of a high-level PyTorch ML library
This article is an attempt to think about all the various activities in a deep-learning based ML model development process and to distill…Tutorial on recognizing digits in PyTorch
In this post we will get acquainted with the basics of training a machine learning model using PyTorch. ML model development can be…Perspectives on machine-learned intelligence
These are just some of my thoughts on machined-learned intelligence, formed by reading a bunch of papers and watching a few talks here and…The JumpML Blog!
Welcome to our first post! This is the beginning of a long and undoubtedly fun journey. Our goal is to help you build useful and intelligent…