Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Hands-On Guide On Data Science and Machine Learning with Python GUI
  • Language: en
  • Pages: 222

Hands-On Guide On Data Science and Machine Learning with Python GUI

In this book, you will implement two data science projects using Scikit-Learn, Scipy, and other libraries with Python GUI. In Chapter 1, you will learn how to use Scikit-Learn, Scipy, and other libraries to perform how to predict traffic (number of vehicles) in four different junctions using Traffic Prediction Dataset provided by Kaggle (https://www.kaggle.com/fedesoriano/traffic-prediction-dataset/download). This dataset contains 48.1k (48120) observations of the number of vehicles each hour in four different junctions: 1) DateTime; 2) Juction; 3) Vehicles; and 4) ID. In Chapter 2, you will learn how to use Scikit-Learn, NumPy, Pandas, and other libraries to perform how to analyze and predi...

Hands-On Guide To IMAGE CLASSIFICATION Using Scikit-Learn, Keras, And TensorFlow with PYTHON GUI
  • Language: en
  • Pages: 210

Hands-On Guide To IMAGE CLASSIFICATION Using Scikit-Learn, Keras, And TensorFlow with PYTHON GUI

In this book, implement deep learning on detecting face mask, classifying weather, and recognizing flower using TensorFlow, Keras, Scikit-Learn, OpenCV, Pandas, NumPy and other libraries. In chapter 1, you will learn how to use TensorFlow, Keras, Scikit-Learn, OpenCV, Pandas, NumPy and other libraries to perform detecting face mask using Face Mask Detection Dataset provided by Kaggle (https://www.kaggle.com/omkargurav/face-mask-dataset/download). Here's an overview of the steps involved in detecting face masks using the Face Mask Detection Dataset: Import the necessary libraries: Import the required libraries like TensorFlow, Keras, Scikit-Learn, OpenCV, Pandas, and NumPy.; Load and preproce...

Think PyQt: A Smarter Way to Explore MariaDB and SQLite Driven Programming
  • Language: en
  • Pages: 544

Think PyQt: A Smarter Way to Explore MariaDB and SQLite Driven Programming

This book explains relational theory in practice, and demonstrates through two projects how you can apply it to your use of MariaDB and SQLite databases. This book covers the important requirements of teaching databases with a practical and progressive perspective. This book offers the straightforward, practical answers you need to help you do your job. This hands-on tutorial/reference/guide to MariaDB and SQLite is not only perfect for students and beginners, but it also works for experienced developers who aren't getting the most from both databases. In designing a GUI and as an IDE, you will make use Qt Designer. In the first chapter, you will learn to use several widgets in PyQt5: Displa...

Step by Step Tutorial IMAGE CLASSIFICATION Using Scikit-Learn, Keras, And TensorFlow with PYTHON GUI
  • Language: en
  • Pages: 211

Step by Step Tutorial IMAGE CLASSIFICATION Using Scikit-Learn, Keras, And TensorFlow with PYTHON GUI

In this book, implement deep learning-based image classification on classifying monkey species, recognizing rock, paper, and scissor, and classify airplane, car, and ship using TensorFlow, Keras, Scikit-Learn, OpenCV, Pandas, NumPy and other libraries. In chapter 1, you will learn how to use TensorFlow, Keras, Scikit-Learn, OpenCV, Pandas, NumPy and other libraries to perform how to classify monkey species using 10 Monkey Species dataset provided by Kaggle (https://www.kaggle.com/slothkong/10-monkey-species/download). Here's an overview of the steps involved in classifying monkey species using the 10 Monkey Species dataset: Dataset Preparation: Download the 10 Monkey Species dataset from Kag...

Filosofi dan Logika Pemrograman .NET Untuk Professional Developer
  • Language: id
  • Pages: 452

Filosofi dan Logika Pemrograman .NET Untuk Professional Developer

Buku ini secara otentik dan langkah demi langkah akan mengajari Anda bagaimana menjadi programmer dan developer handal .NET untuk kepentingan sains, teknik, maupun komersial. Banyak kode sumber pada buku ini yang bisa Anda pakai dan kembangkan untuk kepentingan ilmiah dan komersil Anda. Kami berharap Anda dapat memanfaatkannya untuk mengatrol kemampuan pemrograman Anda di masa depan. Adapun yang dibahas pada buku ini meliputi: tipe data, literal, dan variabel; struktur seleksi, struktur repetisi, prosedur, tipe nilai dan tipe referensi, pengoverloadan prosedur, array, pelewatan array, tipe data abstrak, konstruktor, properti, referensi Me, anggota Shared, anggota Const dan ReadOnly, namespace, kelas basis dan kelas terderivasi, hirarki pewarisan, anggota Protected dan Friend, Finalizer, kelas abstrak, antarmuka, polimorfisme, string dan karakter, StringBuilder, kelas Regex, GUI, grafik dan multimedia, kelas File dan Directory, file akses-sekuensial, senarai berantai, tumpukan, antrian, dan beberapa kelas koleksi.

Pemrograman C++ Untuk Pembelajar Mandiri
  • Language: id
  • Pages: 387

Pemrograman C++ Untuk Pembelajar Mandiri

Pada bab 1, Anda akan belajar elemen-elemen dasar dan konsep-konsep bahasa pemrograman C++ untuk menciptakan program C++. Untuk memperjelas contoh-contoh dalam mengilustrasikan beragam konsep, akan diberikan penjelasan-penjelasan yang akan mengawal pemahaman Anda. Pada bagian ini, akan disajikan sebuah contoh pemrograman C++. Pada titik ini, Anda tidak perlu cemas dengan detil program. Anda hanya perlu mengetahui pengaruh sebuah statemen keluaran. Pada bab 2, Anda akan belajar tentang beragam operasi I/O yang dapat meningkatkan fleksibilitas program Anda. Dalam C++, I/O merupakan sebuah runtun byte, yang dinamakan dengan aliran (stream), dari sumber ke tujuan atau destinasi. Byte-byte biasan...

Filosofi Logika Pemrograman Untuk Sains dan Teknik
  • Language: id
  • Pages: 433

Filosofi Logika Pemrograman Untuk Sains dan Teknik

Buku ini ditulis bagi mereka yang ingin memanfaatkan MATLAB untuk menyelesaikan permasalahan sains dan teknik. Seperti diketahui bahwa MATLAB dikembangkan berdasarkan pada konsep matematik atas matriks. Jadi, tidak seperti buku-buku MATLAB yang lain, buku ini mengasumsikan pembaca tidak memerlukan pemahaman yang detil tentang matriks. Hal ini dikarenakan konsep penggunaan matriks didiskusikan secara bertahap. Objektivitas yang menjadi tujuan buku ini adalah untuk mengintroduksi pemrograman MATLAB sebagai suatu alat bantu komputasi dan simulasi bagi para (calon) insinyur dan (calon) ilmuwan yang (sebelumnya) tidak memiliki pemahaman tentang MATLAB. Buku ini menganut pendekatan belajar-sendiri...

Access Database Crash Course
  • Language: en
  • Pages: 547

Access Database Crash Course

This book is a access database crash course which overs microsoft acces-based GUI programming using Python. In chapter one, you will learn to use several widgets in PyQt5: Display a welcome message; Use the Radio Button widget; Grouping radio buttons; Displays options in the form of a check box; and Display two groups of check boxes. In chapter two, you will learn to use the following topics: Using Signal / Slot Editor; Copy and place text from one Line Edit widget to another; Convert data types and make a simple calculator; Use the Spin Box widget; Use scrollbars and sliders; Using the Widget List; Select a number of list items from one Widget List and display them on another Widget List wi...

Konsep, Praktek, dan Implementasi JavaScript Untuk Mahasiswa dan Programmer
  • Language: id
  • Pages: 437

Konsep, Praktek, dan Implementasi JavaScript Untuk Mahasiswa dan Programmer

Adapun yang dibahas pada buku ini meliputi Bab 1. Sejarah JavaScript; Bab 2. Tipe Data, Literal, dan Variabel; Bab 3. Kotak Dialog; Bab 4. Operator; Bab 5. Kondisi; Bab 6. Fungsi; Bab 7. Objek; Bab 8. Objek Inti JavaScript; Bab 9. Objek Browser; Bab 10. Form; Bab 11. Citra dan Link; Bab 12. Penanganan Event; Bab 13. CSS dan JavaScript. JavaScript sangat populer! Hampir pada semua komputer terpasang JavaScript di dalam browser Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, dan lainnya. JavaScript juga merupakan bahasa skript populer yang memiliki banyak nama samaran lain, seperti Mocha, LiveScript, Jscript, dan ECMAScript. JavaScript merupakan bahasa skript populer yang d...

A Practical Guide to Decision Support System With Analytic Hierarchy Process Method Using Python GUI & MySQL, Case Study: Determining Scholarship Recipients
  • Language: en
  • Pages: 246

A Practical Guide to Decision Support System With Analytic Hierarchy Process Method Using Python GUI & MySQL, Case Study: Determining Scholarship Recipients

This book provides a practical explanation of the Analytic Hierarchy Process (AHP) method and its implementation in a decision support system to determine the scholarship recipients in a university. The discussion in this book is presented step-by-step, gradually, so that it will help readers understand every concept and stage of the AHP method and its implementation in decision support systems. This book is suitable for students, scholars, and researchers who want to implement the AHP method to build decision support systems using Python GUI and MySQL. The discussion in this book will provide readers with an understanding of the AHP method and how it works. Readers will be guided through ea...