similar to: Memory issue with svm modeling in R

Displaying 20 results from an estimated 5000 matches similar to: "Memory issue with svm modeling in R"

2012 Nov 07
2
R + Hadoop on Amazon
Hello All, Having some issue with local machine, I need to locate myself on Amazon for running R and Hadoop with Amazon instance. After searching a lot, I can't able to take a decision for choosing Image for Amazon instance. Can any one using R + Hadoop on Amazon. Thanks [[alternative HTML version deleted]]
2012 Sep 24
2
Regression Problem
Hello all, I am new to R, I am learning regression and logistic modeling with categorical predictor variables, when there is only one predictor categorical variable i can use as.numeric() but when more than two variable then what is solution? can anyone suggest me? Thanks vignesh [[alternative HTML version deleted]]
2012 Sep 05
2
Improvement of Regression Model
Hello folks, I am on learning phase of R. I have developed Regression Model over six predictor variables. while development, i found my all data are not very linear. So, may because of this the prediction of my model is not exact. Here is the summary of model : Call: lm(formula = y ~ x_1 + x_2 + x_3 + x_4 + x_5 + x_6) Residuals: Min 1Q Median 3Q Max -125.302
2012 Sep 13
1
Inaccurate prediction in R
Hello, After development of recommendation engine with the R, before removal of outliers from data-set value of residual standard error was 1351 and after removal of outlier its 100. Still there is no accurate prediction which gives 10% correct(near) prediction. For more fitting i also have tried polynomial model with two ,three and four degree but still no improvement. Is there any most
2013 Oct 15
1
Launched new Asterisk Cilck 2 Call for websites
Want VOIP Click 2 Call solution? We have designed a tool for providing the same with the help of Google chrome extension by integration of Asterisk and Google Chrome APIS. Try Google chrome extension with your Asterisk, believe this will reduce your call efforts. Visit here -
2019 Sep 25
2
In mac guest user is not working when AD connected - samba 4.9.3
Hi Team, I have configured server signing as mandatory in smb.conf. After configured, guest user is not working when AD is connected. In mac while connecting to samba if i give register user as vignesh/guest, guest user is working. But if I click Guest radio button, guest user is not working. Please find the below configuration and log for reference. [Global] available= yes restrict anonymous=
2016 Feb 27
1
Google Summer of Code 2016
Hello everyone, I am Vignesh S, from India. I am interested in working on Nouveau Codegen compiler (On Instruction scheduling polices). Kindly let me and other applicants know, where to start contributing and learn more about the project. Awaiting your reply, Vignesh S -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Sep 25
2
In mac guest user is not working when AD connected - samba 4.9.3
Hi Andrew, If I give register user as vignesh/guest, its working fine. While selecting the Guest radio button, guest user is not working. Guest user is working fine without AD connection. Kindly do the needful. Thanks, Vignesh. On Wed, Sep 25, 2019 at 4:28 PM Andrew Bartlett <abartlet at samba.org> wrote: > On Wed, 2019-09-25 at 16:24 +0530, VigneshDhanraj G via samba wrote: > >
2011 Apr 04
4
.Net Developer Job Opening - Valencia, CA
Hi This is Vignesh with Makro Technologies, Inc. We have been in business for over 10 years and we are one of the Fast 500 National IT staffing and Solution firms in USA. Our clients include country’s top-notch IT, Healthcare, Pharmaceutical, Financial, Telecom,Government and other industries. Staying current with technology, finding great consultants and exceeding our clients''
2019 Oct 29
4
After configured server signing, file transfer speed is very slow
Hi Team, After configured server signing as mandatory in smb.conf, file transfer speed has slow down. Almost 90% speed has reducing. Kindly do the needful. Please find the below configuration: [Global] available= yes restrict anonymous= 0 server string= Test Workgroup= GNANA netbios name= Test realm= GNANA.COM <http://VIGNESH.COM> password server= 192.168.1.14, * idmap backend= tdb idmap
2012 Oct 17
0
Svm modeling :: Error in which.max(votematrix[, x]) : subscript out of bounds
Having a classification problem, I am using SVM for prediction in R. In dataset, there are integer as well as categorical variables. I got error while predicting with predict method. svp3c <- ksvm(input_dataset3$isCRgt3~., data=input_dataset3,type="C-svc") p3<-predict(svp3c,newdata=input_dataset_prediction[,-1],type="response") error :: Error in
2020 Nov 12
2
LLVM X86 MachineBasicBlock inserting push and pop instructions causes segmentation fault
Hello, I am working on a project where I need to insert some logic before each machine basic block. In particular, it involves setting some global variables and calling a function. I'm able to add the instructions and verify they get added, but when the compiled program runs, it stops with a segfault. For brevity, I'm not sharing the whole code here but basically I have a X86
2010 Mar 23
4
Configure Webcam in centos 5.4
Hi list, I looking for a solution about how to configure webcam in centos 5.4 What are the webcam packages available in centos. Any help is highly appreciated. Regards, Krishna -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100323/72df16f4/attachment-0002.html>
2019 Oct 29
0
After configured server signing, file transfer speed is very slow
Hi team, I want to configure server signing as mandatory without reducing speed, but you have mentioned that remove the server signing. Can you please explain why 90% speed is reducing after configured server signing as mandatory? Kindly do the needful, Thanks, Vignesh. On Tue, Oct 29, 2019 at 12:25 PM VigneshDhanraj G < vigneshdhanraj.g at gmail.com> wrote: > Hi Team, > >
2010 Apr 06
3
svm of e1071 package
Hello List, I am having a great trouble using svm function in e1071 package. I have 4gb of data that i want to use to train svm. I am using Amazon cloud, my Amazon Machine Image(AMI) has 34.2 GB of memory. my R process was killed several times when i tried to use 4GB of data for svm. Now I am using a subset of that data and it is only 1.4 GB. i remove all unnecessary objects before calling
2019 Sep 25
0
In mac guest user is not working when AD connected - samba 4.9.3
On 25/09/2019 13:17, VigneshDhanraj G via samba wrote: > Hi Andrew, > > If I give register user as vignesh/guest, its working fine. While selecting > the Guest radio button, guest user is not working. > > Guest user is working fine without AD connection. Andrew said: server signing as mandatory makes no sense with a guest connection, where there is no password with which to
2019 Aug 20
2
Limit concurrent SSH sessions
Hi, For one of my application, for accepting the ssh connection on different namespaces, I am instantiating "sshd service" on different namespaces. I am able to create ssh connection on each namespcae but I want to put a limitation on max concurrent ssh connection to 5 for each namespace. Is there a way to achieve it using openssh. Thanks & Regards Amit
2020 Feb 25
2
Restrict SSH connections
Hi, Is there a way to restrict the number of active SSH client connections to an sshd server. Thanks & Regards, Amit
2019 Sep 26
1
In mac guest user is not working when AD connected - samba 4.9.3
Hi, Thanks for your reply. Is there any way to avoid singing only for AD guest user ? Thanks, Rajalakshmi S. On Wed, Sep 25, 2019 at 6:57 PM Rowland penny via samba < samba at lists.samba.org> wrote: > On 25/09/2019 13:17, VigneshDhanraj G via samba wrote: > > Hi Andrew, > > > > If I give register user as vignesh/guest, its working fine. While > selecting >
2015 Dec 11
2
SVM hadoop
Hola Mª Luz, Te cuento un poco mi visión: Lo primero de todo es tener claro qué quiero hacer exactamente en paralelo, se me ocurren 3 escenarios: (1) Aplicar un modelo en este caso SVM sobre unos datos muy grandes y por eso necesito hadoop/spark (2) Realizar muchos modelos SVM sobre datos pequeños (por ejemplo uno por usuario) y por eso necesito hadoop/spark para parelilizar estos procesos