@williemaize

5 Followers
2 Following
23 Posts

Life Learner | Masters of Applied Data Science @ University of Michigan | AI, Data Science, and Machine Learning

Views expressed are my own.

Personal Pagehttps://godot107.github.io/
Data Science Publicationshttps://medium.com/@manwill/about
GitHubhttps://github.com/godot107/public
ML Projectshttps://linktr.ee/williemaize

πŸš€ Exploring APIs with Postman!

Just wrapped up some great tutorials on using variables and building dynamic requests in Postman. Super helpful for streamlining API testing!
πŸ“˜ Postman Docs https://learning.postman.com/docs/sending-requests/variables/variables/

πŸŽ₯ YouTube Tutorial [https://www.youtube.com/watch?v=IjVVQmQIiBg]

Store and reuse values using variables | Postman Docs

Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIsβ€”faster.

Postman Docs
πŸ”§ Just wrapped up the Feature Engineering course on Kaggle! From transforming raw data to crafting powerful signals, this course sharpened my ability to unlock hidden patterns and boost model performance. #MachineLearning #DataScience #Kaggle
πŸ“Š New to time series forecasting?
Learn ARIMA modeling in this clear, hands-on guide from DataCamp!
Perfect for data science beginners.
πŸ”— https://www.datacamp.com/tutorial/arima
#ARIMA #TimeSeries #DataScience #Forecasting
Ever wonder how neural networks actually learn? It all starts with a simple but powerful concept from calculus: the chain rule.
πŸ“š Dive in and level up your math game:
πŸ‘‰ https://machinelearningmastery.com/the-chain-rule-of-calculus-for-univariate-and-multivariate-functions/
#MachineLearning #DeepLearning #Backpropagation #NeuralNetworks #DataScience #AI

Today's challenge on LeetCode: Patients With a Condition πŸ₯πŸ”

Hint: Use .contains() with regex to handle variations

Give it a shot! [https://leetcode.com/problems/patients-with-a-condition?envType=study-plan-v2&envId=30-days-of-pandas&lang=pythondata] How did you approach it? πŸ‘‡
#Python #Pandas #DataScience #LeetCode

πŸš€ Getting into recommendation systems? Content-based filtering is a powerful approach that suggests items based on user preferences and item attributes. Unlike collaborative filtering, it doesn’t need a huge user base to work effectively!

πŸ” Google’s ML guide breaks it down with key concepts & best practices: developers.google.com/machine-learning/recommendation

#MachineLearning #RecommendationSystems #AI

Sharpening my coding skills with LeetCode! πŸ§ πŸ’» Try this SQL + Regex challenge: Find users with valid emails. Can you solve it? πŸ‘€

πŸ”— https://leetcode.com/problems/find-users-with-valid-e-mails?envType=study-plan-v2&envId=30-days-of-pandas&lang=pythondata πŸ’‘ Need a hint? Here you go: https://leetcode.com/problems/find-users-with-valid-e-mails?envType=study-plan-v2&envId=30-days-of-pandas&lang=pythondata
#LeetCode #SQL #Regex

πŸš€ Why loc in pandas is faster than subsetting:

⚑ Direct label access (no recalculations)
πŸ’Ύ View vs. Copy (loc returns a view, subsetting makes a copy)
βš™ Cython-optimized for speed
πŸƒ Less overhead in chained ops

#Python #DataScience #pandas

PDF: Given a model, how likely is the data?
Likelihood: Given the data, which model parameters make it most probable? This is key in ML models like Logistic Regression using MLE for parameter tuning.

πŸ‘‰ Learn: https://www.geeksforgeeks.org/probability-density-estimation-maximum-likelihood-estimation/#

#MLE #MachineLearning #AI #DataScience

Probability Density Estimation & Maximum Likelihood Estimation - GeeksforGeeks

A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

GeeksforGeeks

Unlock the power of Exploratory Data Analysis (EDA) to make smarter decisions and uncover hidden insights!

[https://www.ibm.com/think/topics/exploratory-data-analysis]

#DataScience #EDA #Analytics

What is Exploratory Data Analysis? | IBM

Exploratory data analysis is a method used to analyze and summarize data sets.