Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Dec 9, 2024
1 parent 48f05ed commit d07623a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
using namespace microgradCpp;
int main()
{
// DatasetType dataset = get_iris();

DataFrame df;
df.from_csv("./data/iris.csv");
df.normalize();
df.normalize();
df.encode_column("variety");
df.print();
df.shuffle();
df.print();
// stop();
// return 0;
// shuffle(dataset);

double TRAIN_SIZE{0.8};
// Create MLP model
// Input: 4 features, hidden layers: [7,7], output: 3 classes
Expand Down

0 comments on commit d07623a

Please sign in to comment.