Tag: GPT4
-
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
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
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
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
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…
-
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
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
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
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…
-
Complex Classification
In a previous post, we asked VerbaGPT to build a classification model for us. In this example we use VerbaGPT to classify the type of Iris flower from the famous iris dataset. However, we challenge it further by asking for not one but 3 models, and giving us a confusion matrix as the measure of…