14,279,473 members
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Chapters and Sections
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View ASP.NET questions
View VB.NET questions
View SQL questions
View Javascript questions
discussions
forums
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
.NET Framework
Android
iOS
Mobile
SharePoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
stuff
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
Product Showcase
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
The Soapbox
Non-English Language
>
General Indian Topics
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
37 Results
Filters
Articles
Technical Blogs
Tips & Tricks
Reference Articles
Research Library
Questions
Answers
Forum Messages
News Items
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating (Hi - Lo)
Rating (Lo - Hi)
Popularity (Hi - Lo)
Popularity (Lo - Hi)
Votes (Hi - Lo)
Votes (Lo - Hi)
Modified (New - Old)
Modified (Old - New)
Thread Modified (New - Old)
Thread Modified (Old - New)
Created (New - Old)
Created (Old - New)
Title (A - Z)
Title (Z - A)
Author (A - Z)
Author (Z - A)
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Internet of Things
Contests
Article License
All Licenses
Ms-RL
Custom
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
CC (BY-ND 3.0)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Mobile Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Page 1 of 1
Page Size:
10
·
25
·
50
Tag filtered by: artificial-intelligence
[x]
C# Fuzzy Logic API
3 Aug 2019
by
AntonioLeonardo
license:
MIT
This API executes inferences by fuzzy logic concept on Plain Old CLR Object associating a predicate defined in .NET native object called 'Expression'.
Platforms, Frameworks & Libraries
»
.net Framework
»
Applications
C#
.NET
Visual-Studio
LINQ
fuzzy
artificial-intelligence
Image Tagger - A Convolutional Neural Network Based Image Classifier
13 May 2019
by
Huseyin Atasoy
license:
Apache
An image classifier / tagger based on convolutional neural networks
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C#
.NET
Visual-Studio
AI
Matlab
Image-Processing
, +
Applying Long Short-Term Memory for Video Classification Issues
30 Apr 2019
by
Apriorit Inc
,
Semyon Boyko
license:
CPOL
The approach that allows you to make a neural network analyze the current frame while remembering the state of previous frames
General Programming
»
Artificial Intelligence and Machine Learning
»
General
AI
Image-Recognition
neural
Image-Processing
artificial-intelligence
Notes on ML and TensorFlow: Linear Regression
21 Apr 2019
by
Coding Notes
license:
CPOL
Diary of learning Machine Learning and TensorFlow
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Python
artificial-intelligence
MACHINE_LEARNING
Using Modified Inception V3 CNN for Video Processing and Video Classification
4 Apr 2019
by
Apriorit Inc
,
Semyon Boyko
license:
CPOL
Find out an easy way to use the pretrained Inception V3 neural network for video classification.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
image
artificial
artificial-intelligence
MACHINE_LEARNING
neural-nets
Deep Learning
3 Apr 2019
by
Mahsa Hassankashi
license:
CPOL
Deep learning convolutional neural network by tensorflow python, complete and easy understanding
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Python
machine-learning
artificial-intelligence
MACHINE_LEARNING
Big Data
3 Apr 2019
by
Mahsa Hassankashi
license:
CPOL
It is almost everything about big data. This article explain practical example how to process big data (>peta byte = 10^15 byte) by using hadoop with multiple cluster definition by spark and compute heavy calculations by the aid of tensorflow libraries in python.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Python
Data
Image-Recognition
Image-Processing
hadoop
machine-learning
, +
Exercising Misty's Extensibility
3 Apr 2019
by
Johnathan Ortiz-Sonnen
license:
CPOL
Deconstructing Misty's "Follow Ball" Skill
Third Party Products
»
Product Showcase
»
General
Javascript
Hardware
AI
Arduino
Raspberry
machine-learning
, +
Action Detection Using Deep Neural Networks: Problems and Solutions
22 Mar 2019
by
Apriorit Inc
,
Vadym Zhernovyi
license:
CPOL
Learn more about the challenges we faced with dataset preparation and network configuration, and how these problems can be solved.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
AI
Image-Recognition
artificial
neural
Image-Processing
Detection
, +
Tides of Time Bot and Game – Application of Minimax (with Alpha Beta Pruning)
13 Mar 2019
by
Oana Mancu
license:
CPOL
Any deterministic game can be broken down to its core functionalities. By understanding them, one can implement fundamental algorithms such as Minimax (with alpha beta pruning), thus paving the way towards a better AI opponent.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C#
ASP.NET
XML
CSS
Game
Application
, +
How to Use Google Colaboratory for Video Processing
7 Mar 2019
by
Apriorit Inc
,
Semyon Boyko
license:
CPOL
How to use this Google service and the free NVIDIA Tesla K80 GPU to achieve your own goals in training neural networks
General Programming
»
Artificial Intelligence and Machine Learning
»
General
AI
Image-Recognition
Image-Processing
artificial-intelligence
Tic Tac Toe Using AI –The Easy Way
27 Jan 2019
by
George Swan
license:
CPOL
A simple invincible implementation of Tic Tac Toe
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C#
XML
.NET
JSON
VS2017
artificial-intelligence
Machine Learning in Excel
22 Jan 2019
by
KristianEkman
license:
CPOL
A cell by cell walkthrough of the maths of a Neural network
General Programming
»
Artificial Intelligence and Machine Learning
»
Neural Networks
machine-learning
artificial-intelligence
ANNT : Recurrent neural networks
20 Dec 2018
by
Andrew Kirillov
license:
GPL3
The article demonstrates usage of ANNT library for creating recurrent ANNs and applying them to different tasks.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C++
XML
.NET
AI
CSV
Text
, +
TicTacToe - MiniMax Without Recursion
12 Dec 2018
by
Christ Kennedy
license:
CPOL
An exhaustive search of all game-states used to trace Mini-Max decisions from End game up through to Start game
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C#
XML
Windows
.NET
Text
VS2017
, +
Improving the Performance of Mask R-CNN Using TensorRT
10 Dec 2018
by
Apriorit Inc
,
Vadym Zhernovyi
license:
CPOL
The experience of improving Mask R-CNN performance six to ten times by applying TensorRT
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Image-Recognition
CUDA
Image-Processing
machine-learning
artificial-intelligence
MACHINE_LEARNING
, +
ANNT : Convolutional neural networks
28 Oct 2018
by
Andrew Kirillov
license:
GPL3
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C++
XML
.NET
AI
CSV
makefile
, +
Setting up a Deep Learning Machine on Azure from the App Marketplace
23 Oct 2018
by
AJSON
license:
CPOL
Using a pre-configured environment on Azure to create a "ready to go" Deep Learning machine
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Azure
artificial-intelligence
tensorflow
TensorFlow Tutorial 5: Running the Neural Net
16 Oct 2018
by
CodeProject
license:
CPOL
General Programming
»
Artificial Intelligence and Machine Learning
»
Tensorflow
artificial-intelligence
TensorFlow Tutorial 4: Creating a Neural Net
16 Oct 2018
by
CodeProject
license:
CPOL
General Programming
»
Artificial Intelligence and Machine Learning
»
Tensorflow
artificial-intelligence
TensorFlow Tutorial 2: Opening a Jupyter Notebook
16 Oct 2018
by
CodeProject
license:
CPOL
General Programming
»
Artificial Intelligence and Machine Learning
»
Tensorflow
artificial-intelligence
TensorFlow Tutorial 3: Importing Data
16 Oct 2018
by
CodeProject
license:
CPOL
General Programming
»
Artificial Intelligence and Machine Learning
»
Tensorflow
artificial-intelligence
ANNT : Feed forward fully connected neural networks
28 Sep 2018
by
Andrew Kirillov
license:
GPL3
The article demonstrates usage of ANNT library for creating fully connected ANNs and applying them to different tasks.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C++
XML
Windows
.NET
Linux
AI
, +
An Introduction to Basic Algorithms of Machine Learning (Part 4)
25 Aug 2018
by
I Love Code
license:
CPOL
An Introduction to Logistic Regression
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Python
Algorithms
machine-learning
artificial-intelligence
MACHINE_LEARNING
Building a Recommendation Engine in C#
22 Mar 2018
by
Scott Clayton
license:
CPOL
Build a recommendation system using collaborative filtering and matrix factorization.
General Programming
»
Algorithms & Recipes
»
Math
C#
VS2013
machine-learning
artificial-intelligence
Naїve Bayesian Anti-Spam Filter Using Node.
JS, JavaScript And Ajax Requests
11 Mar 2018
by
Arthur V. Ratz
license:
CPOL
In this article we’ll formulate and thoroughly discuss about probabilistic Bayesian classification algorithm and its implementation in Node.JS and JavaScript that can be actively used to detect and locate messages containing potential spam and other unsolicited data.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C
C#
Javascript
Windows
HTML
IE
, +
"Birds of a Feather stick together" To Produce Users-To-Items Recommendations In JavaScript
6 Mar 2018
by
Arthur V. Ratz
license:
CPOL
In this article we'll discuss on how to produce user-to-item recommendations by using SVD++, Pearson Correlation and probability-based similarity computation
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Javascript
Windows
HTML
Linux
JScript.NET
Ajax
, +
Spam Detection Using Long Short-Term Memory (LSTM) Neural Networks with Deeplearning4j
4 Mar 2018
by
Diego Stéfano
license:
CPOL
Spam detection in Scala using Deeplearning4j.
General Programming
»
Artificial Intelligence and Machine Learning
»
Neural Networks
machine-learning
Scala
artificial-intelligence
CodAI -Programming language detection AI
4 Mar 2018
by
Rupesh Sreeraman
license:
CPOL
Programming language Detection AI
General Programming
»
Artificial Intelligence and Machine Learning
»
Neural Networks
Javascript
Windows
HTML
Linux
Ajax
Python
, +
Create Your First Machine Learning Model to Filter Spam
3 Mar 2018
by
sjb_strat
license:
CPOL
Create a Spam Filter Using Machine Learning
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Python
machine-learning
artificial-intelligence
Recognizing programming languages using a neural network (C#)
3 Mar 2018
by
Thomas Daniels
license:
CPOL
This article describes how to use a neural network to recognize programming languages, as an entry for CodeProject's Machine Learning and Artificial Intelligence Challenge.
General Programming
»
Artificial Intelligence and Machine Learning
»
Neural Networks
C#
.NET
machine-learning
artificial-intelligence
Naive Bayes Spam Classifier
3 Mar 2018
by
Vince Chan
license:
CPOL
A walkthrough of common machine learning tasks - by building a Naive Bayes Spam Classifier using python and scikit-learn
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Python
machine-learning
artificial-intelligence
Collective Intelligence, Recommending Items Based on Similar Users' Taste
3 Mar 2018
by
Omar Gameel Salem
license:
CPOL
Using Collaborative Filtering to find people who share tastes, and for making automatic recommendations based on things that other people like.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Java
machine-learning
artificial-intelligence
Detecting Spam with Azure Machine Learning
12 Feb 2018
by
Scott Clayton
license:
CPOL
Train a binary classifier in Azure and then use it in a C# application.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C#
Azure
VS2013
machine-learning
artificial-intelligence
Brute Force Finds Spam
6 Feb 2018
by
raddevus
license:
CPOL
Entry in the Artificial Intelligence and Machine Learning Contest. Here's how I learned / guessed how to find spam.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C#
Algorithms
VS2013
machine-learning
artificial-intelligence
MACHINE_LEARNING
The Histogram Neuron - a Solution for "Kitten Stew" in Image Classification with CNNs
27 Dec 2017
by
R. Stacy Smyth
license:
CPOL
General Programming
»
Artificial Intelligence and Machine Learning
»
Neural Networks
architecture
Algorithms
Image-Recognition
machine-learning
Computer-Vision
artificial-intelligence
, +
Crosstabs.
Confusion Matrix for AI Classification Projects
18 Nov 2017
by
asiwel
license:
CPOL
Construct a confusion matrix or crosstab for binary or multi-level classifier training or validation data in C#
Languages
»
C#
»
Applications
C#
XML
Windows
Visual-Studio
AI
DataGridView
, +
Page 1 of 1
First
·
Prev
·
Next
·
Last