Skip to content

gaganhyp/Nerual_network-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Nerual_network-scratch

Neural network for predicting whether a given RGB value corresponds to morning, evening, or night, we can make a few adjustments:

Input: The RGB values will be the input features. Output: The output will have 3 nodes, corresponding to the classes: morning, evening, and night. Training Data: We'll need to define some example RGB values for morning, evening, and night.

Morning: Brighter colors, higher values in the RGB spectrum. Evening: Warmer tones, higher values in the red and yellow spectrum. Night: Darker colors, lower RGB values.

under development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages