Sebastian Raschka's Blog, page 5

January 16, 2023

Curated Resources and Trustworthy Experts: The Key Ingredients for Finding Accurate Answers to Technical Questions in the Future

Conversational chat bots such as ChatGPT probably will not be able replace traditional search engines and expert knowledge anytime soon. With the vast amount of misinformation available on the internet, the ability to distinguish between credible and unreliable sources remains challenging and crucial.
 •  0 comments  •  flag
Share on Twitter
Published on January 16, 2023 01:00

January 14, 2023

Training an XGBoost Classifier Using Cloud GPUs Without Worrying About Infrastructure

Imagine you want to quickly train a few machine learning or deep learning models on the cloud but don't want to deal with cloud infrastructure. This short article explains how we can get our code up and running in seconds using the open source lightning library.
 •  0 comments  •  flag
Share on Twitter
Published on January 14, 2023 23:00

January 4, 2023

Open Source Highlights 2022 for Machine Learning & AI

Recently, I shared the top 10 papers that I read in 2022. As a follow-up, I am compiling a list of my favorite 10 open-source releases that I discovered, used, or contributed to in 2022.
1 like ·   •  0 comments  •  flag
Share on Twitter
Published on January 04, 2023 23:00

January 2, 2023

Influential Machine Learning Papers Of 2022

Every day brings something new and exciting to the world of machine learning and AI, from the latest developments and breakthroughs in the field to emerging trends and challenges. To mark the start of the new year, below is a short review of the top ten papers I've read in 2022.
 •  0 comments  •  flag
Share on Twitter
Published on January 02, 2023 23:00

October 15, 2022

Ahead Of AI, And What's Next?

About monthly machine learning musings, and other things I am currently workin on ...
 •  0 comments  •  flag
Share on Twitter
Published on October 15, 2022 00:00

July 24, 2022

A Short Chronology Of Deep Learning For Tabular Data

Occasionally, I share research papers proposing new deep learning approaches for tabular data on social media, which is typically an excellent discussion starter. Often, people ask for additional methods or counterexamples. So, with this short post, I aim to briefly summarize the major papers on deep tabular learning I am currently aware of. However, I want to emphasize that no matter how interesting or promising deep tabular methods look, I still recommend using a conventional machine learning method as a baseline. There is a reason why I cover conventional machine learning before deep learning in my books.
 •  0 comments  •  flag
Share on Twitter
Published on July 24, 2022 00:00

July 5, 2022

No, We Don't Have to Choose Batch Sizes As Powers Of 2

Regarding neural network training, I think we are all guilty of doing this: we choose our batch sizes as powers of 2, that is, 64, 128, 256, 512, 1024, and so forth. There are some valid theoretical justifications for this, but how does it pan out in practice? We had some discussions about that in the last couple of days, and here I want to write down some of the take-aways so I can reference them in the future. I hope you'll find this helpful as well!
 •  0 comments  •  flag
Share on Twitter
Published on July 05, 2022 00:00

June 30, 2022

Sharing Deep Learning Research Models with Lightning Part 2: Leveraging the Cloud

In this article, we will take deploy a Super Resolution App on the cloud using lightning.ai. The primary goal here is to see how easy it is to create and share a research demo. However, the cloud is for more than just model sharing: we will also learn how we can tap into additional GPU resources for model training.
 •  0 comments  •  flag
Share on Twitter
Published on June 30, 2022 00:00

June 17, 2022

Sharing Deep Learning Research Models with Lightning Part 1: Building A Super Resolution App

In this post, we will build a Lightning App. Why? Because it is 2022, and it is time to explore a more modern take on interacting with, presenting, and sharing our deep learning models. We are going to tackle this in three parts. In this first part, we will learn what a Lightning App is and how we build a Super Resolution GAN demo.
 •  0 comments  •  flag
Share on Twitter
Published on June 17, 2022 00:00

June 12, 2022

Taking Datasets, DataLoaders, and PyTorch���s New DataPipes for a Spin

The PyTorch team recently announced TorchData, a prototype library focused on implementing composable and reusable data loading utilities for PyTorch. In particular, the TorchData library is centered around DataPipes, which are meant to be a DataLoader-compatible replacement for the existing Dataset class.
 •  0 comments  •  flag
Share on Twitter
Published on June 12, 2022 00:00

Sebastian Raschka's Blog

Sebastian Raschka
Sebastian Raschka isn't a Goodreads Author (yet), but they do have a blog, so here are some recent posts imported from their feed.
Follow Sebastian Raschka's blog with rss.