You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those who are interested in using Java in a notebook-like environment, SMILE Studio is an integrated development environment (IDE) for machine learning and data science using the SMILE library. It combines an interactive notebook, an AI-powered agent panel, a file explorer, and a kernel explorer in a single, modern desktop application.
It is actually a generic Java compute environment beyond AI and ML. You can add the JARs to the classpath at runtime, allowing you to use any Maven artifact without restarting the kernel. For example,
//!mvn org.apache.commons:commons-math3:3.6.1
See SMILE repo to download, setup, and how to use it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
For those who are interested in using Java in a notebook-like environment, SMILE Studio is an integrated development environment (IDE) for machine learning and data science using the SMILE library. It combines an interactive notebook, an AI-powered agent panel, a file explorer, and a kernel explorer in a single, modern desktop application.
It is actually a generic Java compute environment beyond AI and ML. You can add the JARs to the classpath at runtime, allowing you to use any Maven artifact without restarting the kernel. For example,
See SMILE repo to download, setup, and how to use it.
Beta Was this translation helpful? Give feedback.
All reactions