Welcome to Keras Discussions! #19700
Replies: 4 comments
-
I want some ideas on how can I add recommendations for metal health problems with very little data. Me and my friend working on this project and he already added content based recommendation but our mentor keeps telling us that add something more like in recommendations but the thing is we don't have that much data. So, what can I do to add another approach of recommendation which requires less data. |
Beta Was this translation helpful? Give feedback.
-
I use Keras extensively for its intuitive API and powerful deep learning capabilities. Currently, I'm applying it to my project in time-series analysis, building a predictive maintenance model for industrial equipment. I'm always looking for new ways to optimize my models and learn best practices. |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks for the initiative. I am working on audio signal processing, mostly voice but also music. While I like the high-level API and encapsulation, and I tend to subclass models and layers for all I do. As an example, I struggled a while with the interface of Layer.add_metric until I finally decided to handle all the metrics in my CutomLayers myself. At some point, I forgot to implement the related property (Layer.metrics) and I was astonished to see that the model had tracked my metrics anyway. Just a few days ago I again had the question of how model outputs, losses and metrics, and finally target values will be paired. I posed a question about a specific problem on StackOverflow. #19386 |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
Discussions is a place for you to connect with other members of the Keras community.
We hope that you:
build together 💪
Do not:
To get started, you can comment below with a brief self-introduction and description of how you use Keras.
Beta Was this translation helpful? Give feedback.
All reactions