DigitalDigger
banner
digitaldigger.bsky.social
DigitalDigger
@digitaldigger.bsky.social
L&D expert transitioning to Data Science. Sharing my journey and insights on AI, data, and learning. Passionate about merging tech with education.
Data science insight of the day: Workplace culture appears to impact mental health more than specific wellness programs. I used k-means clustering to analyze survey data from 1,400+ tech workers and found clear patterns. Technical details and business implications:
medium.com/@dlupau/unco...
March 7, 2025 at 4:21 PM
🚨 📣 Good news for #data enthusiasts! 📊 Harvard releases 311K datasets from Data.gov (16TB), updated daily for open access.
buff.ly/CIXQSP3 #dataanalytics #datascience
March 4, 2025 at 11:00 AM
🚀 Big news from @AnthropicAI! They just launched Claude 3.7 Sonnet – their most advanced AI yet! 🤖⚡

🔥 Faster, smarter, and better at reasoning
💡 Excels in coding, complex tasks & real-world problem-solving

Claude Code looks also amazing!

🔗 https://buff.ly/4bizmvK
February 26, 2025 at 10:27 AM
Having fun with ChatGPT 🤪
February 4, 2025 at 11:00 AM
Beginning of a new adventure. Check this out! https://buff.ly/4geGtpI #AI #podcast #artificialintelligence
January 27, 2025 at 8:05 PM
Machine learning trends in 2025? Autonomous agents doing the heavy lifting, multimodal AI switching gears between text, images, and audio, and explainable AI bringing clarity to decisions! Buckle up for the next revolution. 🚀 #AI #MachineLearning
https://buff.ly/40jeQXF
January 27, 2025 at 11:00 AM
🔢 Math isn't just numbers; it's the language of data science! 🧠📊 Check out these 10 GitHub repositories that will make you a math master (and a data whisperer). Bonus: No protractor required. 😉 👉 https://buff.ly/4h2JYjG #DataScience #MathSkills
January 23, 2025 at 11:00 AM
🚨 #OpenAI launches tasks beta: 🗓️ schedule recurring actions directly in #ChatGPT 's web interface📝
🔗 https://buff.ly/42d4Pg8
January 16, 2025 at 11:00 AM
🎓 Just completed a module on Unsupervised Learning & Feature Engineering in my BSc #DataScience! 🚀
Using #MachineLearning, I analyzed #MentalHealth survey in tech & uncovered 3 key groups:
👩‍💻 Remote self-employed workers
🏢 High-stigma environments
🤝 Supportive workplaces
January 13, 2025 at 10:54 AM
5/ What Clio Found:

💻 Coding dominates:
15%-25% of conversations were about software development.
Web & mobile dev: 10%
AI/ML: 6%
DevOps/cloud: 4%
Data analysis: 3.5%

📊 Business comes next:
Text generation & communication: 9%
Academic research/writing: 7%
Strategy & operations: 6%
January 10, 2025 at 12:41 PM
🧵1/ What do users actually want from #AI? Anthropic’s deep dive into how people use Claude 3.5 Sonnet reveals some fascinating insights—and a cool new tool called Clio that’s helping refine the future of LLMs. Let’s break it down. 🤖✨
January 10, 2025 at 12:41 PM
At #CES2025, Nvidia’s CEO shared an exciting concept about AI scaling laws—the path to making AI systems smarter and more capable. Let me break it down for you. 🧵

#AI #NVIDIA #ArtificialIntelligence #Innovation
January 9, 2025 at 9:21 AM
🌟 Top enterprise AI trends for 2025:
🤖 AI in new industries beyond tech
🔗 Process automation via AI & robotics
🔍 Smarter enterprise search systems
✨ CX transformation w/ personalization
🏥💳🏭 AI driving efficiency in healthcare, finance, & manufacturing

#AI #Innovation
January 5, 2025 at 11:00 AM
💡 Trying out Claude 3.5 Haiku for coding. Seems promising 🚀
According to to Anthropic, it offers:
👨‍💻 exceptional skills for coding
🏎️ quick information processing,
🎨 and short-form content creation
#AI #Python #Claude
December 26, 2024 at 10:43 PM
MIT researchers are tackling AI bias! 🤖✨ A new method reduces bias in models while improving accuracy—no need to sacrifice performance. This could transform fairness in critical areas like healthcare. 🌍💡

#AI #Fairness #Innovation

🔗 news.mit.edu
December 18, 2024 at 5:14 PM
I love Claude more and more. 🥰 Now you can select the style directly 📝 in the chat box and even create your own 💪
Intuitive and user-friendly it helps improving performance. 🚀 #AI #Claude
December 3, 2024 at 12:00 PM
🚀 Unlock the power of these 5 hidden gem #Python libraries for #DataScience! Whether you're just starting or looking to level up, these tools can boost your workflow and insights. Check them out! 👇 https://www.kdnuggets.com/5-hidden-gem-python-libraries-for-data-science
September 24, 2024 at 10:00 AM
Building an Airbnb-Like Database: My Journey in #SQL and Database Design https://buff.ly/3zcti9c
September 9, 2024 at 2:46 PM
🚨I just completed Intermediate #Python 🐍 via @DataCamp 🥳First lines of codes with Panda 🐼 and Matplotlib 📊. As usual great content very well explained and hands-on practice. Next step: apply those knowledge to a project around Netflix movies 💪 #pythonprogramming
July 25, 2024 at 9:01 PM
🤓💡Nerdy numbers 📊
Another study from BCG provides interesting insights on the positive impact of #AI at work.
Source: AI at Work 2024: Friend and Foe buff.ly/3LvQDW9
July 22, 2024 at 1:34 PM
Create dummy data using Faker in #Python
Thanks AlphaSignal for the tip

!pip install faker
from faker import Faker
fake = Faker()
print(fake.name())
print(fake.address())
print(fake.email())
print(fake.country())
print(fake.latitude(), fake.longitude())
print(fake.url())
July 18, 2024 at 6:37 AM