Arsalan Ali Profile picture
Data Science & Machine Learning | Graphic Designing | Video Editing | Web Designing | Web Scrapping | OSINT | Content Writing | Research | GIS Analysis
Oct 6, 2022 ā€¢ 8 tweets ā€¢ 4 min read
Ever wondered what algorithm can sum a list/array the fastest in Python? Here's a surface level overview

A Thread šŸ§µšŸ‘‡

#python3 #pythonic #pythonprogramming #programming #Algorithms #DataScience Image First of we generated a random list of "1000000" numbers to feed all the algorithms.

This very first algorithm uses the built-in sum method. Its the easiest one to implement. Image
Sep 16, 2022 ā€¢ 7 tweets ā€¢ 4 min read
Here's a list of almost ~all regression models used in machine learning. Make sure to try them out.

A Thread šŸ§µšŸ‘‡

#MachineLearning #regression #codanics #ArtificialIntelligence #DataScience #analysis #DataAnalytics #model #algorithm #pakdatasci Image Image