Skip to content

Jupyter notebooks illustrating some basics of machine learning

License

Notifications You must be signed in to change notification settings

duplys/perceptron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary 🤖

This repository contains Jupyter notebooks illustrating few basics of machine learning, primarily the basics of artificial neural networks. I created it to explain working principles behind machine learning to technical leadership at the company I work for.

The learning journey starts with a simple perceptron introduced in 1957, progresses through the development of multi-layer perceptrons and recurrent neural networks (RNNs) for sequence-to-sequence tasks, and finishes with modern-day transformer architecture and large language models (LLMs). For explanations of sequence-to-sequence models, RNNs, and transformers, I primarily reference the excellent NLP course by Lena Voita.

The following table of contents is helpful if you want to navigate the material in logical order.

Table of contents

Running the Jupyter notebooks

The requirements.txt file in the root of this repository lists all Python packages and their corresponding versions installed in my Python virtual environment (the file was obtained by pip freeze > requirements.txt).

About

Jupyter notebooks illustrating some basics of machine learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published