avatarThe Pragmatic Programmers

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

1123

Abstract

se in a social network. Ideas surrounding epidemic mitigation are increasingly relevant in today’s world with the proliferation of COVID-19. As early as 2017, researchers<a href="https://readmedium.com/where-to-go-next-4231207bdb7d">[33]</a> showed that genetic algorithms could be used to mitigate epidemics by removing, especially, the most impactful relationships in a social network. Disease spreads through contact between individuals. The paper shows how you could use genetic algorithms to remove key relationships to prevent the spread of a disease. This repository<a href="https://readmedium.com/where-to-go-next-4231207bdb7d">[34]</a> shows an Elixir example of this application using libgraph<a href="https://readmedium.com/where-to-go-next-4231207bdb7d">[35]</a> and genex.<a href="https://readmedium.com/where-to-go-next-4231207bdb7d">[36]</a></p><p id="eef3">Another relevant application of network science is mapping and understanding social networks. In the same respect as the process of identifying relevant nodes in a network to mitigate the spread of disease, you can use genetic algorithms to identify t

Options

he most influential nodes in a social network. The process of identifying and understanding influential nodes helps advertisers identify the most influential people on a platform. Identifying influential nodes can also help you understand the spread of information in a social network.</p><p id="de43"><i>👈 <a href="https://readmedium.com/trading-with-evolution-5d39bbebc853">Trading with Evolution</a> | <a href="https://readmedium.com/table-of-contents-879fc8614df">TOC</a> | <a href="https://readmedium.com/evolving-neural-networks-cc1961e2e1a9">Evolving Neural Networks</a> 👉</i></p><p id="7769"><i>Genetic Algorithms in Elixir by Sean Moriarity can be purchased in other book formats <a href="https://pragprog.com/titles/smgaelixir">directly from the Pragmatic Programmers</a>. If you notice a code error or formatting mistake, please let us know <a href="https://readmedium.com/how-to-report-errata-4e164674347a">here</a> so that we can fix it.</i></p><figure id="5ce1"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*U2E2a23SuM4520w9CUXSWw.jpeg"><figcaption></figcaption></figure></article></body>

Networking with Evolution

Genetic Algorithms in Elixir — by Sean Moriarity (97 / 101)

👈 Trading with Evolution | TOC | Evolving Neural Networks 👉

The world today is undoubtedly more connected than it has ever been. In one way or another, the majority of people are connected all around the world virtually and physically through social networks and trade. In an increasingly connected world, network science has become more and more relevant.

Initially, genetic algorithms might not seem like a relevant tool for network science, but if you dig deeper, you’ll find plenty of practical applications of basic genetic algorithms being used in network science. One relevant example is in epidemic mitigation.

Epidemic mitigation is the study of how to effectively prevent the spread of disease in a social network. Ideas surrounding epidemic mitigation are increasingly relevant in today’s world with the proliferation of COVID-19. As early as 2017, researchers[33] showed that genetic algorithms could be used to mitigate epidemics by removing, especially, the most impactful relationships in a social network. Disease spreads through contact between individuals. The paper shows how you could use genetic algorithms to remove key relationships to prevent the spread of a disease. This repository[34] shows an Elixir example of this application using libgraph[35] and genex.[36]

Another relevant application of network science is mapping and understanding social networks. In the same respect as the process of identifying relevant nodes in a network to mitigate the spread of disease, you can use genetic algorithms to identify the most influential nodes in a social network. The process of identifying and understanding influential nodes helps advertisers identify the most influential people on a platform. Identifying influential nodes can also help you understand the spread of information in a social network.

👈 Trading with Evolution | TOC | Evolving Neural Networks 👉

Genetic Algorithms in Elixir by Sean Moriarity can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.

Smgaelixir
Recommended from ReadMedium