| <!doctype html> |
| <html> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width" /> |
| <title>Symbols, Learning Devices, Learnable Properties</title> |
| <link rel="stylesheet" href="style.css" /> |
| </head> |
| <body> |
| <div class="card"> |
| <h1>Symbols, Learning Devices, Learnable Properties</h1> |
| <p>A simplified approach for AI Architectures</p> |
| <p> |
| Check the Youtube mini series for this approach |
| <a href="https://www.youtube.com/watch?v=LeVAqTWIW18&list=PLArn-S_aXKyHnFD8qVuR8oQfQ5ENMRfIA" target="_blank">here</a>. |
| </p> |
| </div> |
| </body> |
| </html> |
|
|