KerasWrapper
Keras wrapper
Provides Keras bindings within Pharo, allowing Python-based machine learning models to be used seamlessly in the Smalltalk environment.
Keras bindings for Pharo
9 stars
8 watching
1 forks
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
objectprofile/kerasbridge | A Smalltalk-based wrapper around the Keras deep learning framework | 6 |
dobiasd/frugally-deep | A lightweight C++ library that enables the use of Keras models without linking to TensorFlow | 1,073 |
keras-team/keras-hub | Provides pre-trained models and building blocks for natural language processing, computer vision, audio, and multimodal tasks | 797 |
matthiasplappert/keras-rl | A Python library implementing state-of-the-art deep reinforcement learning algorithms for Keras and OpenAI Gym environments. | 7 |
objectprofile/pythonbridge | A tool that allows executing Python code directly from Pharo | 22 |
keras-team/keras-cv | Provides modular computer vision components compatible with various deep learning frameworks | 1,010 |
gmalivenko/pytorch2keras | Converts PyTorch models to Keras models | 857 |
polymathorg/libtensorflow-pharo-bindings | Bindings for Pharo to interface with the TensorFlow machine learning library | 32 |
marcbs/keras | An extension of Keras with new functionalities and tools for multimodal learning | 225 |
pharo-contributions/ossubprocess | Forking Operating System Processes from within Pharo Language | 34 |
pharo-ai/datasets | A Smalltalk library for loading and managing datasets as data frames. | 9 |
pharo-contributions/clap-st | A command-line argument parser for Pharo image | 33 |
aurora95/keras-fcn | Keras implementation of Fully Convolutional Networks for Semantic Segmentation | 650 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |