[go: up one dir, main page]

24 Oct 25

Ultimate modern intro to web scraping using Python. How to scrape data using HTTP or headless browsers, parse it using AI and scale and deploy. This comprehensive guide covers everything a user needs to know about web scraping using Python, detailing essential tools, techniques, best practices, and ethical considerations.

by tmfnk 4 months ago

08 May 25

A series of geospatial tutorials in the form of self-contained notebooks with step-by-step explanations and datasets. Features topics such as: GeoPandas, XArray, Dask, XEE (XArray + Google Earth Engine), Segment Geospatial, Web APIs.

by agnieszka 9 months ago

01 May 25

A tiny example Autograd engine

by struanr 9 months ago

Cuda implementation of Micrograd

by struanr 9 months ago

MiniTorch is a diy teaching library for machine learning engineers who wish to learn about the internal concepts underlying deep learning systems. It is a pure Python re-implementation of the Torch API designed to be simple, easy-to-read, tested, and incremental. The final library can run Torch code.

by struanr 9 months ago

24 Mar 25

I have encountered that there are mainly three types of blogs/videos/tutorials talking about transformers

by isaac 11 months ago

03 Sep 24

Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks. - mlabonne/llm-course

by isaac 1 year ago saved 3 times

31 Oct 22

All modern computers(laptops, phones, pc master race rgb monsters, etc) have somewhat similar components: Processor, Memory, Video Card, Disk and USB controller, WiFi card etc. Some of them are in one single chip and you cant even see them anymore, but they are there. For example there are chips that have Processor and Video Card together. The term for processor is actually CPU - Central processing unit, but we called it processors when we were kids and it kind of make sense, since it processes stuff.

by eli 3 years ago

09 Feb 22

Python is a programming language that lets you work quickly and integrate systems more effectively.

by tobhar 4 years ago