Leanpub Header

Skip to main content

Filters

Category: "Python"

Books

  1. El autor explica que es el momento de inercia asociado a un área, la base matemática para su calculo y muestra el programa en Python para usarse en este caso.

  2. El autor explica el método de Gauss para resolver ecuaciones simultaneas y como implementarlo en Python.

  3. The author explains what is a perceptron with two layers and the backpropagation method to train the network. It is included a program in python.

  4. The author explain how to calculate the centroid of a triangle, and how to extend it to an irregular polygon. It is included the program to do it using python language.

  5. Introduction To Conformal Prediction With Python
    A Short Guide For Quantifying Uncertainty Of Machine Learning Models
    Christoph Molnar

    This book teaches you how to quantify the uncertainty of machine learning models with conformal prediction in Python.

  6. El autor explica las teorias de zegalkin y como ciertas operaciones matriciales permiten simplificar funciones lógicas. Presenta el código en Python para esta forma de solución.

  7. L'auteur explique la procédure de calcul de l'aire d'un polygone irrégulier et montre le code Python qui permet de le faire.

  8. Python з нуля
    Марцін Москала

    З цієї книги почнеться Твоя подорож у світ програмування. Вона представляє знання практично, доступно та зрозуміло. Допомагає сформувати солідну основу для подальшого вивчення Python та обрати цікаву сферу застосування. Якщо Ти хочеш навчитися програмувати або зрозуміти, що таке програмування, ця книжка — для Тебе. 

  9. The author explain a method to calculate areas using triangles and convertion of coordinates. Include a program in python to evaluate it.

  10. En este trabajo se muestran las bases del entranamiento de una red perceptrón multicapas, aplicado al caso de una red que hace las veces de una función exor. Se ha usado programación en Python.

  11. Este trabajo incluye explicaciones sobre el calculo de centroide en poligonos irregulares y el código en Python para su cálculo. Es necesario conocer sobre estática y programación

  12. Cracking The Tough Parts In Python
    Abdur-Rahmaan Janhangeer

    Crack the really hard topics in Python once for all. And, yes, this book starts each chapter from scratch.

  13. Accelerated Windows API for Software Diagnostics, Second Edition
    With Category Theory in View
    Dmitry Vostokov

    The book contains the full transcript of Software Diagnostics Services training with 10 hands-on exercises on various topics related to Windows API.

  14. Python for All: A Unique Example-Based Approach To Learning
    Book 0 in the "Without Words" Series
    Jason Turner
    No Description Available
  15. Multitasking with Micropython. Cooperative Scheduling.