Skip to content
/ ML Public

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

License

Notifications You must be signed in to change notification settings

liyinnbw/ML

Repository files navigation

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.