Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
training
- Page 1
Re: Show selected option id
Programming
Web Development
2 Months Ago
by Biiim
…</option> <option value="opb">
Training
</option> <option value="opc">…
Re: Fine-tuning OpenAI Vision Models for Visual Question-Answering
Programming
Computer Science
2 Months Ago
by RKE2
Fine-tuning OpenAI Vision Models for visual question-answering is an exciting step forward in AI! It is amazing how these models can combine image recognition with natural language processing to provide accurate, context-aware answers. Cannot wait to see more advancements!
Re: Show selected option id
Programming
Web Development
2 Months Ago
by Mr.M
Just to indicate I've managed to work around this, and what I'm using is working 100%. There's a reason why it uses the same id's that's because it is dynamically generated and I have almost 5 or 6 GROUPS of classes so I can't use the class grouping on this but was looking for something similar but instead of using classes I wanted to use id's.…
Re: Show selected option id
Programming
Web Development
2 Months Ago
by Biiim
> Just to indicate I've managed to work around this, and what I'm using is working 100%. > > There's a reason why it uses the same id's that's because it is dynamically generated and I have almost 5 or 6 GROUPS of classes so I can't use the class grouping on this but was looking for something similar but instead of using classes I …
Training Management System - Need help, It's urgent
Programming
Web Development
14 Years Ago
by forumite
Training
management system: Hi, I want to build a webpage in …, JavaScript, CSS. In this webpage, I want to build a
TRAINING
MANAGEMENT SYSTEM. Requirements: 1. A form which should take the…
training
Programming
Web Development
13 Years Ago
by scottdg
… create din. So I have been told to find the
training
that I need. The problem is that everything I find… not interested in. Can anyone recommend how to find reputable
training
that can actually help prepare me to administer two websites…
Re: training
Programming
Web Development
13 Years Ago
by scottdg
… am going to find is a boot camp type of
training
environment. I am all for online learning. I am just…
Training
Hardware and Software
12 Years Ago
by SamkSmith
The process of CCIE
training
in Dubai
Re: Training
Hardware and Software
12 Years Ago
by ronald577
Can you please provide me your detials. I am interested in CCIE
training
.
training in matlab
Programming
Computer Science
18 Years Ago
by chamrik
…*10766 inputs and 3*10766 targets. I tried separating the
training
set(357*8324) into two sets, and left the remaining… just no progress. I doubt if any there is any
training
happening. Suppose I have something like this: x = inputs; >… stuck. Its even worse when I want to repeat the
training
process because I doubt if it ever does that. Thank…
Training svm
Programming
Software Development
8 Years Ago
by tom_22
…k]; k++; } } Mat trainingDataMat(TOTAL, DESCRIPT, CV_32FC1, trainingData);//
training
data matrix Mat labelsMat(TOTAL, 1, CV_32SC1, labels);//label matrix…, 100, 1e-6)); cout << "
Training
SVM" << endl; svm->train(trainingDataMat…
training/validation/test sets in python for regression
Programming
2 Years Ago
by jagathg
I want to split my data in 3 partitions
training
, validation and test: 70%
training
, 15% validation and 15% test for regression. Python provides a way to do that only for
training
and testing by cross_validation.train_test_split. Any Ideas?
Training/Career
Community Center
17 Years Ago
by sam63
What are the things you need to be good at to be employable as a Web developer? Are there specific platforms and languages you need to know? How do you get the
training
?
Training Site Advice...
Community Center
16 Years Ago
by HYPERanim8OR
… am creating a site that will be offering Computer Animation
Training
from beginner to advanced. We have 25 to 50 hours…
Training material
Programming
Software Development
13 Years Ago
by bluehangook629
… was wondering if you guys can help me pick out
training
material for VB.NET. After struggling with an application, I…
Re: Training material
Programming
Software Development
13 Years Ago
by bklynman01
… company assigned me the task of building software capable of
training
hundreds of individuals on hundreds of different items, building reports…
Re: Training material
Programming
Software Development
13 Years Ago
by StarTrekCafe
… was wondering if you guys can help me pick out
training
material for VB.NET. After struggling with an application, I…
Re: Training material
Programming
Software Development
13 Years Ago
by bluehangook629
I guess I'll start with online
training
material. I looked at some courses that i can take over at a community college but its like $1,350 for a 1/2 semester long class. Thats like 1/3 of what I used to pay a semester in college, something I cant afford right now. Thank you all for your input
Training Error Log
Programming
Software Development
12 Years Ago
by selfuser
**[Hai Users, Can anyone explain me the function of
training
error log as in the picture below. Kindly need your helps. Thank You.**
Re: Training Error Log
Programming
Software Development
12 Years Ago
by selfuser
**Hai Users, Can anyone explain me the function of
training
error log as in the picture below. Kindly need your helps. Thank You. **
Re: Training Error Log
Programming
Software Development
12 Years Ago
by selfuser
**arunkumar thanks for your reply. the
training
error log contain this codes.** I can't understdn this …
Re: training
Programming
Web Development
13 Years Ago
by simplypixie
You could try [URL="http://www.learnable.com"]http://www.learnable.com[/URL] - they do online courses including in asp.net. Just search at the site.
Re: Training
Hardware and Software
12 Years Ago
by CimmerianX
I think maybe he's asking for the details on how to become a CCIE while in Dubai?
Re: Training Management System - Need help, It's urgent
Programming
Web Development
14 Years Ago
by Henzard
How much php do you know ? How much SQL do you know ?
Re: Training Management System - Need help, It's urgent
Programming
Web Development
14 Years Ago
by javaAddict
You will need JSP as well, not only HTML. Search for tutorials at the top of the JSP forum
Re: Training Management System - Need help, It's urgent
Programming
Web Development
14 Years Ago
by forumite
PHP I 'm learning. I know the basic commands of SQL in MySQL.
Re: Training Management System - Need help, It's urgent
Programming
Web Development
14 Years Ago
by Henzard
First start by plotting out you database design as a flow chart. Your tables and their relations. Then get you SQL connections setup in php.
Re: Training Management System - Need help, It's urgent
Programming
Web Development
14 Years Ago
by Henzard
I would love to help you build this. I suggest Two tables maybe three one for Trainee one for Courses and one for Users.
Re: Training Management System - Need help, It's urgent
Programming
Web Development
14 Years Ago
by Henzard
In your Trainee add columns for all info and in Courses all the Courses info. To make the connection you will need a relational table. this table will have TraineeID's and CoursesID's to make the connections. This is used for many to many connections.
Re: Training Management System - Need help, It's urgent
Programming
Web Development
14 Years Ago
by Henzard
I hope you understand Primary and Forign keys
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