Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

2: Understanding the Bias with Python: Analyzed and Explained with a Practical Sense

Posted By: naag
2: Understanding the Bias with Python: Analyzed and Explained with a Practical Sense

2: Understanding the Bias with Python: Analyzed and Explained with a Practical Sense
2017 | English | ASIN: B06XTC476V | 173 pages | PDF + EPUB (conv) | 0.7 Mb

Encode your own Simple Perceptron line by line, explained and analyzed with practical sense. Start copying and learn with explanations and guided exercises, allowing you to gain experience to configure your own Perceptron, and shorten your learning curve, accompanying you with comments from my own experience. "Understanding the Bias" is the second Book in the New Tutorial Series: "Programming Artificial Neural Networks Step by Step with Python", a path of learning and experimentation with practical sense.

Learn artificial neural network algorithms with this Tutorial Series, encoding your own Perceptrones; with simple, yet complete, functional and proven examples. It also contains explanations of the parts that compose it for your better understanding. And as the series progresses, each new algorithm will incorporate new elements, examples and exercises increasing the ability to solve more complex problems.

The exercises are oriented to distinguish where you can begin to experiment, and the observations designed to make you realize what is happening, and where to expect your changes to affect, with which you will accumulate elements so that you get to design and configure your own Perceptron, adapted to the needs of your projects, be it a robot or an application for decision making. In addition you will have elements to understand more easily Perceptrones Algorithms, although the series already includes of the most used.

So I focus on guiding you through experimentation with the fascinating world of Artificial Neural Networks, codifying it by yourself, so that you accelerate your learning, which I intend to facilitate with at least one complete example by Book and problems that can solve it.

The examples are shown both as in Pseudocode, to be able to adapt to any language, as in Python language, not only is easy to learn and understand, is also widely used, and for its clarity, helps you better understand the algorithms; on the other hand, a parallel series is being developed in C language, which is widely used in electronics and PC projects, generates efficient executables, which in large-scale ANN, or resource-reduced projects, is important; so if your language is C, you'd better follow the other Series.

With the Series you can learn to:

Evaluate the needs and resources of your Project

Select which type of ANN to use in your project

Design your own ANN topology

Parametrize the topology and facilitate its improvement dynamically, with less recoding

Configure your ANN according to your needs.

Distinguish which are the parts that consume more computing time, to produce a topology and final code of efficient performance, with controlled memory consumption.