| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseclass KayongoBrian(Agent):
"""Machine learning engineer. Trains things until they work."""
observation_space = ["computer vision", "deep RL", "real-world data"]
action_space = ["train", "ship", "teach", "repeat"]
reward = "models that actually make it to production"
def policy(self, state):
return max(self.ideas, key=lambda a: a.q_value) # mostly greedyNeural Style Transfer (NST) is one of the most fun techniques in deep learning. It merges two images, namely, a "content" image (C) and a "style" image (S), to create a "generated" image (G). The g…
Jupyter Notebook 20
The objective of this project is to leverage transfer learning to detect pneumonia from chest X-ray images. Pneumonia is a lung infection that can be bacterial or viral, leading to severe respirato…
Forked from RuthBiney/Water-Quality-Model-
Jupyter Notebook 1
| Back | FazBrowse Home | New Git URL |