Skip to content

Commit d943032

Browse files
authored
Link to NASA testimonial in Machine Learning topic (#616)
1 parent 31e2047 commit d943032

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

user-guide/modules/ROOT/pages/task-machine-learning.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Here are some Boost libraries that could be helpful for the supporting tasks:
4949

5050
* boost:filesystem[] : This library provides a portable way of querying and manipulating paths, files, and directories.
5151

52+
* boost:asio[]: Provides a consistent asynchronous model, supports a variety of network protocols, and it can manage other resources such as serial ports, file descriptors, and regular files.
53+
54+
* boost:serialization[]: Saves state and communicates complex data structures over a network.
55+
5256
Note:: The code in this tutorial was written and tested using Microsoft Visual Studio (Visual C++ 2022, Console App project) with Boost version 1.88.0.
5357

5458
== Machine Learning Algorithms
@@ -588,5 +592,6 @@ The _Transformer-style_ part refers to the architecture introduced in the ground
588592
* https://www.boost.org/doc/libs/latest/libs/libraries.htm#Iterators[Category: Iterators]
589593
* https://www.boost.org/doc/libs/latest/libs/libraries.htm#Math[Category: Math and numerics]
590594
* https://www.boost.org/doc/libs/latest/libs/libraries.htm#Parsing[Category: Parsing]
595+
* https://www.boost.org/testimonials/sven_bilen_and_timothy_hackett/[Powering Cognitive Communications Engine for NASA with Boost]
591596

592597

0 commit comments

Comments
 (0)