Neural Networks Beginnings

Neural Networks Beginnings
Автор книги: id книги: 2671676     Оценка: 0.0     Голосов: 0     Отзывы, комментарии: 0 490 руб.     (6,06$) Читать книгу Купить и скачать книгу Купить бумажную книгу Электронная книга Жанр: Правообладатель и/или издательство: Автор Дата публикации, год издания: 2023 Дата добавления в каталог КнигаЛит: Скачать фрагмент в формате   fb2   fb2.zip Возрастное ограничение: 12+ Оглавление Отрывок из книги

Реклама. ООО «ЛитРес», ИНН: 7719571260.

Описание книги

The book is an excellent resource for those who want to get acquainted with the basics of neural networks and their application in life. The book explains in detail what a neuron is and how it works in a neural network, what weights and biases are, how a neuron makes decisions, and how a neural network is built. In addition, the book covers topics such as training neural networks, the main types of neural networks (fully connected, convolutional, and recurrent), and their application to classification, regression, and clustering problems.The author explains in detail how to use these methods in neural networks and how they can help in solving complex problems.Whether you are new to the field of neural networks or have some experience with them, this book will be a useful resource for expanding your knowledge and skills. It provides clear and accessible information about a technology that is becoming increasingly important in our lives.

Оглавление

Группа авторов. Neural Networks Beginnings

Introduction

Chapter 1: Basics of Neural Networks

Chapter 2: Training Neural Networks

Chapter 3: Main Types of Neural Networks

Chapter 4: Application of Neural Networks

Chapter 5: Advanced Topics in Neural Networks

Dictionary of Terms

Отрывок из книги

Neural networks are a powerful tool in the field of artificial intelligence and machine learning. They are used in many applications, such as speech recognition, image processing, and forecasting. However, to understand how a neural network works, one must start with the basics.

The basic unit of a neural network is a neuron. A neuron is a simple information processing unit that mimics the function of a nerve cell in our brain. A neuron receives input signals from other neurons and generates an output signal that is passed on to other neurons.

.....

Then a sound file in the wav format is loaded, decoded using tf.audio.decode_wav, and transformed into float32 numerical values. The file is then split into fragments of length 640 with a step of 320. If the file cannot be divided into equal fragments, padding is added.

This code implements automatic speech recognition using a neural network based on TensorFlow and Keras. The first step is to define the architecture of the neural network using the Keras Sequential API. In this case, a recurrent LSTM layer is used, which takes in a sequence of 13-length sound snippets. Then there are several fully connected layers with the relu activation function, and one output layer with the softmax activation function, which outputs probabilities for each speech class.

.....

Добавление нового отзыва

Комментарий Поле, отмеченное звёздочкой  — обязательно к заполнению

Отзывы и комментарии читателей

Нет рецензий. Будьте первым, кто напишет рецензию на книгу Neural Networks Beginnings
Подняться наверх