|
You are here |
www.fullestop.com | ||
| | | | |
sebastianraschka.com
|
|
| | | | | I'm Sebastian: a machine learning & AI researcher, programmer, and author. As Staff Research Engineer Lightning AI, I focus on the intersection of AI research, software development, and large language models (LLMs). | |
| | | | |
ischoolonline.berkeley.edu
|
|
| | | | | Whether you know it or not, you've probably been taking advantage of the benefits of machine learning for years. Most of us would find it hard to go a full day without using at least one app or web service driven by machine learning. But what is machine learning? | |
| | | | |
keymakr.com
|
|
| | | | | Learn about AI training methods: supervised, unsupervised, deep learning, open source models, and their deployment on edge devices. | |
| | | | |
blog.otoro.net
|
|
| | | [AI summary] This article describes a project that combines genetic algorithms, NEAT (NeuroEvolution of Augmenting Topologies), and backpropagation to evolve neural networks for classification tasks. The key components include: 1) Using NEAT to evolve neural networks with various activation functions, 2) Applying backpropagation to optimize the weights of these networks, and 3) Visualizing the results of the evolved networks on different datasets (e.g., XOR, two circles, spiral). The project also includes a web-based demo where users can interact with the system, adjust parameters, and observe the evolution process. The author explores how the genetic algorithm can discover useful features (like squaring inputs) without human intervention, and discusses the ... | ||