Skip to content

Bewlony/machine-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The project will be updated continuously ...... 🔥

Machine learning + Deep learning examples

For many years, I have studied Machine Learning and practiced coding. This repository has published my source codes.

Requirement

All examples are written in Python language, so you need to setup your environments as below

  • First, install ANACONDA

  • Install TensorFlow from PyPI with the command

pip install tensorflow

  • Install Keras from PyPI with the command

pip install keras

*** I used 2 library including TensorFlow and Keras for deep learning examples

  • Install tqdm to make my loops show a smart progress meter

pip install tqdm

  • Download FFmpeg (I used it to generate mpg.4) and install it. [some examples]

Table of Content

Title Code Examples
Beginer see
Machine learning/Deep learning (Basics) see
Computer Vision see
Natural Language Processing(NLP) see
Speech, Audio, Music see
Miscellaneous see

My examples (not yet)

Beginer

Machine learning/Deep learning (Basics)

Computer Vision

Natural Language Processing(NLP)

Speech, Audio, Music

  • 👨‍🎤 Speech Recognition
  • 🎧

Miscellaneous

  • 🛒 [Recommendation Systems]
  • 🖼 Artistic style
  • 💪 [Deep Q Learning] (in progress)
  • 🐝 Transformer Networks
  • 🎯 One-shot Learning
  • 💻 Pix2Code
    • Generating Code from a Graphical User Interface Screenshot
  • Trading in Thailand Stock

Cite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • HTML 0.4%