• Stars
    star
    2
  • Language
    Dart
  • Created almost 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

I had built Fully Functioning Chat App with flutter & Firebase.I had used Firebase Auth, Firebase Firestore, Shared Preference to keep the user logged in, and Stream builder.User can search friends and message them. Chat Room is also created.

More Repositories

1

Directing-Customers-to-Subscription-Through-App-Behavior-Analysis

The objective of this model is to predict which users will not subscribe to the paid membership, so that greater marketing efforts can go into trying to 'convert' them to paid users. First i applied exploratory data analysis and plotted the histogram of numerical columns , correlation with response variable ,correlation matrix using Matplotlib and Seaborn. I used pandas and numpy for all of our data formatting steps. I build Logistic Regularization model using L1 regularization and find out accuracy of 77%. Our effort has given us model that will label every new user as 'highly likely' to subscribe.
Python
1
star
2

Breast-Cancer-Prediction

Support Vector Machine(SVM) algorithm was able to classify tumors into Malignant/Benign with 97% accuracy. The technique can rapidly evaluate breast masses and classify them in automated fashion. I visualized the data by pair-plot,scatter-plot,count-plot and heatmap with the help of seaborn library. It can be further improved by combing computer vision/ML techniques to directly classify cancer using tissue images.
Python
1
star
3

Student-Performance-Data-Set

The objective of this model is predict student performance in secondary education. First i visualize the grades of each student by all categorical andthe numeric columns. I dropped the columns that does not have great impact on performance. Then i encoding categorical data and applied backward elimination for finding optimal features. I split the data into training and test sets. I trained data on Random forest classifier, Kernel SVM and KNeighborsClassifier. So by confusion matrix and f-score we find out that random forest(77% accuracy) is best classifier for this problem. I plotted feature importance plot we find out absences is the important features for determining the grades of students.
Python
1
star