Hi Reader,
I’m so pleased to share with you my first podcast interview! In this episode of the “Ken’s Nearest Neighbors” podcast, we discuss:
🎓 How I went from being unfamiliar with the term “data science” to teaching it in less than a year
🧘♂️ How I overcame personal challenges through self-work
⏱️ What it’s like to be a full-time content creator in 2023
…and so much more. I hope you enjoy the conversation!
You can watch it on YouTube or listen in your favorite podcast player.
Do you find it hard to keep up with what’s going on in the world of AI & Data Science? I know I do!
The reality is that our field is now hotter than ever! 🔥 But that also makes it impossible to stay up-to-date with the latest news, tools, and resources.
My solution is simple: Find the best sources of information, and ignore everything else.
Social media can be a great source of information, but it’s too hard to weed through all of the noise without getting distracted or overwhelmed. 😕
Instead, I recommend subscribing to a few select newsletters that have done the work of sifting and sorting for you!
Here are the two best newsletters that I read each week:
Every issue starts with a thoughtful and timely letter from Andrew Ng, the legendary founder of Coursera. Then, The Batch summarizes a few AI stories from the week, including their comments on “why it matters” and their reaction to the news.
Here’s what makes it exceptional: The Batch is written by people who truly understand and care about the field of AI, and insist that AI advancements occur in an ethical fashion.
Every issue of Data Elixir links to a handful of high-quality tools, tutorials, opinion pieces, and news articles from the world of Data Science.
Data Elixir stands out because the curation is top-notch, and because each link includes a helpful summary so that you can easily decide which articles might be of interest to you.
Do you have a favorite AI or Data Science newsletter? Click reply and let me know!
See you next Tuesday, and have a great week! 🙌
- Kevin
P.S. One of the all-time greatest stories
Did someone awesome forward you this email? Sign up here to receive data science tips every week!
Join 25,000+ intelligent readers and receive AI tips every Tuesday!
Hi Reader, Last week, I encouraged you to experiment with different LLMs, since there’s no one model that is superior across all use cases. Specifically, I suggested you try using Chatbot Arena, which allows you to chat with multiple models at once. It’s completely free, but has two significant disadvantages: Your chats are not private and may be used for research. It lacks the feature-rich interface provided by other LLMs. Today, I want to offer you a better method for experimenting with...
Hi Reader, Over the past 50 tips, I’ve touched on many different topics: Python, Jupyter, pandas, ML, data visualization, and so on. Going forward, I’m planning to focus mostly on Artificial Intelligence. I’m announcing this so you know what to expect, and I know what to deliver! 💌 I’ll also try to make the tips shorter, so that they're easier to digest on-the-go. Finally, I plan to include an “action item” each week, so that you can practice what you’re learning. I hope you like these...
Hi Reader, Next week, I’ll be offering a Black Friday sale on ALL of my courses. I’ll send you the details this Thursday! 🚨 👉 Tip #50: What is a "method" in Python? In Python, a method is a function that can be used on an object because of the object's type. For example, if you create a Python list, the "append" method can be used on that list. All lists have an "append" method simply because they are lists: If you create a Python string, the "upper" method can be used on that string simply...