Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 583 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 583 Bytes

ANN_Projects

  • Part I:
    Predicting 1-dimension function using linear regression
  • Part II:
    Predicting 1-dimension function with noise using linear regression
  • Part III:
    Predicting 2-dimension funnction using MLP regression
  • Part IV:
    Predicting an arbitrary function drawn in the .png file using MLP regression
  • Part V:
    Categorical Classification of data of pictures of 1 to 10 using tensorflow and keras
  • Part VI:
    Noise the images of the data and Predicting them using tensorflow, keras and convolution(conv2d)