Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
model
- Page 1
Shopify App Visibility Issues After Model Shift – What Am I Missing?
Programming
Web Development
2 Days Ago
by Sagar_panchal
… everyone, I recently switched my app from a paid-only
model
to a free trial in order to encourage more installs… hoping to get input on: Could the earlier paid-only
model
have impacted my app’s ranking or visibility even after…
OpenAI o3 vs Anthropic Claude 4 for Text Classification & Summarization
Programming
Computer Science
1 Week Ago
by usmanmalik57
…quot;: response = client.messages.create(
model
=
model
, max_tokens = max_tokens, temperature=0.…nSummary:" generated_summary = make_prediction(client,
model
, content, max_tokens) rouge_scores = calculate_rouge(…
The Brain Behind the Business: What Workplace Happiness Programs Get Right
Community Center
2 Weeks Ago
by Happiness_1
… habit. Teams adopt small, repeatable practices that rewire behavior. Leaders
model
calm under pressure. Systems support reflection and recovery. Happiness becomes…
Re: The Brain Behind the Business: What Workplace Happiness Programs Get Right
Community Center
2 Weeks Ago
by Reverend Jim
Unfortunately too many companies (hello Amazon) follow the "lay more eggs" business
model
(really old Popeye cartoon reference).
Creating Connection at Scale: The Future of Employee Engagement Programs
Community Center
1 Week Ago
by Happiness_1
… can create an environment where caring is possible. Leaders who
model
vulnerability, recognize invisible effort, and check in on energy—not…
Re: Looking for AI app developers
Programming
Mobile Development
1 Week Ago
by Eckert
Hi! That sounds like an amazing project you're working on. Making it easier to run AI models directly on phones is a big step forward, and I’d definitely be interested in testing it out. I’m planning to explore mobile AI apps, especially in the video editing and content creation space. Even if the models run a bit slower, having everything work …
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Months Ago
by usmanmalik57
…quot;.format(title, abstract) research_category = client.chat.completions.create(
model
=
model
, temperature = 0, max_tokens = 100, messages=[ {"role": "…
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
1 Month Ago
by usmanmalik57
… = {"type": "web_search_preview"} llm_base = ChatOpenAI(
model
="gpt-4o-mini", openai_api_key = OPENAI_API_KEY, temperature=0, use_responses_api….daniweb.com/attachments/4/28c9a50c34e1a2fe1323ea9db2a2d5ff.png) Again, the
model
correctly returns the results of the game one day …
Re: Looking for AI app developers
Programming
Mobile Development
2 Months Ago
by KamalDeepPareek
… more about your SDK—especially things like: How customizable will
model
loading and inference be? What platforms will it support first…
Need a small footprint desktop with decent power
Hardware and Software
1 Month Ago
by wolfyshoo
… money. I'm not tied to any ecosystem - recommend a
model
that actually “sounds” for music.
Re: How Does Flutter Handle State Management Internally?
Programming
Software Development
1 Month Ago
by kearawill
How Flutter Handles State Internally Flutter uses a reactive UI
model
. When the setState() method is called within a StatefulWidget, it …
Re: I’m trying to set up remote access using DDNS (No-IP) on my home net
Hardware and Software
Networking
1 Month Ago
by trcooke
….25:80, for example. Check the documentation for your Router
model
to learn how to configure port forwarding.
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Months Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Looking for AI app developers
Programming
Mobile Development
2 Months Ago
by Pelorus_1
Look for top-tier freelancers on platforms such as Upwork or Toptal. Think about AI development companies that specialize in machine learning, natural language processing, and deep learning.
Re: Looking for AI app developers
Programming
Mobile Development
1 Month Ago
by jonathannweyer
That sounds like a great project, running models locally on mobile is definitely gaining interest. I’m not building anything right now, but I’ve been exploring ideas around offline voice commands and simple summarization features, so something like this could definitely be useful. Curious, are you targeting both iOS and Android from the start? …
Re: Best Android phone for starting to test a Java app?
Programming
Software Development
1 Month Ago
by jonathannweyer
For testing a Java app, a good choice would be a mid-range device like the Google Pixel series or a Samsung Galaxy A series. These models generally have a clean Android experience and receive regular updates, which can help ensure compatibility with a wide range of devices. Additionally, using an emulator can be beneficial for testing, as it …
Re: Best Android phone for starting to test a Java app?
Programming
Software Development
1 Month Ago
by Ulfson
I used to get Nexus devices (predecessors of the Pixels) for a plain vanilla Android environment, but these days I no longer value that so much. As I don't fancy the Chinese manufacturers, that leaves Samsung for decent-priced midrange phones. IMO the changes they make to the Android UI don't make a difference for development, and of you really …
Re: Need a small footprint desktop with decent power
Hardware and Software
1 Month Ago
by rproffitt
For over a decade such discussion invariably gravitate to the audio encoding which is usually highly compressed which loses most of the qualities you are asking for. Maybe an old school mini console CD player would be best so you can at least get CD-AUDIO quality which as you can guess has been panned by vinyl folk. Over and over I've heard …
Re: Need a small footprint desktop with decent power
Hardware and Software
1 Month Ago
by trcooke
Sonos kit is pretty decent. I have a bunch of different models and they all sound great.
Model
Programming
Databases
10 Years Ago
by Santanu.Das
I am new in MySQL. I do not about
model
and how can I store data in the tables created in amodel.
Re: Model
Programming
Databases
10 Years Ago
by pritaeas
A
model
is usually just the design, to help you build the actual database. After creating the database and tables you can store data in it. Is that what you mean?
Re: model keywords in MVC
Programming
Web Development
10 Years Ago
by djjeavons
…is used in the lambda expressions: @Html.LabelFor(
model
=>
model
.Title). What's
model
in here? What does it stand for? This… is already strongly typed. > I have also seen
Model
used somewhere other than in Ebuy.Website.Tests.Models.Auction…I can't find it now. Any idea what
Model
stands for?
Model
is a variable and is assigned the type that…
model keywords in MVC
Programming
Web Development
10 Years Ago
by Violet_82
… confused with the usage of the keyword
model
/
Model
in MVC, so I was hoping somebody…@Html.LabelFor(
model
=>
model
.Title) @Html.EditorFor(
model
=>
model
.Title) </p> ... } 1)when
model
is used … the lambda expressions: `@Html.LabelFor(
model
=>
model
.Title)`. What's `
model
` in here? What does it …
Re: model keywords in MVC
Programming
Web Development
10 Years Ago
by Violet_82
Thanks, yes I think it makes a bit more sense now :-). Just one thing: >
Model
is a variable and is assigned the type that is used for the view via the @
model
declaration So is `
Model
` (the variable) automatically generated by the system?
Re: model keywords in MVC
Programming
Web Development
10 Years Ago
by djjeavons
> So is
Model
(the variable) automatically generated by the system? Yes, in fact I believe (but could be wrong) that it is part of the Razor view engine.
Re: model keywords in MVC
Programming
Web Development
10 Years Ago
by Vijay_18
As already mentioned in one of the answers the second "
model
" is just any variable and can be replaced with any other variable name. I would also suggest to learn more about "lambda expressions" and "extension menthods" while working with ASP.NET MVC.
Model naming in Codeigniter
Programming
Web Development
12 Years Ago
by cossay
If I have a
model
called Admin_user which extends CI_Model, how do I name the file in which this
model
class is so that codeigniter can load it? I named the file admin_user.php and placed it in application/models directory but Codeigniter does not load the class when I try loading the
model
like `$this->load->
model
('admin_user');`
Model-View-View-Model
Community Center
14 Years Ago
by dodkiama
I have been kind of overwhelmed by WPF with the most powerful data binding ever released in a development platform. I understand that in order to use its full potential, I have to introduce the
Model
-View-View
Model
pattern. Has anyone used this pattern before?
Re: Model naming in Codeigniter
Programming
Web Development
12 Years Ago
by cereal
In case you want to use a different name, it can also be used an alias: $this->load->
model
('Model_name', 'admin_user'); $this->admin_user->something(); http://ellislab.com/codeigniter/user-guide/general/models.html#anatomy
Model View Controller with Java
Programming
Software Development
17 Years Ago
by chopram
… that someone on this forum could help. I have a
model
which is just a class that adds 2 integers together… to do is apply the MVC pattern to the above
model
. I want to have a Swing interface with 2 textboxes…
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
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC