Open in app

Sign In

Write

Sign In

Adam Novotny
Adam Novotny

204 Followers

Home

About

Dec 19, 2021

Machine Learning Docker Template

This post was originally published on my website adamnovotny.com Summary The purpose of this post is to propose a template for machine learning projects that strives to follow these principles: All data scientists can quickly setup an identical development environment based on Docker that encourages good software engineering practices. Dependency management…

Machine Learning

1 min read

Machine Learning Docker Template
Machine Learning Docker Template
Machine Learning

1 min read


Published in Analytics Vidhya

·Nov 14, 2021

Keras LSTM Forecasting Using Synthetic Data

This post was originally published on my website adamnovotny.com Summary Keras LSTM can be a powerful tool for forecasting. Below is a simple template notebook showing how to setup a data science forecasting experiment. Dataset A synthetic dataset was generated using a scikit-learn regression generator make_friedman1. The dataset is nonlinear, with…

Machine Learning

2 min read

Keras LSTM Forecasting Using Synthetic Data
Keras LSTM Forecasting Using Synthetic Data
Machine Learning

2 min read


Published in Analytics Vidhya

·May 24, 2021

Global Temperature Forecast Using Prophet and CO2

In this article I will leverage the global temperate dataset I discussed previously to make a temperature forecast using Facebook Prophet for the next 50 years. Note: the temperature dataset serves ONLY as a vehicle to learn how to do forecasting using Prophet. …

Machine Learning

4 min read

Global Temperature Forecast Using Prophet and CO2
Global Temperature Forecast Using Prophet and CO2
Machine Learning

4 min read


Mar 27, 2021

Dynamic HTML with Python, AWS Lambda, and Containers

This article is an extension of my previous article describing a similar deployment process using native AWS Lambda tools. However, Amazon since started supporting container images and updated it’s pricing policy to 1ms granularity. Both are major developments improving tooling and making small deployments cost effective. My previous article focused…

Programming

3 min read

Dynamic HTML with Python, AWS Lambda, and Containers
Dynamic HTML with Python, AWS Lambda, and Containers
Programming

3 min read


Mar 20, 2021

Google Colab and Auto-sklearn with Profiling

This article is a follow up to my previous tutorial on how to setup Google Colab and auto-sklean. Here, I will go into more detail that shows auto-sklearn performance on an artificially created dataset. The full notebook gist can be found here. First, I generated a regression dataset using scikit…

Machine Learning

2 min read

Google Colab and Auto-sklearn with Profiling
Google Colab and Auto-sklearn with Profiling
Machine Learning

2 min read


Dec 23, 2020

Machine Learning Notes

Visit my personal website adamnovotny.com to view the most recently updated version of ML and data resources I’ve found helpful. AdaBoost: Fits a sequence of weak learners on repeatedly modified data. The modifications are based on errors made by previous learners. Analysis of variance ANOVA Anomaly detection: future examples may…

Machine Learning

4 min read

Machine Learning Notes
Machine Learning Notes
Machine Learning

4 min read


Dec 4, 2020

Google Colab and AutoML: Auto-sklearn Setup

Auto ML is fast becoming a popular solution to build minimal viable models for new projects. A popular library for Python is Auto-sklearn that leverages the most popular Python ML library scikit-learn. Auto-sklearn runs a smart search over scikit-learn models and parameters to find the best performing ensemble of models. …

Machine Learning

3 min read

Google Colab and AutoML: Auto-sklearn Setup
Google Colab and AutoML: Auto-sklearn Setup
Machine Learning

3 min read


Oct 31, 2020

Google Paper: 24/7 by 2030

Google released a white paper describing how the company intends to generate all of its electricity needs from renewable energy sources by 2030. Previously, Google committed to reducing emissions by buying offsets or generating renewable energy off-cycle. …

Random

2 min read

Google Paper: 24/7 by 2030
Google Paper: 24/7 by 2030
Random

2 min read


Jul 25, 2020

Serving Dynamic Web Pages using Python and AWS Lambda

While AWS Lambda functions are typically used to build API endpoints, at their core Lambda functions can return almost anything. This includes returning html markup with dynamic content. I will not go into details describing how to deploy AWS Lambda functions. Please see the official documentation. …

Programming

3 min read

Serving Dynamic Web Pages using Python and AWS Lambda
Serving Dynamic Web Pages using Python and AWS Lambda
Programming

3 min read


Jun 25, 2020

Scikit-learn Pipeline with Feature Engineering

In general, a machine learning pipeline should have the following characteristics: To ensure data consistency, the pipeline should include every step (such as feature engineering) required to train and score training and testing datasets, and score real time requests. …

Machine Learning

1 min read

Custom scikit-learn Pipeline
Custom scikit-learn Pipeline
Machine Learning

1 min read

Adam Novotny

Adam Novotny

204 Followers
Following
  • Jeremie Harris

    Jeremie Harris

  • Adrian Hornsby

    Adrian Hornsby

  • The Pragmatic Programmers

    The Pragmatic Programmers

  • David Siegel

    David Siegel

  • Sankar Srinivasan

    Sankar Srinivasan

See all (37)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech