Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 786 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 786 Bytes

ML

A collection of projects/studies related to to machine learning including neural nets.

My study on various neural net models for handling sequential image data. [use tensorflow]

My template for supervised text classification using various models. [use scikit-learn]

My own implementation of some neural network layers.

My attempt to predict asset price change in future based on historical data.