Skip to content

serhatsoyer/py4ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py4ML

ML (Machine Learning) code in Python

Intro

  • This repo is for my personal study of some ML (machine learning) conceps and to study sklearn and tensorflow (keras) libraries
  • Jupyter Notebooks have some markdown cells which contain explanations in LaTeX which are sometimes rendered incorrectly by GitHub. So, it is sometimes better to study locally
  • Example notebooks start with: /examples/check_py_env.ipynb
  • Following examples are linked to the beginning cell of the former notebook
  • All code and all examples are prone to all kinds of errors
  • Any corrections, suggestions, improvements, etc. are welcome

Contents

To Do List

  1. Study and demonstrate working on AWS basics
  2. Solve the problem in /examples/time_series/cases/16.ipynb. Why the network cannot learn the inter-window relations? The reason might be related to the formation of batches. Try to use dataset = tf.data.Dataset.from_tensor_slices(input)
  3. Solve the problem in /examples/nlp/bidirectional.ipynb. Why the bidirectional network performs worse than /examples/nlp/intro.ipynb?
  4. Solve the problem in /examples/nlp/attention.ipynb. Why the attention network performs worse than /examples/nlp/intro.ipynb?

My Other Study Repos

Written by serhatsoyer