• Stars
    star
    182
  • Rank 211,154 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 2 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Machine Learning Training Utilities (for TensorFlow and PyTorch)

MLTU - Machine Learning Training Utilities

Machine Learning Training Utilities for TensorFlow 2.* and PyTorch with Python 3

Installation:

To use MLTU in your own project, you can install it from PyPI:

pip install mltu

When running tutorials, it's necessary to install mltu for a specific tutorial, for example:

pip install mltu==0.1.3

Each tutorial has its own requirements.txt file for a specific mltu version. As this project progress, the newest versions may have breaking changes, so it's recommended to use the same version as in the tutorial.

Tutorials and Examples can be found on PyLessons.com

  1. Text Recognition With TensorFlow and CTC network, code in Tutorials\01_image_to_word folder;
  2. TensorFlow OCR model for reading Captchas, code in Tutorials\02_captcha_to_text folder;
  3. Handwriting words recognition with TensorFlow, code in Tutorials\03_handwriting_recognition folder;
  4. Handwritten sentence recognition with TensorFlow, code in Tutorials\04_sentence_recognition folder;
  5. Introduction to speech recognition with TensorFlow, code in Tutorials\05_speech_recognition folder;
  6. Introduction to PyTorch in a practical way, code in Tutorials\06_pytorch_introduction folder;
  7. Using custom wrapper to simplify PyTorch models training pipeline, code in Tutorials\07_pytorch_wrapper folder;
  8. Handwriting words recognition with PyTorch, code in Tutorials\08_handwriting_recognition_torch folder;
  9. Transformer training with TensorFlow for Translation task, code in Tutorials\09_translation_transformer folder;

More Repositories

1

TensorFlow-2.x-YOLOv3

YOLOv3 implementation in TensorFlow 2.3.1
Jupyter Notebook
605
star
2

RL-Bitcoin-trading-bot

Trying to create Reinforcement Learning powered Bitcoin trading bot
Python
380
star
3

Reinforcement_Learning

Reinforcement learning tutorials
Python
360
star
4

TensorFlow-object-detection-tutorial

The purpose of this tutorial is to learn how to install and prepare TensorFlow framework to train your own convolutional neural network object detection classifier for multiple objects, starting from scratch
Python
151
star
5

YOLOv3-object-detection-tutorial

Python
127
star
6

FinRock

Reinforcement Learning package for Finance
Python
93
star
7

Django_tutorials

Django tutorial series
Python
92
star
8

TensorFlow-2.3.1-YOLOv4-CSGO-aimbot

Will add it later
Jupyter Notebook
69
star
9

background_removal

Project for face detection, face recognition, pencil sketch, animegan in image, video or real-time stream
Python
55
star
10

TensorFlow-YOLO-v3-Tutorial

Python
17
star
11

Keras-ResNet-tutorial

Jupyter Notebook
15
star
12

CAPTCHA-solver

In this tutorial we are grabbing all symbols from CAPTCHA, checking order of symbols, detection accuracy and overlappings. We use all these components to write final working out of the box CAPTCHA solver.
Python
12
star
13

RockRL

Reinforcement Learning library for public
Python
7
star
14

GANs

Implementation of various Generative Adversarial Networks (GANs)
Python
5
star
15

Logistic-regression-step-by-step

Will upload soon
Python
4
star
16

TestGit

This is for testing git
Python
2
star
17

Tensorflow-neural-networks-tutorial

Tensorflow-neural-networks-tutorial
Jupyter Notebook
2
star
18

CartPole_reinforcement_learning

Basics of reinforcement learning
Python
2
star
19

SELENIUM-tutorial-series

SELENIUM tutorial series, where I try to automate NeoBux website, to automatically view adds and play games to earn money
Python
2
star
20

privateTask

CityService
Jupyter Notebook
1
star
21

Reinforcement-learning-tutorials

Reinforcement learning tutorials
Python
1
star
22

Tensorflow-CNN-tutorial

Jupyter Notebook
1
star
23

Tensorflow-Keras-CNN_tutorial

Jupyter Notebook
1
star
24

OBDeleven

OBDeleven
Python
1
star
25

TensorFlow-tutorials

TensorFlow introduction
Jupyter Notebook
1
star