Explore >> Select a destination


You are here

yasoob.me
| | blog.chand1012.dev
4.9 parsecs away

Travel
| | LangChain is a powerful library for Python and Javascript/Typescript that allows you to quickly prototype large language model applications. It allows you to chain together LLM tasks (hence the name) and even allows you to run autonomous agents quickly and easily. In this blog post, we'll explore how to create agents and define custom tools that those agents can use. Prerequisites Python 3.9 3.10 and up have some issues with some of LangChain?s modules.
| | scrapfly.io
2.8 parsecs away

Travel
| | Introduction to web scraping with Python and BeautifulSoup - popular HTML parsing library used in scraping. How to find text in scraped web data.
| | www.gregreda.com
2.3 parsecs away

Travel
| | A beginner's guide to getting started with web scraping using Python and BeautifulSoup.
| | www.v7labs.com
28.2 parsecs away

Travel
| A neural network activation function is a function that is applied to the output of a neuron. Learn about different types of activation functions and how they work.