Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by rproffitt Try a focused area like on Reddit such as https://www.reddit.com/r/homelab/comments/740ap2/the_unofficial_fujitsu_server_guide/ If these were mine I'd move to Linux or BSD. Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks Programming Computer Science by usmanmalik57 On April 14, 2025, OpenAI released [GPT-4.1](https://openai.com/index/gpt-4-1/) — a model touted as the new state-of-the-art, outperforming GPT-4o on all major benchmarks. As always, I like to evaluate new LLMs on simple tasks like text classification and summarization to see how they compare with current leading models. In this article, I will… Re: How to open an Excel Document in VB.NET Programming Software Development by JamesMichaelm I see it's been a while since you posted, but I'm curious if anyone here has tried using the Open XML SDK instead of Interop or OleDb for reading Excel files. I found it faster and doesn't require Excel to be installed, though it can be more complex for writing. Wondering how others handle big Excel files or ones with tricky formatting? Re: How to open an Excel Document in VB.NET Programming Software Development by PitSterw I've worked on something similar and found that using Microsoft.Office.Interop.Excel lets you open the file and loop through cells easily. Re: How to open an Excel Document in VB.NET Programming Software Development by Pelorus_1 A Microsoft Excel document can be opened in VB.NET using the Microsoft.Office.Interop.Excel library. Using Workbooks.Open(), open the workbook, and then display the Excel window. Reference the Excel COM object in your project. Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by usmanmalik57 In the [last article](https://www.daniweb.com/programming/computer-science/tutorials/542973/benchmarking-deepseek-r1-for-text-classification-and-summarization#post2300447), I explained how you can use the [DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) model for text classification and summarization … DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization Programming Computer Science by usmanmalik57 In a [previous article](https://www.daniweb.com/programming/computer-science/tutorials/543028/text-classification-and-summarization-with-deepseek-r1-distill-llama-70b), I presented a comparison of [DeepSeek-R1-Distill-Llama-70b](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B) with the [DeepSeek-R1-Distill-Qwen-32B](https://… Re: Running Apache Tomcat behind a IIS reverse proxy with SSL termination Programming Web Development by blud IIS should be able to do this just fine - "Bad Gateway" actually has a lot of different subcategories in IIS, so the first thing is to figure out which of those sub categories this falls into. This can sometimes be defined on the error pages if they are enabled. Connection Timeout - This is generally the most common and usually has to … Re: How to get niche related backlinks Digital Media Digital Marketing by Olu_610 Have you tried Dubai Kitchenware Directory and Kitchen Appliances UAE. They should give a successful result. You can also try r/Cooking on reddit. The Reddit community is an excellent opportunity to create backlinks as well. Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science 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 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 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 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. R.E.S.P.E.C.T Community Center Geeks' Lounge by camdaddy09 R.E.S.P.E.C.T First lets establish the definition of the word respect: due regard for the feelings, wishes, rights, or traditions of others. Its come to my attention that some members of this board do NOT regard the feelings of others as any importance at all when considering a reply. This is contradictory to the point of a forum, a forums … R Programming Software Development by sofia85 Hi, I'm pretty new with the R language. I'm just trying to get familiar with R and wrote a script in gedit (should I use emacs instead?), [CODE] x <- [10.4 5.6 3.1 6.4 21.7] y <- [12,5.6, 7.2, 1.0, 9.3] plot(x,y) [/CODE] then I went to the command window in the terminal (I'm using unix) to run this with source("name_of_file"), … Re: R.E.S.P.E.C.T Community Center Geeks' Lounge by lllllIllIlllI [QUOTE]R.E.S.P.E.C.T[/QUOTE] Quit being patronising, we are not children. [QUOTE]Its come to my attention that some members of this board do NOT regard the feelings of others as any importance at all when considering a reply[/QUOTE] Boo hoo, looking at your posts there has been some reason why people would be annoyed. You asked for them to do an … Re: R.E.S.P.E.C.T Community Center Geeks' Lounge by WaltP [QUOTE=camdaddy09;]First lets establish the definition of the word respect:[/QUOTE] Sure, as it pertains to the site: [B]R[/B]ead the Site Rules [B]E[/B]mail addresses must not be posted [B]S[/B]nippets of Code (sorry) are [I]not[/I] help requests [B]P[/B]osts should not be just an assignment description [B]E[/B]xcess code needs to be … R-rated films not as popular Community Center Geeks' Lounge by The Dude We all know how R rated movies are being replaced... [url]http://www.usatoday.com/money/media/2003-03-05-family-in_x.htm[/url] [quote]Of the top 20 films released in 2002, not one was rated R. 8 Mile, the Eminem movie, just missed at No. 21.[/quote]Yea well most those movies on that list are crapola in my opinion :D (I like #70 and #42) [… R/C++ interface Programming Software Development by p.jeet Hello all, I am using R for my analysis and require C++ code to access in R. I used Rcpp package in R to accesss C++ code. But when I use the function given as an example: [CODE]const char* hello( std::string who ){ std::string result( "hello " ) ; result += who ; return result.c_str() ; } RCPP_MODULE(yada){ using namespace Rcpp ; … Re: R-rated films not as popular Community Center Geeks' Lounge by Ancient Dragon Many films contain sex scenes just to get the R rating and those scenes do nothing to enhance the movie. And as for the hack-and-slash movies -- they are sooo boring. I thought the first Freddy Krueger movie was funny but they got boring after awhile. And I hate the filthy mouths in many R rated movies -- their mother's should have washed their … Re: R-rated films not as popular Community Center Geeks' Lounge by scru On the contrary, I do think a lot of R rated films are rubbish. Some have excessive swearing or nude scenes just for the sake of being vulgar. No substance. And don't get me started about some of those slashers...utter rubbish. I wonder how they did this year? Re: R-rated films not as popular Community Center Geeks' Lounge by twomers I dunno... when I was a kid (R are like 18+, right), I used to like watching those films cause I thought it made me ... more ... cooler, or something. Then when I became old enough to watch them ... meh. They lost their appeal. Now I just watch movies if I think I'll enjoy them. Regardless of their rating. Re: R-rated films not as popular Community Center Geeks' Lounge by scru [QUOTE=twomers;500364]I dunno... when I was a kid (R are like 18+, right), I used to like watching those films cause I thought it made me ... more ... cooler, or something. Then when I became old enough to watch them ... meh. They lost their appeal. Now I just watch movies if I think I'll enjoy them. Regardless of their rating.[/QUOTE] Huh...that… Re: R - Listing prime numbers Programming Databases by AssertNull A positive integer >= 2 is prime if and only if it has no prime factors less than or equal to its square root. This is the same in C or R or Java or any other language. DDanbe provided the C code, which I already knew, so I figured I'd learn R as I'd learned nothing else and you're supposedly supposed to learn at least one new thing each day… \r\n\ output Programming Web Development by valonesal When we make a post to our site it looks fine but when we view the post we see a bunch of \r\n. We are told that we should use something like [CODE]str_replace("\r\n","<br/>",$YOUR_VAR)[/CODE] in order to stop this. Here is my question is the above correct? If so how would we right it out and where would we put it.… R in python Programming Software Development by sofia85 Hi, I have python script where I've extracted many p-values. The next step is to calculate the ROC-curve, or i.e. the AUC (the area under the curve), for these p-values. I'm not excactly sure on how to calculate the ROC (e.g. exactly what it takes as input) and I'm also not sure how to do it in Python. I looked into r.py, but I still have no idea … R - Listing prime numbers Programming Databases by yaldoo Hello everyone, I am having trouble with my code to list all the prime numbers in R. This is what I have thus far: prime = 0:100 for(val in prime){ if (val == 0){ next } else if (val == 1){ next } else if(val == 2){ val = 2 } else if (val %% 2 == 0){ next } else… r programmin language Programming Computer Science by Ilda_1 Hello! Can someone help me with coding in R ? I am new to R and I need to solve this project. It has been so many days I dont find a solution. This is the problem : You are an online movie and concert ticket service. Visitors go to the service’s website, read reviews, watch cinema schedules, choose a show they like and buy tickets. … Re: r programmin language Programming Computer Science by rproffitt That project should be attempted over a few days if you are a seasoned R programmer. If you are new to R then you would allocate time to complete courses then begin the work. Is this homework? If so then review the classwork to this point as your class should build up to this assignment. Re: \r\n\ output Programming Web Development by blocblue A nicer alternative might be to use the [URL="http://uk2.php.net/manual/en/function.nl2br.php"]nl2br[/URL] php function. R.