Rohan Anandrohan-anand.hashnode.dev·Dec 31, 2024Regridding: Comparing xarray and SciPyAs I was searching for code options to regrid data instead of relying on tools, I discovered two popular methods: SciPy and xarray. To explore and compare their capabilities, I downloaded single day 2-meter temperature data (T2m) from the ERA5 satell...Python
Marcel Otavio Cerribioprocess.hashnode.dev·Nov 14, 2024Regressão Linear em PythonNeste artigo, vamos aprender um pouco sobre regressão linear em Python, explorando conceitos básicos e desvendando códigos que te levarão entender essa ferramenta. Estes conhecimento pode abrir portas para a análise de dados e a construção de modelos...Python
Anix Lynchgozeroshot.dev·Oct 3, 202420 Scipy concepts with Before-and-After Examples1. Optimization (scipy.optimize.minimize) 🚀 Going to the lowest point while hiking, in the context of optimization, is like finding the most comfortable and efficient path to reach your goal 🏞️. Imagine you're carrying a heavy backpack, and the low...scipy
Hussain ahmadhussain424.hashnode.dev·Sep 26, 2024How scipy is more powerful than numpyIf you're getting into data science or machine learning, you might have come across two popular Python libraries: NumPy and SciPy. Both are very useful for working with data, but they are designed for different purposes. Let's break down the key diff...1 likeMachine Learning
Mouri Roymouri200.hashnode.dev·Jun 6, 2024Best Open-source Python Libraries for Machine LearningMachine Learning is a very fast and efficient growing technology in the current world. In our society, human beings are considered the most intelligent brains among all living beings to perform any task smartly. Machine learning is the subset of AI (...Python
Ruhama Tabassumruhama.hashnode.dev·Mar 14, 2024Dhaka Stock Market Analysis with PythonIntroduction Let's explore the dynamics of the Dhaka stock market in 2022! This blog is your guide to understanding market trends, figuring out data patterns, and learning about Bangladesh's financial world. Using Python for analysis and pictures, I'...Python
Shahi ShreshthforTechLearn Indiablog.techlearnindia.com·Feb 9, 2024How Image Processing Revolutionizes Data Science -( Day -8)Welcome back, image explorers! Today's voyage leads us to Day 8, where we'll delve into the intriguing realm of image statistics and texture analysis. Inspired by the captivating visual tapestry of Wonder Egg Priority, we'll extract valuable insights...1 likeskimage
Adarsh Kumaradarshk27r.hashnode.dev·Dec 15, 2023Popular Multidimensional Python LibrariesNumPy Category: Numerical Computing Overview: NumPy, short for Numerical Python, is a fundamental library for scientific computing in Python. It provides support for large, multi-dimensional arrays and matrices, along with mathematical functions to...10 likesPython 3
Sackarias Lunmanblog.sackarias.se·Jun 18, 2023Trajectory Stabilization using LQRThe Cart-Pole project is continuing at a steady pace. At the moment, however, I am busy working as a Robotics Intern, so the development is a little bit slower than usual. The physical system is being built by me and a friend which I will hopefully s...264 readsCart-PolePython
EZE IFEANYIezzescience.hashnode.dev·Jan 30, 2023Python in English: Simple Optimization 2In my previous article, we discussed about rice, beans, meat and a little bit about the linear programming module of the Scipy optimize library (❁´◡`❁). It was a good introduction to the concept of optimization and was shown with an everyday scenario...2 likes·80 readsPython