Skip to content
[New] Concise and Practical AI/ML
  • Pages
    • icon picker
      Preface
    • Artificial Intelligence
      • Concepts
      • High-level Intelligence
    • Maths for ML
      • Calculus
      • Algebra
    • Machine Learning
      • History of ML
      • ML Models
        • ML Model is Better
        • How a Model Learns
        • Boosted vs Combinatory
      • Neuralnet
        • Neuron
          • Types of Neurons
        • Layers
        • Neuralnet Alphabet
        • Heuristic Hyperparams
      • Feedforward
        • Input Separation
      • Backprop
        • Activation Functions
        • Loss Functions
        • Gradient Descent
        • Optimizers
      • Design Techniques
        • Normalization
        • Regularization
          • Drop-out Technique
        • Concatenation
        • Overfitting & Underfitting
        • Explosion & Vanishing
      • Engineering Techniques
    • Methods of ML
      • Supervised Learning
        • Regression
        • Classification
      • Reinforcement Learning
        • Concepts
        • Bellman Equation
        • Q-table
        • Q-network
        • Learning Tactics
          • Policy Network
      • Unsupervised Learning
        • Some Applications
      • Other Methods
    • Practical Cases
    • Ref & Glossary

Preface

[💡Tip: Pull the left panel to max size for better navigation]
This book is about AI and ML with the details from work of the author with more focus on practical aspects. All samples are mainly in Python, and TensorFlow.
This book is promoting the concept of, where Genetics is the known processes (algorithms) and the known data, machine learning is what learnt during lifetime of AI:
AI = Genetics + ML
The book aims to provide a concise and practical approach to the knowledge boundary of AI and ML, mainly from the experience of the author at work.
Everything in this book is a try to express the meaning of that thing the core and simple way, however, with a guiding person to read is better. AI is involving multiple algorithms, but the aim of this book will be focused mostly only machine learning and with a try to cover all topics in machine learning.
Some related knowledge related to machine learning are also mentioned, for example, biology and mathematics.
This book will almost always use TensorFlow to make examples, although PyTorch can be academic but TensorFlow is more popular and somehow with better design with activation function inside layer.

Notable Pages

AI = Genetics + ML — This page
ML = SL + RL + UL —
History of Backprop —
With-respect-to Concept —
Consciousness & Soul —
Multi-polyline Separation —
Combinatory Model —
Gradient Descent —
Backprop Maths —
Simplified Bellman —
Non-conventional Neurons —
Limiters & separation — ,
Q-table —
Q-network —
 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.