Rick Hall
Rick's Learning

Rick's Learning

Follow
homebadges

Search or Chat?

Sep 24, 20235 min read

Despite spending a bunch of my free time learning about and playing with various aspects of AI, the most interesting application lately has been in my...

Search or Chat?

Refocusing

Sep 4, 20232 min read

I started this blog with the intention of documenting the things that I was working on during the year I took off of work to learn new things. My hope...

Refocusing

First Steps with Chat-GPT

Feb 16, 20235 min read

I have started playing with Chat-GPT. Who hasn't. I made good use of it to practice my French, and I completely misused it for a coding problem. Here...

First Steps with Chat-GPT

Roadmap to the AWS Machine Learning Certification

Jan 30, 20237 min read

Certifications can be really useful for learning. When a certification is well designed, a knowledgeable organization is telling you what they...

Roadmap to the AWS Machine Learning Certification

Where to Start for Machine Learning

Dec 30, 20225 min read

tl;dr - learn Python, numpy, pandas, scikit-learn, tensorflow. Get a little familiarity with python, then take Andrew Ng's Machine Learning...

Where to Start for Machine Learning

Incorporate custom functions in sklearn pipeline

Nov 17, 20226 min read

I was working on a tabular dataset problem on Kaggle, and I wrote a function to do some preprocessing. The function removed columns that had a...

Incorporate custom functions in sklearn pipeline