Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
positive
- Page 1
Re: Help needed Related Website
Digital Media
Digital Marketing
5 Days Ago
by ashishkumar56
… article on digital marketing, SEO, SMM but i Cant get
positive
response. Some Expert Can help me If your articles on…
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
3 Weeks Ago
by usmanmalik57
…dataset['airline_sentiment'] == 'neutral'] positive_df = dataset[dataset['airline_sentiment'] == '
positive
'] negative_df = dataset[dataset['airline_sentiment'] == 'negative'] # Randomly sample…quot;].value_counts()) ``` **Output:** ``` airline_sentiment neutral 34
positive
33 negative 33 Name: count, dtype: int64 ```…
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
…['airline_sentiment'] == 'neutral'] positive_df = dataset[dataset['airline_sentiment'] == '
positive
'] negative_df = dataset[dataset['airline_sentiment'] == 'negative'] # Randomly sample…quot;].value_counts()) ``` **Output:** ``` airline_sentiment neutral 34
positive
33 negative 33 Name: count, dtype: int64 ```…
Re: How old is your computer?
Hardware and Software
2 Months Ago
by Reverend Jim
… is flakey. I bought the two laptops after having a
positive
experience with two laptops that were purchased years ago for…
Re: dating site layout
Digital Media
UI / UX Design
2 Months Ago
by anryha
Hello, everyone! I'm thinking of signing up for a dating site, but I'm afraid of wasting my time. Does anyone have a
positive
experience?
Re: Convert website to apk
Hardware and Software
Cloud-based Apps
1 Month Ago
by Reverend Jim
If that is a demand then don't expect much in the way of
positive
feedback. If it is a request for help then a polite tone and much more information will likely lead to a better response.
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!
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Positive integers that are not the sum of the cubes of nine different positive intege
Programming
Computer Science
15 Years Ago
by MCMLXXXVIII
we are given a problem to make this in a program but i don't quite understand what it means or requires. • Look for
positive
integers that are not the sum of the cubes of nine different
positive
integers. can someone help me out.. Thanks
Re: Positive integers that are not the sum of the cubes of nine different positive intege
Programming
Computer Science
15 Years Ago
by Firewolf
Just an idea... The first 9
positive
integers are: 1, 2, ..., 9 Their cubes are: 1, 4, ..., 81 The sum of these cubes is: 285 285 has to excluded from the list And so on...
Positive real numbers with input looping
Programming
Software Development
13 Years Ago
by Wob
Hi, I'd like to develop an algorithm that would only accept
positive
real numbers and would loop the input until the input is a real
positive
number.
Positive int != EOF & smallest of it
Programming
Software Development
13 Years Ago
by neveragn
how do you promt the program from
positive
integars terminatd by -1 .. and then ask for smallest of …=1; while (n != EOF) { printf ("Enter a list of
positive
integars: ",i); scanf ("%d", &n); if…
Re: Positive int != EOF & smallest of it
Programming
Software Development
13 Years Ago
by D33wakar
…, smallest=0, i=0; printf ("Enter a list of
positive
integars:\n");//printf outside the loop while (scanf("…
Positive and negative numbers
Programming
Software Development
19 Years Ago
by kdw3
… the approximation loop, it seems unable to distinguish between a
positive
and a negative number in that it runs both if…
positive even integer and square of it
Programming
Software Development
16 Years Ago
by shopnobhumi
I need to write a program where it would ask the user to enter a
positive
even number,when entered if wrong then it would say value is illegal and will terminate the program. If it is even then program prints out the square of the number. I have just started programming and i am finding this really hard.please help.
Re: positive even integer and square of it
Programming
Software Development
16 Years Ago
by shopnobhumi
…() { int x=0; cout<<"please enter a
positive
even number"<< cin>>x; if…
Re: positive even integer and square of it
Programming
Software Development
16 Years Ago
by skatamatic
…() { int x=0; cout<<"Please enter a
positive
even number: "; cin>>x; if (!(x%2…
positive integer
Programming
Software Development
15 Years Ago
by onruli
I am a new person to c programming but i know some of its fundamentals if someone could help me out in this program it would be of great help. The program is to read a
positive
integer number n, and perform the squares of individual digits. For example n=205 then output will be 25 0 4
Positive Rep Reduces member's overall rep count
Community Center
Meta DaniWeb
14 Years Ago
by Ancient Dragon
… this happen a couple of times recently, when I give
positive
rep the member's rep count seems to either not…
Positive reputation power
Community Center
Meta DaniWeb
14 Years Ago
by TrustyTony
Noticed just that my
positive
rep power shooted to 13 or is there bug in the system? Maybe some announcement message of these kind of changes explaining the reason would be nice feedback? Also I noticed 'undo the vote for this post' option for post I upvoted and I have not noticed before. Is it new?
Re: Positive reputation power
Community Center
Meta DaniWeb
14 Years Ago
by Dani
…. Instead of your negative rep power being half of your
positive
, it's now only a quarter of it. I applied…
Counting positive and negative...
Programming
Software Development
11 Years Ago
by chubbyy.putto
… a 10 numbers. it show The
positive
are.... The
positive
are.... The
positive
are.... The
positive
are... The
positive
are... ... until 10 can someone …? if (findNum[i] > 0) { cout <<"The
positive
are " << findNum [i] << endl; } …
Stop reading the positive integers once a non-positive integer is entered
Programming
Software Development
12 Years Ago
by bdl365
…following. 1. Asks the user to enter some
positive
integers. 2. Reads the
positive
integers from the user. 3. Stops reading …the
positive
integers once a non-
positive
integer is entered. 4. Reports the sum …the negative number from the sum). For example: Enter some
positive
integers: 1 2 3 -10 The sum is: 6 …
Re: Counting positive and negative...
Programming
Software Development
11 Years Ago
by chubbyy.putto
… if (findNum[i] > 0) { cout <<"The
positive
are " << i + 1 << endl; } it… how many i got but still have the The
positive
are.... The
positive
are.... The
positive
are.... The
positive
are... The
positive
are... ... until 10
Sum of Positive and Negative numbers
Programming
Software Development
16 Years Ago
by nuubee
…n"; cout << "the sum of all
positive
numbers, the sum of all negative\n"; cout <…; endl; return 0; } [/code] Obviously the sum of negative and
positive
are missing. I know I need some kind of loop… that will check if 'int one. . .ten' is
positive
or negative and add their values to two new totals…
Re: Sum of Positive and Negative numbers
Programming
Software Development
16 Years Ago
by tomhogans
…n"; cout << "the sum of all
positive
numbers, the sum of all negative\n"; cout <…; endl; return 0; } [/code] Obviously the sum of negative and
positive
are missing. I know I need some kind of loop… that will check if 'int one. . .ten' is
positive
or negative and add their values to two new totals…
how to distinguish between positive and negative numbers?
Programming
Software Development
13 Years Ago
by myrongainz
…a program where you ask the user to input 2
positive
number. Then the program will print the lower of…num1<number) { cout<<"Please enter a
positive
number"<<endl; cin>>num1; } }…<number) { cout<<"Please enter a
positive
number"<<endl; cin>>num2 } cin…
Re: Proof: is there a positive integer...
Programming
Computer Science
12 Years Ago
by DavidB
… be expressed as the sum of the squares of
positive
integers. In fact, the sum of squares of… any integers (x, y, z, etc.) is always a
positive
integer: x^2 + y^2 + z^2 + . . .… is always going to be a
positive
integer. The only way for it *not* to be a…
positive
integer would be if x, y, z, etc. …
Re: Counting positive and negative...
Programming
Software Development
11 Years Ago
by Ancient Dragon
you didn't post the loop, but you need to declare a counter before the loop starts then increment it every time a
positive
integer is encountered inside the loop. Only after the loop finishes should you display the final count.
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