Click here to Skip to main content
15,885,216 members
Articles / Artificial Intelligence / Keras

Deep Learning in C#: Coin Recognition in Keras.NET, Part I

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
6 Nov 2020CPOL3 min read 11.5K   366   5  
In this article, we will examine a convolutional neural network for the problem of coin recognition, and we will implement one in Keras.NET.
Here we will introduce convolutional neural networks (CNNs) and present an architecture of a CNN that we will train to recognize coins.

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series 'Deep Learning in C# View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Serbia Serbia
Computer Scientist and book author living in Belgrade and working for a German IT company. Author of Practical Artificial Intelligence: Machine Learning, Bots, and Agent Solutions Using C# (Apress, 2018) and PrestaShop Recipes (Apress, 2017). Lover of Jazz and cinema Smile | :)

Comments and Discussions