All Projects → AbhishekMali21 → MACHINE-LEARNING-LABORATORY

AbhishekMali21 / MACHINE-LEARNING-LABORATORY

Licence: MIT License
ML LAB PROGRAMS FOR SCHEMES +2015 +2017 +2018

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MACHINE-LEARNING-LABORATORY

mlf-core
CPU and GPU deterministic and therefore fully reproducible machine learning pipelines using MLflow.
Stars: ✭ 32 (+113.33%)
Mutual labels:  machinelearning
sugaroid
The not-that intelligent, but cute Artificially Intelligent bot, created when I was bored.
Stars: ✭ 12 (-20%)
Mutual labels:  machinelearning
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (+53.33%)
Mutual labels:  machinelearning
artificial neural networks
A collection of Methods and Models for various architectures of Artificial Neural Networks
Stars: ✭ 40 (+166.67%)
Mutual labels:  machinelearning
Forecasting-Solar-Energy
Forecasting Solar Power: Analysis of using a LSTM Neural Network
Stars: ✭ 23 (+53.33%)
Mutual labels:  machinelearning
sentiment-analysis-of-tweets-in-russian
Sentiment analysis of tweets in Russian using Convolutional Neural Networks (CNN) with Word2Vec embeddings.
Stars: ✭ 51 (+240%)
Mutual labels:  machinelearning
Nutshell-Machine-Learning
This is a repository built by the community for the community.
Stars: ✭ 77 (+413.33%)
Mutual labels:  machinelearning
VoiceNET.Library
.NET library to easily create Voice Command Control feature.
Stars: ✭ 14 (-6.67%)
Mutual labels:  machinelearning
Chameleon
Vintage guitar amp using neural networks.
Stars: ✭ 49 (+226.67%)
Mutual labels:  machinelearning
Social-Distancing-and-Face-Mask-Detection
Social Distancing and Face Mask Detection using TensorFlow. Install all required Libraries and GPU drivers as well. Refer to README.md or REPORT for know to installation requirement
Stars: ✭ 39 (+160%)
Mutual labels:  machinelearning
ml-time-series-analysis-on-sales-data
Time Series Decomposition techniques and random forest algorithm on sales data
Stars: ✭ 34 (+126.67%)
Mutual labels:  machinelearning
tablecloth
Dataset manipulation library built on the top of tech.ml.dataset
Stars: ✭ 167 (+1013.33%)
Mutual labels:  machinelearning
maggot
A lightweight python library that helps to keep track of numerical experiments
Stars: ✭ 114 (+660%)
Mutual labels:  machinelearning
word2vec-tsne
Google News and Leo Tolstoy: Visualizing Word2Vec Word Embeddings using t-SNE.
Stars: ✭ 59 (+293.33%)
Mutual labels:  machinelearning
Machine-learning-implement
Teach you how to implement machine learning algorithms
Stars: ✭ 37 (+146.67%)
Mutual labels:  machinelearning
Musical-World
DBMS Mini Project that basically designed for online music player
Stars: ✭ 59 (+293.33%)
Mutual labels:  vtu
zoofs
zoofs is a python library for performing feature selection using a variety of nature-inspired wrapper algorithms. The algorithms range from swarm-intelligence to physics-based to Evolutionary. It's easy to use , flexible and powerful tool to reduce your feature size.
Stars: ✭ 142 (+846.67%)
Mutual labels:  machinelearning
AutoForce
Sparse Gaussian Process Potentials
Stars: ✭ 17 (+13.33%)
Mutual labels:  machinelearning
forestError
A Unified Framework for Random Forest Prediction Error Estimation
Stars: ✭ 23 (+53.33%)
Mutual labels:  machinelearning
Amazon-Fine-Food-Review
Machine learning algorithm such as KNN,Naive Bayes,Logistic Regression,SVM,Decision Trees,Random Forest,k means and Truncated SVD on amazon fine food review
Stars: ✭ 28 (+86.67%)
Mutual labels:  machinelearning

Laboratory Experiments:

  1. IMPLEMENT AND DEMONSTRATETHE FIND-S ALGORITHM FOR FINDING THE MOST SPECIFIC HYPOTHESIS BASED ON A GIVEN SET OF TRAINING DATA SAMPLES. READ THE TRAINING DATA FROM A .CSV FILE.

  2. FOR A GIVEN SET OF TRAINING DATA EXAMPLES STORED IN A .CSV FILE, IMPLEMENT AND DEMONSTRATE THE CANDIDATE-ELIMINATION ALGORITHMTO OUTPUT A DESCRIPTION OF THE SET OF ALL HYPOTHESES CONSISTENT WITH THE TRAINING EXAMPLES.

  3. WRITE A PROGRAM TO DEMONSTRATE THE WORKING OF THE DECISION TREE BASED ID3 ALGORITHM. USE AN APPROPRIATE DATA SET FOR BUILDING THE DECISION TREE AND APPLY THIS KNOWLEDGE TOCLASSIFY A NEW SAMPLE.

  4. BUILD AN ARTIFICIAL NEURAL NETWORK BY IMPLEMENTING THE BACKPROPAGATION ALGORITHM AND TEST THE SAME USING APPROPRIATE DATA SETS.

  5. WRITE A PROGRAM TO IMPLEMENT THE NAÏVE BAYESIAN CLASSIFIER FOR A SAMPLE TRAINING DATA SET STORED AS A .CSV FILE. COMPUTE THE ACCURACY OF THE CLASSIFIER, CONSIDERING FEW TEST DATA SETS.

  6. ASSUMING A SET OF DOCUMENTS THAT NEED TO BE CLASSIFIED, USE THE NAÏVE BAYESIAN CLASSIFIER MODEL TO PERFORM THIS TASK. BUILT-IN JAVA CLASSES/API CAN BE USED TO WRITE THE PROGRAM. CALCULATE THE ACCURACY, PRECISION, AND RECALL FOR YOUR DATA SET.

  7. WRITE A PROGRAM TO CONSTRUCT ABAYESIAN NETWORK CONSIDERING MEDICAL DATA. USE THIS MODEL TO DEMONSTRATE THE DIAGNOSIS OF HEART PATIENTS USING STANDARD HEART DISEASE DATA SET. YOU CAN USE JAVA/PYTHON ML LIBRARY CLASSES/API.

  8. APPLY EM ALGORITHM TO CLUSTER A SET OF DATA STORED IN A .CSV FILE. USE THE SAME DATA SET FOR CLUSTERING USING K-MEANS ALGORITHM. COMPARE THE RESULTS OF THESE TWO ALGORITHMS AND COMMENT ON THE QUALITY OF CLUSTERING. YOU CAN ADD JAVA/PYTHON ML LIBRARY CLASSES/API IN THE PROGRAM.

  9. WRITE A PROGRAM TO IMPLEMENT K-NEAREST NEIGHBOUR ALGORITHM TO CLASSIFY THE IRIS DATA SET. PRINT BOTH CORRECT AND WRONG PREDICTIONS. JAVA/PYTHON ML LIBRARY CLASSES CAN BE USED FOR THIS PROBLEM.

  10. IMPLEMENT THE NON-PARAMETRIC LOCALLY WEIGHTED REGRESSIONALGORITHM IN ORDER TO FIT DATA POINTS. SELECT APPROPRIATE DATA SET FOR YOUR EXPERIMENT AND DRAW GRAPHS.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].