Giter Site home page Giter Site logo

logo

Hi 👋, I'm Mohd Muttalib

Data Scientist

coding

mmuttalib1326

mmuttalib1326

  • 🔭 I’m currently working on Kaggle

  • 👨‍💻 All of my projects are available at https://www.kaggle.com/mohdmuttalib

  • 📫 How to reach me [email protected]

  • 💬 Ask me about | Machine Learning | Artificial Intelligence | Deep Learning | NLP | Computer Vision | Tableau | PowerBi | Excel | Google Analytics.

Connect with me:


mmuttalib1326 https://www.linkedin.com/in/mohd-muttalib1326/ https://www.kaggle.com/mohdmuttalib azmi_n_alig https://www.codechef.com/users/muttalib1326 muttalib1326 https://www.hackerrank.com/muttalib1326 https://auth.geeksforgeeks.org/user/muttalib1326/

Languages and Tools:


aws azure c css3 dart django flask git hadoop heroku html5 java linux matlab mysql opencv oracle pandas python pytorch scikit_learn seaborn tensorflow

Stats:


snake gif

 class MESSAGES
 {
   public:
       string THANK_READER()
       {
          return "Thanks for reading my README. Hope to see you again!"
       }
 }

🤝 Support

💙 If you like my projects, Give them ⭐ and Share it with friends!

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊

⚡️Stay awesome!⚡️

Mohd Muttalib's Projects

-handwritten-digit-classification-using-ann-mnist- icon -handwritten-digit-classification-using-ann-mnist-

In handwritten recognition digits, characters are given as input. The model can be recognized by the system. A simple artificial neural network (ANN) has an input layer, an output layer and some hidden layers between the input and output layer. CNN has a very similar architecture as ANN.

.movie-recommendaton-system-using-machine-learning icon .movie-recommendaton-system-using-machine-learning

Built a content based movie recommender system using cosine similarity, where the recommendations are based on the item metadata (i.e - movies, products, songs etc.) Contains the idea of a user liking an item, thereafter the other user gets recommended with the similar items.

adaboost-algorithm icon adaboost-algorithm

What is the AdaBoost Algorithm? AdaBoost also called Adaptive Boosting is a technique in Machine Learning used as an Ensemble Method. The most common algorithm used with AdaBoost is decision trees with one level that means with Decision trees with only 1 split. These trees are also called Decision Stumps.

anomaly-detection icon anomaly-detection

Anomaly detection is the process of identifying unexpected items or events in data sets, which differ from the norm. And anomaly detection is often applied on unlabeled data which is known as unsupervised anomaly detection.

bias---variance-tradeoff icon bias---variance-tradeoff

In statistics and machine learning, the bias–variance tradeoff is the property of a model that the variance of the parameter estimated across samples can be reduced by increasing the bias in the estimated parameters.

binary-classification icon binary-classification

This is the assignment solution for the datascience role of a Company. I have attempted a binary classification problem given the data, and have attempted feature selection, training (with validation) and presented the predictions.

binerization icon binerization

Binarization is the process of dividing data into two groups and assigning one out. of two values to all the members of the same group. This is usually accomplished. by defining a threshold t and assigning the value 0 to all the data points below. the threshold and 1 to those above it.

bivariate-analysis icon bivariate-analysis

Bivariate analysis:- is performed to find the relationship between each variable in the dataset and the target variable of interest (or) using 2 variables and finding the relationship between them.

bst icon bst

Implementation of binary search tree

car-price-prediction icon car-price-prediction

In this Project, we will learn Linear Regression and real time challenges during implementation for a business problem.

chef-and-bulb-invention icon chef-and-bulb-invention

Chef is trying to invent the light bulb that can run at room temperature without electricity. So he has N gases numbered from 0 to N−1 that he can use and he doesn't know which one of the N gases will work but we do know it. Now Chef has worked on multiple search algorithms to optimize search. For this project, he uses a modulo-based search algorithm that he invented himself. So first he chooses an integer K and selects all indices i in increasing order such that imodK=0 and test the gases on such indices, then all indices i in increasing order such that imodK=1, and test the gases on such indices, and so on. Given N, the index of the gas p that will work, and K, find after how much time will he be able to give Chefland a new invention assuming that testing 1 gas takes 1 day. For example, consider N=5,p=2 and K=3. On the 1st day, Chef tests gas numbered 0 because 0mod3=0. On the 2nd day, Chef tests gas numbered 3 because 3mod3=0. On the 3rd day, Chef tests gas numbered 1 because 1mod3=1. On the 4th day, Chef tests gas numbered 4 because 4mod3=1. On the 5th day, Chef tests gas numbered 2 because 2mod3=2. So after 5 days, Chef will be able to give Chefland a new invention

churn-prediction-using-ann- icon churn-prediction-using-ann-

Churn prediction means detecting which customers are likely to leave a service or to cancel a subscription to a service.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.