Timeseries forecasting with Prophet
Marton Trencseni - Sun 18 July 2021 • Tagged with modeling, timeseries, prophet
Prophet is a simple to use timeseries forecasting library by Facebook.
Marton Trencseni - Sun 18 July 2021 • Tagged with modeling, timeseries, prophet
Prophet is a simple to use timeseries forecasting library by Facebook.
Marton Trencseni - Sat 10 July 2021 • Tagged with yolo, yolov5, vision, object detection
I discuss the YOLO neural network architecture for object detection.
Marton Trencseni - Fri 02 July 2021 • Tagged with yolo, yolov5, vision, object detection
I run object detection experiments with pre-trained YOLOv5 models.
Marton Trencseni - Sun 20 June 2021 • Tagged with statistics, trump, politics, fasttext, twitter
I train a fasttext classifier on 1.2M data points to predict US politicians' party affiliations from their twitter messages.
Marton Trencseni - Sat 29 May 2021 • Tagged with statistics
The post explores the distribution of digits of random and non-random numbers from receipts, verifying Benford's law of first digit distribution.
Marton Trencseni - Sat 22 May 2021 • Tagged with hiring, interviewing
Thinking up tricky solutions in 3-5 minutes is not a requirement in a work setting. Usually, there are days or weeks for that. But implementing an idea, once the idea is there, should be straightforward for a good programmer.
Marton Trencseni - Fri 14 May 2021 • Tagged with mlflow, tracking
What's the best way to iteratore from 0 to 1 in steps of 0.1 in Python, and what are the potential pitfalls?
Marton Trencseni - Thu 06 May 2021 • Tagged with python
I describe a real world use-case where a simple, brute force search based solution worked really well, making more sophisticated Machine Learning unnecessary.
Marton Trencseni - Sun 25 April 2021 • Tagged with ab-testing
This is the transcript of a talk I did on experimentation and A/B testing to give the audience an intuitive understanding of p-values and statistical significance.
Marton Trencseni - Sat 17 April 2021 • Tagged with bayesian, ab-test
The base $e$ of the natural logarithm shows up in an unexpected place. Let's derive why!
Marton Trencseni - Fri 09 April 2021 • Tagged with python, pytorch, cnn, torchvision, mnist, autoencoder
I measure how the classification accuracy of quantized Autoencoder neural network varies with encoding bits on MNIST digits.
Marton Trencseni - Sun 04 April 2021 • Tagged with python, pytorch, cnn, torchvision, mnist, autoencoder
I investigate how much information an Autoencoder neural network encodes for MNIST digits.
Marton Trencseni - Thu 18 March 2021 • Tagged with pytorch, autoencoder, mnist
I build an Autoencoder network to categorize MNIST digits in Pytorch.
Marton Trencseni - Sat 06 March 2021 • Tagged with business, experimentation, book, amazon, management
These are the best parts from the book "Invent and Wander: the Collected Writings of Jeff Bezos". The book is a collection of the annual Amazon shareholder letters that Jeff Bezos has been sending out since 1997, and speeches he has given over time.
Marton Trencseni - Wed 03 March 2021 • Tagged with python, pytorch, torchvision, mnist, gan
I train a Pytorch Wasserstein MNIST GAN on Google Colab to beautiful MNIST digits.
Marton Trencseni - Tue 02 March 2021 • Tagged with python, pytorch, torchvision, mnist, gan
I train a Pytorch Classic MNIST GAN on Google Colab to generate MNIST digits.
Marton Trencseni - Mon 22 February 2021 • Tagged with personal, interruptions, notifications
I love using apps, email, social networking and messaging. But I want to do use them on my own time. So many years ago I decided to not let my phone interrupt me.
Marton Trencseni - Sat 20 February 2021 • Tagged with python, pytorch, gan, mnist, google-colab
I explore MNIST digits generated by a Generative Adversarial Network trained on Google Colab using Pytorch Lightning.
Marton Trencseni - Sun 24 January 2021 • Tagged with mlflow, tracking
I explore the automatic logging capabilities of MLFlow for Pytorch.
Marton Trencseni - Fri 15 January 2021 • Tagged with mlflow, tracking
I explore the automatic logging capabilities of MLFlow for Scikit Learn. In the process I found a bug in MLFlow, reported it and wrote a pull request to fix it.