Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
paper
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Weeks Ago
by usmanmalik57
…multi-label classification task using the [Research
Paper
dataset from Kaggle](https://www.daniweb.com/…=6033918). The dataset consists of various research
paper
titles and abstracts and their corresponding six categories… Given the following research
paper
title and abstract, classify the research
paper
into at least two …
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Weeks Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
… same tasks. Following results from the [DeepSeek-AI's official
paper
](https://arxiv.org/pdf/2501.12948) show that `DeepSeek-R1…
Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
1 Month Ago
by Zachary_6
… or working with a print-on-demand service. The right
paper
type, finish (glossy vs. matte), and resolution can make a…
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Month Ago
by asadkhan12
Your post perfectly highlights the power of behavioral psychology in funnel optimization! The results speak for themselves—small yet strategic psychological tweaks can make a massive impact on conversions. Trust signals, emotional storytelling, and cognitive ease are often overlooked but make all the difference. The way you broke down each …
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!
Re: Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
1 Month Ago
by rproffitt
"Never judge a book by its cover." - Unknown. And book sales are way way down. But here's the book I recently bought. It's title is: ***"The Subtle Art of Resistance: Lessons from Cats for Surviving Fascism"*** which is the problem of today. PDFs and E-books are where it's at.
Paper Rock Scissors Game
Programming
Software Development
12 Years Ago
by nick.rechtien.5
… have chosen scissors and the computer has chosen
paper
. You win!\n"; win++; if (… have chosen rock and the computer has chosen
paper
. You lose!\n"; lose++; if (… "Welcome! Want to play a game of
Paper
Rock Scissors?\n"; { do { cout &…
Paper, Scissors, Rock program not working?
Programming
Software Development
9 Years Ago
by Louis_2
… RESTART ================================ >>> Choose your move
paper
You chose
paper
Choose your move scissors You chose scissors Choose your…1): print ("You lose!") elif (playermove == "
paper
" and compmove == 2): print ("You win!")…
paper-rock-scissor program default question?
Programming
Software Development
14 Years Ago
by rp45
…': cout << "Player 1 wins: Scissors cut
Paper
!!" << endl; break; } } else if …case 'P': cout << "Tie with
Paper
!" << endl; break; case 's': …
Paper to blame for ID fraud growth
Hardware and Software
Networking
17 Years Ago
by happygeek
….co.uk/paperchain"]Electronic Authentication: Breaking the
Paper
Chain[/URL] report at least partly blames those…68 percent find it inconvenient having to provide such
paper
based documents in the first place. The dissatisfaction…'s faster, safer and cheaper than
paper
processes. Unlike relying on
paper
identity documents, it tracks the key …
Paper airline tickets will remain despite IATA best efforts
Hardware and Software
macOS
17 Years Ago
by happygeek
… air traffic. "This is the last call for
paper
tickets" IATA CEO Giovanni Bisignani told DaniWeb, continuing …cut off date and will continue to print their own
paper
tickets, something that IATA cannot stop. Indeed, some… go electronic but domestic ones stick with
paper
. It seems inevitable that
paper
tickets will, one day, fly out …
Paper Rock Scissors (How many times have Human/CPU won?)
Programming
Software Development
13 Years Ago
by itzcarol
…in 1,2, & 3. which stands for rock,
paper
, & scissor. { char result; //Declare variable for…;; cout << "\n\t\t|'2' =
Paper
|"; cout << "\n\t\t|'3'…(computer == '2') //If computer chooses
paper
cout << "
Paper
."; else cout << "…
Paper Scissors Rock not counting Wins
Programming
Software Development
12 Years Ago
by Magic681
…(compchoice == 1) { cout << "
Paper
beats rock! You win!\n\n\n\n";…(compchoice == 2) cout << "Scissors beat
paper
! Sorry, you lose!\n\n\n\n"; } if…compchoice == 1) { cout << "Scissors beat
paper
! You win!\n\n\n\n"; winCount += 1;…
Re: Paper Scissors Rock not counting Wins
Programming
Software Development
12 Years Ago
by Magic681
…(compchoice == 1) { cout << "
Paper
beats rock! You win!\n\n\n\n";…(compchoice == 2) cout << "Scissors beat
paper
! Sorry, you lose!\n\n\n\n"; } if…compchoice == 1) { cout << "Scissors beat
paper
! You win!\n\n\n\n"; winCount += 1;…
Re: Paper Scissors Rock not counting Wins
Programming
Software Development
12 Years Ago
by nullptr
…//if (compchoice == 2) cout << "Scissors beat
paper
! Sorry, you lose!\n\n\n\n"; } if (choice… (compchoice == 1) { cout << "Scissors beat
paper
! You win!\n\n\n\n"; winCount += 1; } …
Re: Paper Rock Scissors Game
Programming
Software Development
12 Years Ago
by <M/>
This may help you: http://www.daniweb.com/software-development/cpp/code/431047/simple-rock-
paper
-scissors
Re: Paper, Scissors, Rock program not working?
Programming
Software Development
9 Years Ago
by Gribouillis
You can also use while playermove not in ('
paper
', 'scissors', 'rock'): ...
Re: Paper to blame for ID fraud growth
Hardware and Software
Networking
17 Years Ago
by TaoistTotty
… check the computer records against the
paper
ones. I do not mean that just the
paper
records must be relied upon, but… interesting to see how many differences are found between the
paper
and electronic versions. Sandra Bullock in The Net was great…
Paper Rock Scissors
Programming
Software Development
17 Years Ago
by PaKmAn
…cPlay=='P') { cout << "You win:
Paper
covers Rock"; wins=wins+1; } else if(userPlay=='…cPlay =='R') { cout << "You win:
Paper
covers Rock"; wins=wins+1; } else if(userPlay … { cout << "You lose: Scissors cuts
Paper
"; losses=losses+1; } else if(userPlay=='P' &…
Re: Paper to blame for ID fraud growth
Hardware and Software
Networking
17 Years Ago
by jwenting
… what that (no doubt selfserving) "study" shows, having
paper
documentation to prove someone's identity is far preferred than… face and identity is established using printed documents on special
paper
, potentially accompanied by those same biometrics.
Re: paper-rock-scissor program default question?
Programming
Software Development
14 Years Ago
by rp45
… below it it also states the comment "Tie with
Paper
!". So, back to pulling my hair and staring at…
Re: paper-rock-scissor program default question?
Programming
Software Development
14 Years Ago
by VernonDozier
Seems to me that if you want to catch bad input by player 1 you need another "else if" along these lines... [code] else if (playerOne == 'P' || playerOne == 'p')[/code] And the "else" should be an "invalid input" message. Right now "else" assumes player 1 entered something valid (
paper
).
Re: Paper to blame for ID fraud growth
Hardware and Software
Networking
17 Years Ago
by TaoistTotty
The other question in only having electronic information would be not data theft, but the ability to enter the system and change peoples life's. You did not get married, have that child, that mortgage etc. What would you have to prove this was wrong -
paper
!
Re: Paper to blame for ID fraud growth
Hardware and Software
Networking
17 Years Ago
by lasher511
Ah but maybe it is just the
paper
companies feeding these ideas into your head. :P
Paper won't feed through printer
Hardware and Software
Hardware
17 Years Ago
by actfray
… past several weeks, whenever I try to print something, the
paper
either won't feed, or it will only feed about… halfway. I've removed the
paper
and tried different thicknesses (amounts) of
paper
, but nothing seems to affect it. I… to see why they're not making contact with the
paper
, but I can only open the lid or the ink…
Re: Paper won't feed through printer
Hardware and Software
Hardware
17 Years Ago
by jebwizard
… it. I did the same to the roller where the
paper
comes out. I switched on the printer, opened a Word… and typed "f", placed a piece of photographic
paper
in the feed tray and clicked on print. This method… cured the problem although initially a piece of ordinary
paper
wouldn't feed through -the machine kept saying there was…
paper size in data report
Programming
Software Development
14 Years Ago
by Bashir ahmad
… a different papersize. each time, b4 opening the report, the
paper
size has to be set in the printer dialogue box… correctly. otherwise the messages like "report width larger than
paper
width" are seen. Isn't there a method to… change the
paper
size through vb code so that there is no need…
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