Git Product home page Git Product logo

santoshmaher's Projects

all-the-interview-questions-you-need-in-one-place- icon all-the-interview-questions-you-need-in-one-place-

All the Interview Questions You Need in One Place : ✅ #JavaScrip #Java interviews https://lnkd.in/g9A2qMp ✅ #DataScienc #BusinessIntelligence #DataAnalytics interviews https://lnkd.in/gPi-KiB ✅#Database interviews https://lnkd.in/gSwkbNA ✅ #OperatingSystems interviews https://lnkd.in/gk_zmcd ✅ #Programming interviews https://lnkd.in/gyEEiSD ✅ #Web interviews https://lnkd.in/gSfmFzd ✅ #Networking interviews https://lnkd.in/gBcZAPt ✅ #Testing #QA interviews https://lnkd.in/gvVBktB ✅ #Banking & #Finance interviews https://lnkd.in/gaNx7ee ✅ #BPO & #CustomerSupport interviews https://lnkd.in/g8k6VzG ✅ #Creative interviews https://lnkd.in/g3ZsMEA ✅ #Legal interviews https://lnkd.in/g6Ykhkc ✅ #Microsoft interviews https://lnkd.in/gzZv4Hc ✅ Microsoft #Office https://lnkd.in/gqC_fu7 ✅ #ProjectManagement interviews https://lnkd.in/gth4vEf ✅ #Sales & #Marketing interviews https://lnkd.in/gBKrmC4 ✅ #SAP interviews https://lnkd.in/gYQj63H ✅ #Science interviews https://lnkd.in/gufGaqK ✅ #Server interviews https://lnkd.in/g9u5rwb 💥Interview Help #Advancetips to find a full-time or part-time Job https://lnkd.in/gaen8v3 Tips to #getRaise, #negotiate salary, #resignation letter https://lnkd.in/gApGqyM Tips on how to #excel in your interview https://lnkd.in/gkmVMxY

hrv icon hrv

Heart rate variability which find out the deference between two adjacent distances

machine-learning-algorithms-1 icon machine-learning-algorithms-1

Types of Machine Learning Algorithms There are 3 types of machine learning (ML) algorithms: Supervised Learning Algorithms: Supervised learning uses labeled training data to learn the mapping function that turns input variables (X) into the output variable (Y). In other words, it solves for f in the following equation: Y = f (X) This allows us to accurately generate outputs when given new inputs. We’ll talk about two types of supervised learning: classification and regression. Classification is used to predict the outcome of a given sample when the output variable is in the form of categories. A classification model might look at the input data and try to predict labels like “sick” or “healthy.” Regression is used to predict the outcome of a given sample when the output variable is in the form of real values. For example, a regression model might process input data to predict the amount of rainfall, the height of a person, etc. The first 5 algorithms that we cover in this blog – Linear Regression, Logistic Regression, CART, Naïve-Bayes, and K-Nearest Neighbors (KNN) — are examples of supervised learning. Ensembling is another type of supervised learning. It means combining the predictions of multiple machine learning models that are individually weak to produce a more accurate prediction on a new sample. Algorithms 9 and 10 of this article — Bagging with Random Forests, Boosting with XGBoost — are examples of ensemble techniques. Unsupervised Learning Algorithms: Unsupervised learning models are used when we only have the input variables (X) and no corresponding output variables. They use unlabeled training data to model the underlying structure of the data. We’ll talk about three types of unsupervised learning: Association is used to discover the probability of the co-occurrence of items in a collection. It is extensively used in market-basket analysis. For example, an association model might be used to discover that if a customer purchases bread, s/he is 80% likely to also purchase eggs. Clustering is used to group samples such that objects within the same cluster are more similar to each other than to the objects from another cluster. Dimensionality Reduction is used to reduce the number of variables of a data set while ensuring that important information is still conveyed. Dimensionality Reduction can be done using Feature Extraction methods and Feature Selection methods. Feature Selection selects a subset of the original variables. Feature Extraction performs data transformation from a high-dimensional space to a low-dimensional space. Example: PCA algorithm is a Feature Extraction approach. Algorithms 6-8 that we cover here — Apriori, K-means, PCA — are examples of unsupervised learning. Reinforcement learning: Reinforcement learning is a type of machine learning algorithm that allows an agent to decide the best next action based on its current state by learning behaviors that will maximize a reward. Reinforcement algorithms usually learn optimal actions through trial and error. Imagine, for example, a video game in which the player needs to move to certain places at certain times to earn points. A reinforcement algorithm playing that game would start by moving randomly but, over time through trial and error, it would learn where and when it needed to move the in-game character to maximize its point total.

node icon node

Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:

sentiment_analysis_vader icon sentiment_analysis_vader

Extract the sentiment score (-1 for negative, 0 for neutral and 1 for positive) from any given text using the vaderSentiment library. VADER stands for Valence Aware Dictionary and sEntiment Reasoner, which is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on text from other domains. Installing the requirements for this tutorial: pip install vaderSentiment

text-analysis-and-word-predaction icon text-analysis-and-word-predaction

# Text Analysis and prediction model using LSTM prediction next world based on training model LSTM store previous sentence and predicting new sentence or word. in the prediction model, we use LSTM, kears, and NLTK.

top-15-free-handbooks-data-science-ai- icon top-15-free-handbooks-data-science-ai-

Top 15 free Handbooks about Data Science / AI : ✅"Data Mining and Analysis": https://lnkd.in/g2aAhzu ✅"Introduction to Data Science" https://lnkd.in/gjv-vK5 ✅"Python Data Science Handbook" https://lnkd.in/gxcW3Ku ✅"Learning Pandas" https://lnkd.in/gP6PYE2 ✅"MACHINE LEARNING YEARNING" https://lnkd.in/gXdYjzi ✅"Feature Engineering for Machine Learning" https://lnkd.in/gVCGgEN ✅"The Hundred-Page Machine Learning Book" https://lnkd.in/gNb22Qh ✅ "Introduction to Statistical Machine Learning" https://lnkd.in/guFgpXD ✅"Statistics for Data Science" https://lnkd.in/gBudWsA ✅"Natural Language Processing With Python" https://lnkd.in/gCFKZAs ✅"The Deep Learning Textbook" https://lnkd.in/gfBv4h5 ✅ 600+ Q&As about: Stats, Python, Machine Learning, Deep Learning, NLP, CV https://lnkd.in/gevhVrZ ✅A Comprehensive Guide to Machine Learning https://lnkd.in/gAup7nA ✅ Dive into Deep Learning: https://lnkd.in/gGu5uxW ✅Deep learning Masterpiece by Andrew Ng https://lnkd.in/gU98mhj ✅Learning SQL: https://lnkd.in/g5MGAv4

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.