Skip to content

Commit 31f7280

Browse files
committed
temp commit
1 parent 31bec21 commit 31f7280

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
This repository hosts my extra works and projects in the field of Machine Learning and deep-learning problems with the **TensorFlow platform**. the repository contains several folders in which each of them is for an specific course(or specialization) or project.
88

99
## Tensorflow Developer
10+
1011
This folder is for my works(assignments&labs) at TensorFlow Developer Coursera Specialization program and courses which I have taken for that specialization. below is the list of all the specializations and courses with their respective certificates That I have had.
1112

1213
- [**Machine Learning**](https://www.coursera.org/account/accomplishments/certificate/8YFX6GGF8PB9)
@@ -23,9 +24,10 @@ This folder is for my works(assignments&labs) at TensorFlow Developer Coursera S
2324
- Fundamentals of Reinforcement Learning
2425

2526
## Seeds Dataset Classifier
26-
This folder is for a classifier for the Seeds dataset from [here](https://archive.ics.uci.edu/ml/datasets/seeds). the data is first preprocessed with standard normalization and then feeded to various architectures of neural networks to see the overfitting effect and learning curves.
27-
for better understanding of the classfier **Tensorboard** is used to analyze the results of the learning, and other callbacks such as
28-
early stopping is also used to compile the models. for pre-processing the data *Pandas* library were used.
27+
28+
This folder is for a classifier for the Seeds dataset from [here](https://archive.ics.uci.edu/ml/datasets/seeds). the data is first preprocessed with standard normalization and then feeded to various architectures of neural networks to see the overfitting effect and learning curves.
29+
for better understanding of the classfier **Tensorboard** is used to analyze the results of the learning, and other callbacks such as
30+
early stopping is also used to compile the models. for pre-processing the data _Pandas_ library were used
2931

3032
# Contribution
3133

0 commit comments

Comments
 (0)