Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8501007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T01:05:38+00:00 2026-06-11T01:05:38+00:00

I am die hard fan of Artificial intelligence and machine learning. I don’t know

  • 0

I am die hard fan of Artificial intelligence and machine learning. I don’t know much about them but i am ready to learn. I am currently a web programmer in PHP , and I am learning python/django for a website.

Now as this AI field is very wide and there are countless algorithms I don’t know where to start.
But eventually my main target is to use whichever algorithms; like Genetic Algorithms , Neural networks , optimization which can be programmed in web application to show some stuff.
For Example : Recommendation of items in amazon.com

Now what I want is that in my personal site I have the demo of each algorithm where if I click run and I can show someone what this algorithm can do.

So can anyone please guide which algorithms should I study for web based applications.

I see lot of example in sci-kit python library but they are very calculation and graph based.
I don’t think I can use them from web point of view.

Any ideas how should I go?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T01:05:39+00:00Added an answer on June 11, 2026 at 1:05 am

    I assume you are mostly concerned with a general approach to implementing AI in a web context, and not in the details of the AI algorithms themselves. Any computable algorithm can be implemented in any turing complete language (i.e.all modern programming languages). There’s no special limitations for what you can do on the web, it’s just a matter of representation, and keeping track of session-specific data, and shared data. Also, there is no need to shy away from “calculation” and “graph based” algorithms; most AI-algorithms will be either one or the other (or indeed both) – and that’s part of the fun.

    For example, as an overall approach for a neural net, you could:

    1. Implement a standard neural network using python classes
    2. Possibly train the set with historical data
    3. Load the state of the net on each request (i.e. from a pickle)
    4. Feed a part of the request string (i.e. a product-ID) to the net, and output the result (i.e. a weighted set of other products, like “users who clicked this, also clicked this”)
    5. Also, store the relevant part of the request (i.e. the product-ID) in a session variable (i.e. “previousProduct”). When a new request (i.e. for another product) comes in from the same user, strengthen/create the connection between the first product and the next.
    6. Save the state of the net between each request (i.e. back to pickle)

    That’s just one, very general example. But keep in mind – there is nothing special about web-programming in this context, except keeping track of session-specific data, and shared data.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm a die hard fan of aspx views over razor (cshtml) views. Is it
Question to die hard asp.net experts. I have spent much time trying to find
Is there something like die in JavaScript? I've tried with break, but doesn't work
I have a c++ code which seems to die every night at about time
I have been searching on this but it is surprisingly hard to come by
I didn't think it would be so hard to find - but I seem
I'm a die-hard .NET developer with limited experience in C++. I'm really familiar with
I'm new to C and learning using Zed Shaw's Learn C the Hard Way.
I'm not a die hard coder and I need some advice. I'm developing a
I have a database: id | movie_name | genres 1 | Die Hard |

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.