efurlanm / ml

Machine Learning
Creative Commons Attribution 4.0 International
1 stars 0 forks source link

My personal notes on Machine Learning and other random topics

Last edited: 2024-04-23

This repo contains my collection of materials and random notes I take while researching and playing with Machine Learning (ML) and Artificial Neural Networks (NN). It includes topics such as numerical methods, differential calculus, artificial neural networks, libraries, implementations, materials that I ended up using during my research, and other random topics that I also found interesting. It is a work in progress and subject to constant change.


This repo is permanently under construction, so its content changes constantly.

Contents

Some materials are in the form of simple files and others are organized in subdirectories (unordered list):

Horovod

Horovod was created internally at Uber to make it easy to use a single-GPU training script and successfully scale it to train on many GPUs in parallel.

The horovod directory contains some Notebooks with examples:

Some info available in my other repos