Raul Mercadoraulmercado.pe·Aug 13, 2024Cómo preparar tu máquina para proyectos de ciencia de datos.Cuando queremos aprender ciencia de datos y machine learning, lo primero que necesitamos es configurar nuestra laptop. Si no quieres pasar por todo ese proceso, lo más fácil es ir a Google Colab y empezar a crear tus primeros notebooks desde el prime...DiscussData Science
Shivanshutotoro.hashnode.dev·Aug 10, 2024Leveraging the Jupyter and IPython display protocolIn python for every object you create there is a __repr__ method in it which is used to display it wherever you print that variable. class Student: def __init__(self, name, class_name) -> None: self.name = name self.class_name = ...DiscussJupyter Notebook
Shivanshutotoro.hashnode.dev·Aug 9, 2024Understanding How Jupyter Notebooks WorkMain focus of this blog is the youtube video - Jupyter: Kernels, Protocols, and the IPython Reference Implementation. REPL (Read Evaluate Print Loop), was available for python and it is like a interactive shell. You type code and it gives output. M...Discussipython
Tanusha Rainatechshetalks.hashnode.dev·Aug 5, 2024Optimizing Delivery Routes in London with Python and Kepler.glIntroduction Efficient route optimization is crucial for businesses in the logistics and delivery sector. In this tutorial, we will explore how to optimize delivery routes in London using Python and visualize the results with Kepler.gl. We'll leverag...Discuss·20 likeskepler
Mathieu Torchiamathieutorchia.com·Aug 5, 2024Is Everything... Normal?Visit my GitHub page (link) to learn more about the python code that made this article possible. Do you know what really grinds my gears, riles me up, bothers me, and frustrates me? It may sound dramatic, but my biggest pet peeve is when people are ...Discuss·72 readsnormal distribution
Ayodele Adeniyithe-ayodele-adeniyi.hashnode.dev·Jul 31, 2024Detailed Report on Voting Pattern Analysis in the 2023 Presidential Elections in Lagos, Nigeria.Objectives: The objectives of the task were to: Check if the dataset has columns containing the longitude and latitude of the various polling units and source for them if they are absent. Make use of geodesic distance to calculate the distance betw...DiscussJupyter Notebook
Sam Schneiderblog.samschneider.me·Jul 30, 2024Type Code, Get AIMany people are extremely conversant in AI, but still haven't typed that first command to interact with a real AI model. Let's change that in a single blog post. The first technology you need is called a Jupytr Notebook. There are lots of online host...Discuss·1 like·27 readsJupyter Notebook
Sam Schneiderblog.samschneider.me·Jul 29, 2024The First 3 Tools to Learn as an AI DeveloperWant to get into developing AI-powered apps? Do you already have the background as a traditional software developer? Let me give you a quick roadmap of 3 surprisingly simple tools you can learn which will set you up for success on your journey into b...Discuss·2 likes·93 readshuggingface
Shani Riversshanirivers.hashnode.dev·Jul 7, 2024How to Quickly Extract Data from Big Datasets in 3 StepsSo I wanted to do a data science project based on one I found that was similar, but I wanted to use a more recent dataset, rather than some random one that was out-of-date and pulled from an API that hasn't been updated in awhile. I wanted to do the ...Discusslarge dataset
Sammith S Bharadwajsammith.hashnode.dev·Jul 3, 2024TIL but from youtube: Who's that pokémonToday I talk about a video I saw about geometric distribution with the help of pokémon. https://youtu.be/K79aOe-F0Mk?si=LYtZbRscNZPPztJb Introduction The video tries to explore what is the expected number of encounters before we catch all the pokém...Discussbernoulli