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...DiscussPython
Anix LynchProanixblog.hashnode.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...Discussscipy
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...Discuss·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 (...DiscussPython
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'...DiscussPython
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...Discuss·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...Discuss·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...Discuss·213 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...Discuss·2 likes·80 readsPython
Nikhil Raonikhilrao.blog·Aug 7, 2022Maximize Profit with Scipy OptimizeThe problem is a classic product mix-problem, where the objective is to maximize profit given some production and ingredients constraints, in this case it is a coffee shop with three coffee types. x0 -> Regular x1 -> Latte x2 -> Mocha Constraints: x0...Discuss·159 readsPython