Skip to content

sheikhartin/notebooks-everywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notebooks Everywhere

Here is where all my notebooks from Google Colab and Kaggle meet! (It even includes local notebooks) Also, GitHub is more suitable for tweaking than other platforms... The reason for creating most of these notebooks is curiosity, which sometimes goes to YouTube for Persian speaking audience!

Wow

Contents

I preferred it to be categorized in this section rather than creating a separate folder... Now the name of the notebook (which may be different in different places) is mentioned along with a short description to make the choice easier.

Note: Sometimes it is difficult to classify because a notebook can contain several subjects...

Data Science

Machine Learning

Deep Learning

  • Multi-layer perceptron from scratch: A good and useful experience of how a neural network works by implementing it after researching from different sources, which took about a week!

  • Logic gates in PyTorch: Implementation of some logic gates such as XOR, OR, and AND in PyTorch.

  • Convolutional neural network for MNIST: Building a basic CNN in PyTorch for handwritten digit recognition (with detailed explanations).

  • ZIP code reader using CNN: Moving beyond single digits! This project simulates ZIP codes by concatenating MNIST images and builds a CNN in PyTorch to recognize the full sequence at once.

  • Colorization GAN: Image colorization using a Generative Adversarial Network trained on CIFAR-10.

Algorithms

  • Merge sort: Merge sort is one of the fastest comparison-based sorting algorithms, which works on the principle of the divide and conquer approach.

Refactoring

Tasting

  • Gradio demo: Gradio is one of the fastest ways to make a quick demo for your damn functions with a friendly web interface so that anyone can use it!

  • How to generate fake data: Here we will learn how to add some fake data to the PostgreSQL database to make us look more cool!

License

No license specified for this project yet.

Releases

No releases published

Packages

No packages published