Related resources for Artificial Intelligence
  • Future of Artificial Intelligence 12/29/2020 12:10:07 PM. Future of Artificial Intelligence
  • AI Series - Part Two - Programming Emotions1/12/2018 11:59:02 AM. I will be showing how to start AI Development with Cognitive Services. Previously, we kickstarted our new article series “AI HowTo” and talked about how to register for Emotion API Preview(Project Oxf
  • AI Series - Part One - Registering For Emotion API1/11/2018 5:59:06 PM. I will be showing how to start AI Development with Cognitive Services.
  • Microsoft Azure Bot Framework12/4/2017 5:18:26 AM. During //Build 2017 Microsoft announced Azure Bot Framework
  • Linear Regression Using Python (SciKit Learn)11/6/2017 12:18:37 AM. Perform Linear Regression using Machine Learning Package Sci-Kit Learn (SK Learn)
  • Understanding Gradient Descent Algorithm11/3/2017 2:01:23 AM. Understanding gradient descent algorithm used in Neural Networks (deep learning)
  • Introduction To Machine Learning11/1/2017 5:38:29 AM. What is Machine Learning? Machine Learning is closely related to Statistics and Artificial Intelligence. Machine Learning is about using certain algorithms to learn from data, get insights from it and
  • Understanding Logistic Regression10/30/2017 12:52:57 AM. In this video, I will tell you about Logistic Regression, Categorical variable, the Logistic Function. Also, check how Logistic/Sigmoid functions works using Python.
  • Activation Functions In Deep Learning/Neural Nets10/28/2017 1:50:59 AM. Common Activation Functions used in neural networks - Sigmoid / Logistic function , Softmax function, ReLU (Rectified Linear Units), identity, hyperbolic tangent.
  • Understanding Linear Regression10/27/2017 1:19:57 AM. Linear Regression Theory for Machine Learning. Learn about sum of squared error (SSE), Ordinary Least Squares method, slope intercept form of a line.
  • Introduction To Deep Learning And Neural Networks10/26/2017 1:04:08 AM. Deep Learning and Neural Networks introduction. First Neuron Model explanation. Working of Neurons or Nerve cells.
  • Future Of IoT, Machine Learning, And Artificial Intelligence7/26/2017 3:08:49 PM. This article represents a glimpse into the future of IoT, Machine Learning, and Artificial Intelligence.
  • Microsoft Cognitive Services Leap Forward4/24/2017 12:04:13 PM. New AI APIs from Microsoft give developers a great opportunity
  • Computer Vision AI In Simple Steps9/26/2016 8:29:26 AM. In this article, you will learn how to Integrate Computer Vision API to integrate picture recognition in your app.
  • C# Artificial Intelligence (AI) Programming: A Basic Object Oriented (OOP) Framework for Neural Networks8/23/2006 2:51:28 PM. A Neural Network is an Artificial Intelligence (AI) methodology that attempts to mimic the behavior of the neurons in our brains. In this article, we’ll be building a basic framework for AI Neural Networks in C# and teach our program to perform basic X-OR operations.
  • Nemesis-7rc1 ( Codename Deviate)2/3/2006 12:08:15 AM. Nemesis-7 is a full-screen 2D shoot’em up that makes use of the DirectInput, DirectSound and DirectDraw interfaces from DirectX. The player controls a spaceship which he uses to duel the computer opponent. I implemented some artificial intelligence to make the CPU play more human.
  • Nemesis-7rc1 ( Codename Deviate)2/3/2006 12:08:15 AM. Nemesis-7 is a full-screen 2D shoot’em up that makes use of the DirectInput, DirectSound and DirectDraw interfaces from DirectX. The player controls a spaceship which he uses to duel the computer opponent. I implemented some artificial intelligence to make the CPU play more human.
  • Tic Tac Toe2/2/2006 5:08:39 AM. TicTacToe is a demonstration of the AI game playing minimax algorithm. The game plays out every possible combination of moves from each position and consequently is unbeatable. This example uses .NET Beta 2 and was written using a text editor.
  • Tic Tac Toe2/2/2006 5:08:39 AM. TicTacToe is a demonstration of the AI game playing minimax algorithm. The game plays out every possible combination of moves from each position and consequently is unbeatable. This example uses .NET Beta 2 and was written using a text editor.
  • Mastermind Computer Player using Genetic Algorithms in C#2/1/2006 12:42:43 AM. After writing the Genetic Algorithm Article for implementing a Genetic Algorithm in C#, I tried to think of a good example of how to illustrate a real-world use of Genetic Algorithms to illustrate artificial intelligence.
  • Mastermind Computer Player using Genetic Algorithms in C#2/1/2006 12:42:43 AM. After writing the Genetic Algorithm Article for implementing a Genetic Algorithm in C#, I tried to think of a good example of how to illustrate a real-world use of Genetic Algorithms to illustrate artificial intelligence.
Graphics Transformations in .NET 2.0
A transformation is a process that changes graphics objects from one state to another...
Download