@@ -28,31 +28,33 @@ Integrates TensorFlow Keras into Xircuits for streamlined deep learning workflow
2828
2929- [ Prerequisites] ( #prerequisites )
3030- [ Main Xircuits Components] ( #main-xircuits-components )
31- - [ Try the Examples] ( #try-the-examples )
31+ - [ Try The Examples] ( #try-the-examples )
3232- [ Installation] ( #installation )
3333
3434## Preview
3535
3636### TFKerasTransferLearning Example
3737
38- < img src = " https://github.com/user-attachments/assets/78f3460f-a9a0-4f1d-a1cf-ed0104c6a81b " alt = " TFKerasTransferLearning example " />
38+ ![ TFKerasTransferLearning ] ( https://github.com/user-attachments/assets/8719a3c1-76a6-49a5-8cd2-6c22d9abbf6c )
3939
4040
4141### TFKerasTransferLearning Result
4242
43- <img src =" https://github.com/user-attachments/assets/b16a84f2-8eaf-4f47-8af2-5326c148c34f " alt =" TFKerasTransferLearning result " />
43+ ![ TFKerasTransferLearning] ( https://github.com/user-attachments/assets/a617cdb2-3af7-47a6-a3d4-593eefd18c68 )
44+
4445
4546### TFKerasTrainImageClassifier Example
4647
47- <img src =" https://github.com/user-attachments/assets/9abbdecd-3b26-454c-b40f-8e9aac9f2383 " alt =" TFKerasTrainImageClassifier_Example " />
48+ ![ TFKerasTrainImageClassifier] ( https://github.com/user-attachments/assets/e85d5f65-470f-42c3-ab85-9795ba05bcb7 )
49+
4850
4951### TFKerasTrainImageClassifier Result
5052
5153<img src =" https://github.com/user-attachments/assets/6fd41596-aa0e-45bd-98e2-34b2baf0b5dd " alt =" TFKerasTrainImageClassifier_Result " />
5254
5355### TFKerasModelPredict Example
5456
55- < img src = " https://github.com/user-attachments/assets/80946c8e-dc45-40ba-be6c-1bee31371062 " alt = " TFKerasModelPredict_example " />
57+ ![ TFKerasModelPredict ] ( https://github.com/user-attachments/assets/71952d43-23d2-49ea-bcab-b68b9b894510 )
5658
5759
5860### TFKerasModelPredict Result
@@ -80,32 +82,21 @@ Assembles 2D Keras models, ideal for image-based datasets.
8082
8183<img src =" https://github.com/user-attachments/assets/def84826-5549-4de4-90c2-d01eaad9dc36 " alt =" KerasCreate2DInputModel " width =" 200 " height =" 75 " />
8284
85+ ### KerasTransferLearningModel:
86+ Fetches TensorFlow Keras Models for transfer learning.
87+
88+ <img src =" https://github.com/user-attachments/assets/5b98def2-87fe-4a92-8680-a2a5822210d6 " alt =" KerasTransferLearningModel " width =" 200 " height =" 250 " />
8389
8490### KerasTrainImageClassifier:
8591Trains Keras models for image classification tasks.
8692
87- <img src =" https://github.com/user-attachments/assets/1eeca792-d7d0-40fb-b689-f352bca59999 " alt =" KerasTrainImageClassifier " width =" 200 " height =" 100 " />
88-
89-
9093### KerasEvaluateAccuracy:
9194Evaluates Keras models for accuracy and loss using test datasets.
9295
93- <img src =" https://github.com/user-attachments/assets/489b6f59-df84-4120-bc6d-64eec7ef6625 " alt =" KerasEvaluateAccuracy " width =" 200 " height =" 100 " />
94-
95-
96- ### KerasTransferLearningModel:
97- Fetches TensorFlow Keras Models for transfer learning.
98-
99- <img src =" https://github.com/user-attachments/assets/5b98def2-87fe-4a92-8680-a2a5822210d6 " alt =" KerasTransferLearningModel " width =" 200 " height =" 250 " />
100-
101-
10296### TrainKerasModel:
10397Trains compiled Keras models with training data.
10498
105- <img src =" https://github.com/user-attachments/assets/7e2b8507-c31c-415a-81a0-c00ee1194e8a " alt =" TrainKerasModel " width =" 200 " height =" 150 " />
106-
107-
108- ## Try the Examples
99+ ## Try The Examples
109100
110101We have provided an example workflow to help you get started with the TensorFlow Keras component library. Give it a try and see how you can create custom TensorFlow Keras components for your applications.
111102
0 commit comments