Learn how analog circuit simulators work with these easy to use numerical recipes implemented in the popular Python programming environment. This book covers the fundamental aspects of common simulation analysis techniques and algorithms used in professional simulators today in a pedagogical way through simple examples. The book covers not just linear analyses but also nonlinear ones like stead…
This book provides a comprehensive analysis of fundamental topics related to blockchain. Throughout, the authors explore different vital issues and specific areas of blockchain. For convenience, the authors present the elementary description, visualize the working procedure of blockchain paradigm, and highlight the areas it can be applied in real life. They explain the blockchain process from a…
This book provides the tools for analyzing data in Python: different types of filters are introduced and explained, such as FIR-, IIR- and morphological filters, as well as their application to one- and two-dimensional data. The required mathematics are kept to a minimum, and numerous examples and working Python programs are included for a quick start. The goal of the book is to enable also nov…
This textbook grew out of notes for the ECE143 Programming for Data Analysis class that the author has been teaching at University of California, San Diego, which is a requirement for both graduate and undergraduate degrees in Machine Learning and Data Science. This book is ideal for readers with some Python programming experience. The book covers key language concepts that must be understood t…
Pengolahan citra digital merupakan proses perubahan gambar asli menjadi gambar lain sesuai keinginan. Pada metode pendeteksi tepi, menggunakan proses konversi dari citra warna RGB ke citra warna skala abu – abu didapatkan dengan cara menuliskan rumus matematis untuk melakukan konversi warna RGB ke warna skala abu – abu kedalam bahasa pemograman python pada OpenCv. Setelah…
Source to Source Translation dapat membantu untuk menghasilkan perangkat lunak yang lebih hemat biaya dan andal, tetapi masalah yang akan dihadapi adalah metode yang baik untuk menerjemahkan karena metode yang baik untuk Source to Source Translation belum terealisasi. Rule Based Machine Translation merupakan salah satu metode dari Machine Translation yang menerjemahkan lebih kompleks dibandingk…