Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
user-defined
- Page 1
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
18 Hours Ago
by usmanmalik57
…creating a graph state that contains three attributes: the
user
input, the AI message (response from the LLM…Next, we define the `ask_web()` function, which accepts
user
input and generates a response using an LLM. The… `ask_web` and `respond,` which call the methods we
defined
above with the same names. ```python builder = StateGraph(…
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
…quot;content": system_instructions }, { "role": "
user
", "content": user_query } ] ) output = …Fireworks API using the `generate_response()` method we just
defined
. ```python model = "accounts/fireworks/models/…
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
…", "content": system_instructions}, {"role": "
user
", "content": user_query} ] ) output = response.choices… predict each tweet's sentiment using the `generate_response()` method we
defined
earlier. ```python tweets_list = dataset["text"].tolist() all_sentiments …
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
1 Month Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by rproffitt
"Wiz Research Uncovers Exposed DeepSeek Database Leaking Sensitive Information" "Security researchers tested 50 well-known jailbreaks against DeepSeek’s popular new AI chatbot. It didn’t stop a single one." It only seems to get worse the more you look at DeepSeek. And I must note how it is known to not want to talk about …
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by policenbicleara
Llama-70B struggles with sentiment analysis (69% accuracy) vs. Qwen-32B (87%). Summarization performance is weaker, with lower ROUGE scores. Qwen-32B is the better choice—smaller, faster, and more accurate.
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by Pelorus_1
Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing!
User-Defined Function - part 2
Programming
Software Development
18 Years Ago
by Duki
…Write the definition of the function funcOne that prompts the
user
to input a number. The function then changes the value… value entered by the
user
. Now, with #2 I'm pretty sure I have the function
defined
right, though I don…notice any huge mistakes? This is our second chapter on
user
-
defined
functions, so I'm still learning about call by …
User Defined Data type
Programming
Databases
15 Years Ago
by sakhi kul
Hi , I want to create
user
defined
data types in MS SQL 2008, So when I start … enable that?:?: or is their any another way to declare
user
defined
data types. I want to add Spatial data types into…
User defined to file program?
Programming
Software Development
14 Years Ago
by shoebansari
I'm a 12th grader.. I made a
user
defined
(about 12 functions) c++ program about the working of bank …ATM's... Now i want to convert the
user
defined
program to data file such as "ATM.DAT"…
Re: User Defined Data type
Programming
Databases
15 Years Ago
by sakhi kul
Thank you sir, Actually Sir I want to add Spatial data type "geography and geometry" . I read that they are
user
defined
types. to define it Adv work is needed na?
User-defined & independent process?
Programming
Web Development
12 Years Ago
by Midgard
…...not sure exactly how to approach this problem.... Basically, a
user
on our site will be presented with an option and…, a session-independent process would start -- almost like a
user
-
defined
cron job -- and at the end would check if any… changes need to be done; better yet, if the
user
does respond, the process would be cancelled. Can anyone …
Re: User defined functions
Programming
Software Development
17 Years Ago
by Narue
>I'm having some problems with creating
user
defined
functions. A function definition has four parts: the return type, … (otherwise your code won't compile), and it must be
defined
before it gets used (otherwise your code won't link…
User Defined Method Problem
Programming
Software Development
11 Years Ago
by Nawaf15
… volume of a pool with fixed length and width. The
user
will be prompted to enter 2 values for depth. The… end. A part of the assignment is asking for a
user
defined
method to draw the cross-section of the pool. I…
Re: User Defined Method Problem
Programming
Software Development
11 Years Ago
by Nawaf15
> A part of the assignment is asking for a
user
defined
method to draw the cross-section of the pool. I am having difficulties with this part. Does that answer your question?
User-defined functions
Programming
Software Development
18 Years Ago
by naya22
… got an error. Here is my regular program (without the
user
-
defined
function): [CODE] #include <iostream> #include <iomanip>…
User defined functions
Programming
Software Development
17 Years Ago
by nano404
Hey. I'm having some problems with creating
user
defined
functions. [code] # include <iostream> using namespace std; int …
User defined functions
Programming
Software Development
16 Years Ago
by grisha83
…, Could you please explain to me how to write the
user
defined
functions with multiple arguments? (specifically with 2 or 3 input…
Re: User defined functions
Programming
Software Development
16 Years Ago
by Narue
… you please explain to me how to write the >
user
defined
functions with multiple arguments? There are three patterns for function…
User defined object without constructor?
Programming
Software Development
15 Years Ago
by merse
String is an object, but it can be initialize without (), like [CODE]string str;[/CODE] However if I define a
user
defined
object, I must initialize it like: [CODE]myclass myobj(); [/CODE] How is it possibel to not use: () ?
Re: User defined object without constructor?
Programming
Software Development
15 Years Ago
by Narue
[B]>However if I define a
user
defined
object, I must initialize it like: >myclass myobj();[/B] …
Re: User defined object without constructor?
Programming
Software Development
15 Years Ago
by mrnutty
… (), like [CODE]string str;[/CODE] However if I define a
user
defined
object, I must initialize it like: [CODE]myclass myobj(); [/CODE…
user defined data types
Programming
Software Development
15 Years Ago
by betty_vaness
… variables in visual basic b, i.) Define a multi-component
user
-
defined
data type called AirHandler having the ff components: colour (string…
user defined queues..
Programming
Software Development
15 Years Ago
by achieve_goals
… a queue of Nodes. I have a class of Queue (
user
defined
- as I am not allowed to STL), with methonds as…
User Defined Function in C
Programming
Software Development
13 Years Ago
by avani20391
Hello Friends, I want to create a
User
Defined
Function with n number of arguments in C. for example, &…
user defined cin and cout object
Programming
Software Development
11 Years Ago
by can-mohan
… output operator and while giving new name (ofstream obj) to
user
defined
version of this operator , I am getting error like obj…
C++ User defined Function not identified
Programming
Software Development
10 Years Ago
by markdean1989
… Problem: I created a simple (very simple)
User
-
defined
function named func_compare that compares two numbers, it …does not know that it was actually a
user
-
defined
function. I am also suspecting that my IDK…<< endl; return 0; } //here is my
user
-
defined
function int func_compare(int x, int y){ if (x …
MonthlyPaycheckCalculator using user-defined methods
Programming
Software Development
14 Years Ago
by Roy1287
… if not correct, must keep prompting until the
user
enters in valid data - create
user
-
defined
methods for the following: * isNumeric: this method… name and paycheck amount This is my first time using
user
defined
methods and am struggling a lot. [COLOR="Green"…
using(STL)function object (bind2nd) with a user defined function object
Programming
Software Development
20 Years Ago
by drdregambit
… ; list <edge*> edges ; }; list <vertex> thenodes ; //
user
defined
function object struct checking : public binary_function <vertex,int,bool… problem is not the graph, but the using of the
user
defined
functor checking() with the bind2nd() function in the find_if function…
help:stl vector of user defined objects
Programming
Software Development
18 Years Ago
by mpakala
…; ops = new A(.....); A is a
user
defined
class ops = new B(.....);B is a
user
defined
class I m not sure how to…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC