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
Copy file name to clipboardExpand all lines: gitprofile.config.ts
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,13 @@ const CONFIG = {
33
33
// To hide the `External Projects` section, keep it empty.
34
34
projects: [
35
35
{
36
-
title: 'Project Name',
36
+
title: 'Currency Prediction Using Naive Bayes Classification',
37
37
description:
38
-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.',
38
+
'This project aims to develop a predictive model for forecasting currency exchange rates using the Naive Bayes algorithm. The model is designed to classify the direction of currency movements (e.g., appreciation or depreciation) based on historical data and other macroeconomic indicators.',
0 commit comments