Course on Continual Learning (given at ESSAI 2023)

Algorithms with Julia

This book provides an introduction to modern topics in scientific computing and machine learning, using JULIA to illustrate the efficient implementation of algorithms. In addition to covering fundamental topics, such as optimisation and solving systems of equations, it adds to the usual canon of computational science by including more advanced topics of practical importance. In… Continue reading Algorithms with Julia

Dynastic Potential Crossover Operator

An optimal recombination operator for two-parent solutions provides the best solution among those that take the value for each variable from one of the parents (gene transmission property). If the solutions are bit strings, the offspring of an optimal recombination operator is optimal in the smallest hyperplane containing the two parent solutions. Exploring this hyperplane… Continue reading Dynastic Potential Crossover Operator

Real-World Data Science Projects Management

Real-World Data Science Projects involve the practical application of data science methodologies to solve real-world problems. These projects require interdisciplinary collaboration, deal with large and complex datasets, and encompass the entire project lifecycle from data collection to deployment. Ethical considerations and advanced analytics techniques are also key aspects of these projects.