Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

TODO.md 720 B

You have to be logged in to leave a comment. Sign In

TODO

Input / Output

  • 1-dimension data

    • Input: vector
    • Output:
      • vector
    • tensor(need reshape)
  • 2-dimension data(e.g. gray scale image)

    • Input: tensor(2-dimension)
    • Output:
    • vector(need flatten)
      • tensor(2-dimension)
  • 3-dimension data(e.g. color image)

    • Input: tensor(3-dimension)
    • Output:
      • vector(need flatten)
    • tensor(3-dimension)
  • 4-dimension data(e.g. color image with time sequence)

    • Input: tensor(4-dimension)
    • Output:
      • vector(need flatten)
    • tensor

Visualization

  • Convolutional layer:
    • it'll be implemented
      • input image
    • kernel
    • output image

Hyper Parameter Tuning

  • optuna
  • one cycle policy
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...