Code Monkey home page Code Monkey logo

C CHARAN TEJA's Projects

ibm-data-science icon ibm-data-science

Respository of the practical assigments of the course IBM Data Science from coursera

ibm-machine-learning-with-python icon ibm-machine-learning-with-python

This repository contains all the coding excerises required to achieve the certificate for the, IBM: ML01010EN Machine Learning with Python: A Practical Introduction, course.

interview-preparation icon interview-preparation

Awesome list and code for Interview Preparation based on HackerRank, LeetCode, etc. on Python and C++

intro-python icon intro-python

Python pour Statistique et Science des Données -- Syntaxe, Trafic de Données, Graphes, Programmation, Apprentissage

intro-r icon intro-r

R pour Statistique et Science des Données -- Démarrer, syntaxe, graphes, éléments de programmation

lasagne icon lasagne

Lightweight library to build and train neural networks in Theano

leetcode-solutions icon leetcode-solutions

🏋️ Python / Modern C++ Solutions of All 2122 LeetCode Problems (Weekly Update)

m220p icon m220p

Learn the essentials of Python application development with MongoDB.

machine-learning icon machine-learning

Awesome list (courses, books, videos etc.) and implementation of Machine Learning Algorithms

machine-learning-with-scikit-learn-python-3.x icon machine-learning-with-scikit-learn-python-3.x

In general, a learning problem considers a set of n samples of data and then tries to predict properties of unknown data. If each sample is more than a single number and, for instance, a multi-dimensional entry (aka multivariate data), it is said to have several attributes or features. Learning problems fall into a few categories: supervised learning, in which the data comes with additional attributes that we want to predict (Click here to go to the scikit-learn supervised learning page).This problem can be either: classification: samples belong to two or more classes and we want to learn from already labeled data how to predict the class of unlabeled data. An example of a classification problem would be handwritten digit recognition, in which the aim is to assign each input vector to one of a finite number of discrete categories. Another way to think of classification is as a discrete (as opposed to continuous) form of supervised learning where one has a limited number of categories and for each of the n samples provided, one is to try to label them with the correct category or class. regression: if the desired output consists of one or more continuous variables, then the task is called regression. An example of a regression problem would be the prediction of the length of a salmon as a function of its age and weight. unsupervised learning, in which the training data consists of a set of input vectors x without any corresponding target values. The goal in such problems may be to discover groups of similar examples within the data, where it is called clustering, or to determine the distribution of data within the input space, known as density estimation, or to project the data from a high-dimensional space down to two or three dimensions for the purpose of visualization (Click here to go to the Scikit-Learn unsupervised learning page).

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.