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*
446 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 9
Page Size:
10
·
25
·
50
Tag filtered by: Python
[x]
Using Python Scripts from a C# Client (Including Plots and Images)
26 Aug 2019
by
Thomas Weller
license:
CPOL
Demonstrates how to run Python scripts from C#
Languages
»
C#
»
How to
C#
XML
SQL
.NET
WPF
Python
, +
Command Line Tool and C# Class for Uploading Videos on Vimeo
23 Aug 2019
by
Andreask84
license:
CPOL
A command line tool and a simple C# class with a complete set of functions to easily upload videos on Vimeo
Platforms, Frameworks & Libraries
»
.net Framework
»
General
C#
Java
.NET
COM
Python
Newtonsoft
, +
In Depth LSTM Implementation using CNTK on .
NET Platform
22 Aug 2019
by
Bahrudin Hrnjica
license:
CPOL
Implementation of the LSTM recurrent neural network in CNTK shown in detail
Platforms, Frameworks & Libraries
»
Cross Platform
»
General
C++
C#
.NET
Python
.NET-Core
Gradient
Handling User-Submitted Content with Django
20 Aug 2019
by
Cloudster
license:
CPOL
Use Django logins to accept user "likes" and content submission
Web Development
»
Applications & Tools
»
General
Python
Django
Antivirus Part--2
19 Aug 2019
by
VISWESWARAN1998
license:
CPOL
An opensource antivirus engine which uses Yara, Locality Sensitive Hashing to detect malware
General Programming
»
Cryptography & Security
»
Security
C++
SQL
Windows
Linux
Python
MacOS
, +
Bypassing ASLR and DEP - Getting Shells with pwntools
13 Aug 2019
by
Apex95
license:
CPOL
A short trick to bypass both ASLR (Address Space Layout Randomization) and DEP (Data Execution Prevention) in order to obtain a shell in a buffer-overflow vulnerable binary
Platforms, Frameworks & Libraries
»
Cross Platform
»
General
Linux
Python
TensorFlow - Creating C# Applications using TensorFlowSharp
12 Aug 2019
by
Sau002
license:
CPOL
How to create C# applications using TensorFlowSharp
General Programming
»
Artificial Intelligence and Machine Learning
»
Machine Learning and Ai Challenge
C#
.NET
Python
machine-learing
Fixing VS Code Extension Errors
3 Aug 2019
by
Cloudster
license:
CPOL
Resolve VS Code extension errors by forcing a new download
Web Development
»
Applications & Tools
»
General
Python
Using Visual Studio Code to Develop a Service Inside of a Container
3 Aug 2019
by
Dmitriy Repin
license:
CPOL
Using VS Code to author and debug an any-language service inside of a container running locally, on a cloud VM, or in a Kubernetes pod
Web Development
»
Applications & Tools
»
Docker
C++
Windows
Visual-Studio
Python
Google
Azure
, +
Compiling MuPDF DLL to Render and Edit PDF Documents
31 Jul 2019
by
wmjordan
license:
CPOL
MuPDF is an open-sourced, high performance PDF rendering and editing engine written in C. This article describes how to compile its source code to a DLL for use in other programming languages.
Desktop Development
»
Document / View
»
Doc/View
C
C#
Windows
Python
PDF
VS2013
, +
Real-time Barcode Scanning from Camera Stream
25 Jul 2019
by
Xiao Ling
license:
CPOL
In this post, we discuss how to leverage Dynamsoft Barcode Reader video decoding APIs to implement the barcode scanning functionality in camera preview scenario. Also, we demonstrate how to implement for desktop and mobile platforms respectively with the code snippet.
Third Party Products
»
Product Showcase
»
General
C++
Java
Python
Android
Objective-C
iOS
, +
List Capture Devices for Python OpenCV on Windows
25 Jul 2019
by
Xiao Ling
license:
MIT
General Reading
»
Uncategorised Articles
»
General
C++
Windows
Visual-Studio
Python
VS2010
OpenCV
Supervised Learning
23 Jul 2019
by
Packt Publishing
license:
CPOL
In this article, we will be covering the following topics: When to use regression and classification, how to implement regression and classification using Go machine learning libraries, how to measure the performance of an algorithm.
General Reading
»
Book Chapters
»
General
Python
machine-learning
Use Linux Apps With Django to Process Images
15 Jul 2019
by
Cloudster
license:
CPOL
Run command line Linux apps inside of Django to rapidly process 360 degree images.
Web Development
»
Charts, Graphs and Images
»
Images and Multimedia
Linux
Python
Ubuntu
Django
From Machine Learning to Machine Cognition
15 Jul 2019
by
Adrian Pirvu
license:
Public Domain
A Roadmap to Intelligence
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Python
AI
Step-by-Step Guide to Implement Machine Learning XII - Apriori
4 Jul 2019
by
danc1elion
license:
CPOL
Easy to implement machine learning
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Python
machine-learning
Combination
360 Image Web Gallery with Django and A-Frame
3 Jul 2019
by
Cloudster
license:
CPOL
Deploy a 360 image gallery with Django, Bootstrap, Python, A-Frame, and PostgreSQL
Web Development
»
Html / CSS
»
General
Javascript
HTML
Python
HTML5
PostgreSQL
bootstrap
, +
Create a JMS Configuration on Oracle Weblogic 11g using WSLT
23 Jun 2019
by
Octavio Sánchez H
license:
CPOL
Python Script using WSLT
Database
»
Database
»
Oracle
Linux
Python
Oracle
Make Your Own Image Classifier On Android Using Tensorflow Within 5 Steps
18 Jun 2019
by
ron85262
license:
CPOL
My article is written mainly for the beginners that are new to Machine Learning or who are unfamiliar with technology to make a small project with Tensorflow on Android.
Contests
»
Image Classification
»
General
Python
Step-by-Step Guide to Implement Machine Learning XI - DBSCAN
17 Jun 2019
by
danc1elion
license:
CPOL
Easy to implement machine learning
General Programming
»
Artificial Intelligence and Machine Learning
»
Machine Learning and Ai Challenge
Python
machine-learning
Using PICTools to Decode DICOM Pixel Data
17 Jun 2019
by
Miguel Restrepo
license:
CPOL
This blog will focus on the image component of DICOM files, and specifically on how to access and decode DICOM pixel data using Accusoft’s PICTools.
Third Party Products
»
Product Showcase
»
General
.NET
HTML
Linux
Python
Decoder
Embedded IoT Databases with Actian Zen and Python
12 Jun 2019
by
Ryan Peden
license:
CPOL
We’re going to look at how to use an embedded database – Actian Zen – to store and process data on a Raspberry Pi.
Third Party Products
»
Product Showcase
»
General
Python
Raspberry
IoT
Effective Shell Part 6: Everything You Don't Need To Know About Job Control
10 Jun 2019
by
Dave Kerr
license:
CPOL
Everything you don't need to know about job control
Desktop Development
»
Shell and Ie Programming
»
Beginners
Javascript
CSS
HTML
Python
Google
Gnome
, +
DashCam ML Model Training
4 Jun 2019
by
Qualcomm Technologies, Inc.
license:
CPOL
The main objective of this project is to develop a Machine Learning model that detects the objects on the road like pedestrians, cars, motorbikes, bicycles, buses, etc.
General Programming
»
Algorithms & Recipes
»
General
Mobile
Python
Hardware
machine-learning
qualcomm
Step-by-Step Guide to Implement Machine Learning X - KMeans
3 Jun 2019
by
danc1elion
license:
CPOL
Easy to implement machine learning
General Programming
»
Artificial Intelligence and Machine Learning
»
Machine Learning and Ai Challenge
Python
machine-learning
PixelCNN in Autoregressive Models
29 May 2019
by
Packt Publishing
license:
CPOL
This article is an excerpt from the book PyTorch Deep Learning Hands-On by Sherin Thomas and Sudhanshu Passi. It has numerous examples and dynamic AI applications and demonstrates the simplicity and efficiency of the PyTorch approach to machine intelligence and deep learning.
General Reading
»
Book Chapters
»
General
Python
PixelCNN
Step-by-Step Guide to Implement Machine Learning IX - Tree Regression
28 May 2019
by
danc1elion
license:
CPOL
Easy to implement machine learning
General Programming
»
Artificial Intelligence and Machine Learning
»
Machine Learning and Ai Challenge
Python
machine-learning
Step-by-Step Guide to Implement Machine Learning VIII - Linear Regression
27 May 2019
by
danc1elion
license:
CPOL
Easy to implement machine learning
General Programming
»
Artificial Intelligence and Machine Learning
»
Machine Learning and Ai Challenge
Python
machine-learning
Gradient
Step-by-Step Guide to Implement Machine Learning VII - Blending & Stacking
23 May 2019
by
danc1elion
license:
CPOL
Easy to implement machine learning
General Programming
»
Artificial Intelligence and Machine Learning
»
General
Python
machine-learning
engineering
Step-by-Step Guide To Implement Machine Learning I - KNN
20 May 2019
by
danc1elion
license:
CPOL
Easy to implement machine learning
General Programming
»
Artificial Intelligence and Machine Learning
»
Machine Learning and Ai Challenge
Python
machine-learning
Load JSON File with Array of Objects to SQLite3 On Python
17 May 2019
by
Emrah Koçak
license:
CPOL
How to load a JSON file with array of objects without any information about the attributes into SQLite 3 database
Languages
»
Programming Languages
»
General
Python
JSON
SQLite
Color Topics for Programmers
15 May 2019
by
Peter Occil
license:
Public Domain
Discusses color spaces, color generation, and other general color topics commonly faced by programmers
Multimedia
»
General Graphics
»
Graphics
Python
Color
Text
Markdown
Step-by-Step Guide to Implement Machine Learning IV - Logistic Regression
13 May 2019
by
danc1elion
license:
CPOL
Easy to implement machine learning
General Programming
»
Artificial Intelligence and Machine Learning
»
Machine Learning and Ai Challenge
Python
machine-learning
class
Gradient
Keras UI: A GUI to Manage Image Classification
13 May 2019
by
Daniele Fontani
license:
CPOL
A tool for managing CNN training built on django helps to understand image classification
Contests
»
Image Classification
»
General
Python
image
Image-Recognition
Django
Keras
Step-by-Step Guide To Implement Machine Learning III - Naive Bayes
12 May 2019
by
danc1elion
license:
CPOL
Easy to implement machine learning
General Programming
»
Artificial Intelligence and Machine Learning
»
Machine Learning and Ai Challenge
Python
machine-learning
Simple Software for Optimal Control
10 May 2019
by
Igor Ladnik
license:
CPOL
Article presents simple software for solving quadratic optimal control problem for linear and nonlinear dynamic systems.
General Programming
»
Algorithms & Recipes
»
Math
C#
Windows
.NET
Linux
Python
.NET4.5
, +
Nutanix Xi IoT Application Containers for Developers
10 May 2019
by
Heiko Koehler
license:
CPOL
In this article I’ll discuss another option supported by Xi IoT: containerized applications that enable you to configure and deploy custom services and runtime environments for your edge computing solution.
Third Party Products
»
Product Showcase
»
General
Javascript
Python
Cloud
Containers
IoT
docker
Nutanix Data Pipelines and AI for Developers
9 May 2019
by
Sai Nanduri
license:
CPOL
In this post, I’ll be abstracting away the container components entirely, and walking you through a demonstration of our native data pipelines for a real-world AI implementation.
Third Party Products
»
Product Showcase
»
General
Javascript
Python
Cloud
IoT
Step-by-Step Guide To Implement Machine Learning II - Decision Tree
5 May 2019
by
danc1elion
license:
CPOL
Easy to implement machine learning
General Programming
»
Artificial Intelligence and Machine Learning
»
Machine Learning and Ai Challenge
Python
machine-learning
class
Rodney - A Long Time Coming Autonomous Robot (Part 8)
3 May 2019
by
Phil Hopley
license:
Apache
Eighth part in a series on a ROS (Robot Operating System) House Bot
Internet of Things
»
Boards / Embedded Devices
»
Raspberry Pi
C++
XML
Python
Hardware
Raspberry
class
, +
Cat or Not - An Image Classifier using Python and Keras
30 Apr 2019
by
Ryan Peden
license:
CPOL
A code-first introduction to neural networks
Contests
»
Image Classification
»
General
Python
AI
tensorflow
Keras
neural-nets
Data Science - Journey through Life Cycles.
Part 1
28 Apr 2019
by
@Abdul Azeez Thekkekandy
license:
CPOL
This article explores Data Science lifecycles - Business Understanding, Data Understanding and Data Preparation
General Programming
»
Artificial Intelligence and Machine Learning
»
General
SQL
Python
Azure
Cloud
machine-learning
Adding Object Detection with TensorFlow to a Robotics Project
28 Apr 2019
by
Phil Hopley
license:
CPOL
In this article, we will add AI to an existing ROS (Robot Operating System) House Bot.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C++
XML
Python
Google
Hardware
Objective-C
, +
Data Visualization using Matplotlib
24 Apr 2019
by
Azim Zahir
license:
CPOL
This article demonstrates Data Visualization using Matplotlib library of Python.
General Programming
»
Algorithms & Recipes
»
General
Windows
Linux
Python
Oracle
Find Duplicate Text
23 Apr 2019
by
Dharmesh Barochia
license:
CPOL
Recommended best practices for finding and removing Duplicate Text/Documents
Cloud Computing
»
Azure
»
General
Python
Azure
search
AWS
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
Random Number Generation and Sampling Methods
20 Apr 2019
by
Peter Occil
license:
Public Domain
Discusses many ways applications can do random number generation and sampling from an underlying random number generator (RNG) and includes pseudocode for many of them.
General Programming
»
Algorithms & Recipes
»
Math
Python
Text
random
Markdown
Automating the Web with Selenium and Python
17 Apr 2019
by
WasiUllah Khan
license:
CPOL
Automated Pakwheels parsing with Selenium and Python
Development Lifecycle
»
Testing and Qa
»
General
Python
Firefox
Browser
Text
Automation
Gecko
, +
CaptureManager SDK
14 Apr 2019
by
Evgeny Pereguda
license:
CPOL
Simple SDK for capturing, recording and streaming video and audio from web-cams on Windows OS by Windows Media Foundation.
Multimedia
»
Audio and Video
»
General
C++
C
C#
XML
Java
Windows
, +
Serverless Computing: An Introduction to FaaS with Machine Learning
12 Apr 2019
by
MehreenTahir
license:
CPOL
In this article, we’ll look at some advantages of serverless computing and then dig into a real-world example using the Microsoft Azure Functions service to build and deploy a sample ML inferencing function.
Cloud Computing
»
Azure
»
General
Python
Azure
Ubuntu
Cloud
machine-learning
Page 1 of 9
1
2
3
4
5
6
7
8
9
First
·
Prev
·
Next
·
Last