#gemini-ai #generative-ai Ganesh Babu V Kalanidhi Gurunathan function calling feature of gemini is the one of the interesting space to watch out to get your llm with upto date information 1. https://lnkd.in/gmpYfan4 2. Hands on https://lnkd.in/gdsCTP3a
Purushothaman Srinivasanarasimhan’s Post
More Relevant Posts
-
Geeks For Geeks🚀 Data Structures And Algorithms 📖 Day 51 ✅ Topic: Array Problem: Kadane's Algorithm 🔻 Time Complexity: O(n) 🔻 Space Complexity: O(1) #100daysofcodechallenge #javaprogramming #drgvishwanathanchallenge
To view or add a comment, sign in
-
🌟 Day 16: K Sized Subarray Maximum 🌟 Today’s challenge was about finding the maximum for every contiguous subarray of size k from a given array. This problem tested my understanding of sliding window techniques and how to efficiently manage data within the constraints. 🧠🔍 ✅ Problem Solved: K Sized Subarray Maximum 🔢 Streak Day: 16/21 Thanks to Deutsche Bank and GeeksforGeeks for this challenging problem, which sharpened my skills in sliding window algorithms and efficient data structures! 🚀 #GFG #ProblemSolving #geekstreak2024
To view or add a comment, sign in
-
If you want to scrape the web then go for Scrapy instead of beautifulsoup. Scrapy provides tonnes of feature 1. I can scrap all the pages in a domain by just providing the sitemap (It takes care of nested sitemaps automatically) 2. The setup is really simple 3. Schedule feature to scrape for latest content regularly 4. Scrapy will save only the content I need from a website such as only multi-medias or code blocks etc. 5. The whole scraping is automated. 6. Most importantly it follows the robots.txt file so I don't have to worry about scraping content illegally or getting blocked.
Something big is coming! Yesterday I scraped 45k webpages in just an hour for my all new corpus. Today I'm on track to collect 100k more. Meanwhile let see how much time Fine-Tuning a Gemini model takes for 45k row of pure high-quality data.
To view or add a comment, sign in
-
Excited to share a demonstration of our new Flask application for hypothesis generation and data analysis! 🚀 Our application, powered by the Gemini Pro LLM model, simplifies the process of hypothesis formulation and data analysis. Watch the video to learn how you can generate hypotheses with just a click and analyze your data effortlessly. #DataAnalysis #HypothesisGeneration #GeminiProLLM #FlaskApplication #MachineLearning"
To view or add a comment, sign in
-
🔍 Dive deep into the world of data analytics with our latest article! Discover a detailed approach to understanding the Polygon Matrix and unlock the secrets to cracking the code of this powerful tool. Read more here: https://lnkd.in/dsW7msD8 #DataAnalytics #PolygonMatrix #QuantifiedWorld
Cracking the Code: A Detailed Approach to the Polygon Matrix
thequantifiedworld.com
To view or add a comment, sign in
-
How to perform anomaly detection with the LOF Algorithm An introduction to performing outlier detection with the Local Outlier Factor
How to perform anomaly detection with the LOF Algorithm
openexo.com
To view or add a comment, sign in
-
🚀 Day 5/21: Longest Valid Parentheses #Approach: I solved the Longest Valid Parentheses problem using a stack-based approach. The idea is to push the index of the last unmatched opening parenthesis or the last unmatched closing parenthesis onto the stack. We then calculate the maximum length of valid parentheses by checking the difference between the current index and the top of the stack whenever a valid pair is found Thanks a lot GeeksforGeeks and Deutsche Bank for providing such opportunities 🛠️ Algorithm: Stack-based approach 📚 Data Structure: Stack ⏳ Time Complexity: O(n) 📦 Space Complexity: O(n)
To view or add a comment, sign in
-
Road to 100 Day Repracticing Data Structure and Algos (Day 1) Given the head of a linked list, remove the nth node from the end of the list and return its head. We need to use fast and slow pointers. Time Complexity O(n), Space Complexity O(1)
To view or add a comment, sign in
-
Discover how a semantic knowledge hub can enhance the possibilities of your data. Leverage a future-proof solution to many of today's knowledge management challenges: https://hubs.li/Q02zD9JF0
PoolParty Knowledge Hub
https://www.poolparty.biz
To view or add a comment, sign in
Managing Director and CEO at AgilizTech
6moThank you Purush. We have been using function calling feature in openai, https://platform.openai.com/docs/guides/function-calling quite sometime in our gen ai usecases development. Another interesting one is AI Agents and we are working on the Langchain Agents https://js.langchain.com/v0.1/docs/modules/agents/ which is proving to be useful too.