Click here to Skip to main content
15,881,455 members
Everything / Artificial Intelligence

Artificial Intelligence

artificial-intelligence

Great Reads

by CodeProject
Version 2.6.2. Our fast, free, self-hosted Artificial Intelligence Server for any platform, any language
by Hatem Mostafa
Artificial Neural Network C++ class with two use cases: Counter and Handwritten Digits recognition
by Dmitriy Gakh
The perspectives of creating bots that write programs with two simple examples.
by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.

Latest Articles

by Wessel Beulink
As businesses navigate the end of BizTalk and seek potent data transformation solutions, Azure Logic Apps has surged to the forefront, offering an agile, serverless platform that simplifies workflow automation.
by Chris Maunder
This article will show you how to create a module for CodeProject.AI Server that wraps some code that takes a long time to complete
by Matthew Dennis
Create a ChatGPT-like AI module for CodeProject.AI Server that handles a long-running process.
by Oliver Kohl
This article provides a comprehensive guide to TensorFlow 2.x, covering its execution modes, model building APIs, and insights for choosing the right approach for machine learning projects.

All Articles

Sort by Title

Artificial Intelligence 

6 Mar 2018 by Arthur V. Ratz
In this article, we'll discuss how to produce user-to-item recommendations by using SVD++, Pearson Correlation and probability-based similarity computation.
17 Apr 2012 by Mehmet Mutlu
Details of my solution algorithms, implemented programs, and the results I have concluded.
12 May 2021 by LOST_FREEMAN
Hands-on data science competition with TensorFlow on .NET
22 Apr 2022 by Chris Maunder
Adding AI to your applications doesn’t have to be all about fighting the tools and libraries
23 Feb 2020 by Member 14750355
DevOps is a methodology that aims to create a synergy between software engineering and IT operations teams.
11 Jul 2008 by Seshi
State space search algorithms - implemented with C# .NET 3.0 WPF
17 Nov 2010 by sigurko
Hello all,I'm looking for a C/C++/C#/Perl implementation of the solution to the "8 queens" problem via a "Hill Climbing" algorithm.I found tons of theoretical explanations on that specific issue on the web but not a single code example.A moment before I sit down to code this piece of...
17 Nov 2010 by Manfred Rudolf Bihy
Hi Matthew,this kind of smells like homework, but I'll give you a couple of hints anyhow.I hope you understand the 8 queens problem so I wont go into that."Hill Climbing" algorithms start at a randomly selected start point, andtry to do small gradual optimizations trying to obtain a...
19 Oct 2005 by asef
Using Genetic Algorithm to solve the 8 Queens problem.
9 Jun 2012 by Ghazanfar_Ali
Implementation of A* algorithm using Python and PyGame for solving an 8-Puzzle automatically.
8 Jan 2004 by dzzxyz
This application demonstrates how to Create, Train and Test an AI Chatbot.
12 Sep 2017 by The Zakies
Question answer chatbot using natural language parsing and web scrapping
7 Sep 2014 by RAHAOUI Mehdi
Hi everyone,I've an idea but i don't know how to proceed with it, i want to develop a software that can determine for me how much static shape (shape_one) i can put in a pre-defined shape (shape_two) by filling maximum of shape_two (optimizing)i've attached an illustration of the general...
7 Sep 2014 by CPallini
This Wikipedia page could be your starting point: "Bin packing problem"[^].
2 Jul 2014 by umar.techBOY
If you are good at highschool maths, basic c++ and know a little bit about electronics, you can follow this series of tutorials to make your DIY artificial intelligent robots.
13 Apr 2021 by Martin_Rupp
In this series of articles, we’ll show you how to use deep learning to create an automatic translation system.
13 Jul 2004 by Neri LLosa
14 Apr 2021 by Martin_Rupp
In this article we introduce the main theoretical concepts required for building an ML-based translator.
3 Mar 2023 by Sean Ewington
In this article, I use CodeProject.AI Server and Blue Iris to detect an unknown person and send an email notification with a picture when that happens.
28 Apr 2012 by snorkie
This paper explores what a virus is, their evolution, and where they may be encountered today.
14 Dec 2018 by Dmitriy Gakh
The perspectives of creating bots that write programs with two simple examples.