Tag: VerbaGPT

  • Verba Connect

    Verba Connect

    In this post we explore a new concept we are calling Verba Connect. Firms with subject matter expertise (e.g., lawyers, management consultants, IT consultants etc.) have the expertise spread throughout the firm and across geographies. People generally work with who they know, and that results in siloed teams that can limit the value delivered to…

  • VerbaGPT + AzureSQL

    VerbaGPT + AzureSQL

    In this example we demonstrate using VerbaGPT together with AzureSQL. We use a sample AzureSQL database in this example. Video: User question: give me the top 10 courses in terms of the number of students enrolled in them. Also include the average grade for those courses. VerbaGPT response: Cost of query: $0.00 (Bing option) VerbaGPT…

  • Report Generation

    Report Generation

    In this example we use VerbaGPT to create and compare a neural network model to linear regression while using the famous Abalone dataset . We then ask it to generate a report for us. Video: User question: Give me a neural network and a linear regression model to predict rings. Compare their performance. VerbaGPT response:…

  • Snowflake Demonstration

    Snowflake Demonstration

    In this example we demonstrate using VerbaGPT together with Snowflake. We use the Snowflake sample database in this example. Video: User question: give me the total account balance for customers by nationkey. Grab name of nation as well. VerbaGPT response: Cost of query: $0.00 VerbaGPT gives us exactly what we asked for. VerbaGPT is a…

  • Neural Network

    Neural Network

    In this example we use VerbaGPT to create and compare a neural network model to linear regression while using the famous Abalone dataset . Video: User question: apply a neural network approach to predict rings. Give me the r2 and compare it to a linear regression approach VerbaGPT response: Cost of query: $0.00 Neural network…

  • Create a Histogram

    Create a Histogram

    In this example we ask VerbaGPT to produce a plot. We use a comma-separate-value (csv) data source, and use the well known “Abalone” dataset . This dataset has a column called Rings, which is a proxy for the age of Aabalones (a type of mollusk). Video: User question: give me a histogram for rings, color…

  • Multi-Join Query

    Multi-Join Query

    In this example we use VerbaGPT to get a semi-complex query involving multiple joins using the Chinook dataset. Video: User question: what are the top 3 selling genre in chinook data? VerbaGPT response: Cost of query: $0.00 VerbaGPT answers the question correctly. The query seems innocuous enough, but there is more going on under the…

  • Advanced Charting

    Advanced Charting

    In this example we use VerbaGPT to get an advanced charting technique while using the famous Chinook dataset. Video: User question: from the chinook db, can you plot the number of customers by country on a map, and color code it by number of customers (white for few, and green for more)? VerbaGPT response: Cost…

  • Conditional Count

    Conditional Count

    In this example we use VerbaGPT to get a conditional count of the target variable from the famous abalone dataset. Video: Coming soon… User question: For the Abalone dataset, give me the count of Rings > 10. VerbaGPT response: Cost of query: $0.00 Count of Rings > 10: 1447 VerbaGPT answers the question correctly and…

  • Polymodeling

    Polymodeling

    In this example we use VerbaGPT to create multiple models to predict the progression of diabetes from the famous diabetes dataset. Video: User question: Give me 3 best models to predict the iris flower. Please rank their performance, and include confusion matrix as at least one measure of performance. VerbaGPT response: Cost of query: $0.00…