AI the Super Future
Design your career as per Industry 4.0
pynumber: 1
create 2D numpy based array with given conditions:
i) take input from user in terms of dimension like (3x2 or 6x7)
ii) fill this numpy array with random number
iii) store this array in a file
pynumber: 2
create a numpy array of 8x2 as having number in each cell between 100 and 200 such that difference between each element is 5
data_visualization: 1
visualize data graphs
i) take input from a file where you have 4 rows and 5 columns
ii) columns having - student_name , marks , age , contact , study_hours
iii) visualize this data as pie chart
iv) file name must student.csv with all column separated by ','
data_visualization: 2:
plot graphs given below in python3 with following data
i) calculate the internet speed from any web site you want
ii) graph the result as guage graph
iii) it must move as per the speed changes
data_visualization: 3
use this data from pandas
i) data source http://13.234.66.67/summer19/datasets/bank.csv
ii) read this data by pandas
iii) plot all the possible graphs
iv) use all possible combination of all columns
data_visualization: 4
write the code will follow conditions
i) scrape data of the url https://en.wikipedia.org/wiki/Machine_learning
ii) count all the words after scraping
iii) plot the pie and bar plot of top 20 repeated words
iv) plot scatter graph of all the words having presence more 3 times in scraped data
v) show stack plot of all the links that are present in above URL
supervised machine learning 1:
write supervised machine learning code to predict minimum death
Note: find data of titanic from kaggle or any relevant datasource
apply supervised machine learning with your choice of classifier
computer vision #1:
1. take two image of same dimension
2. cut the same part of image and replace it with each other
3. replace some random with 10 rows and 20 columns
computer vision #2:
1. zoom out a particular area of any image
2. except that particular area zoom out the rest part
3. merge two image in a single window
computer vision #3:
1. find the difference between two images
2. add two image and make a single image
NLP problem #1:
NLP problem #2 :
NLP problem #3:
Polynomial Regression Problem #1:
pynumber: 1
create 2D numpy based array with given conditions:
i) take input from user in terms of dimension like (3x2 or 6x7)
ii) fill this numpy array with random number
iii) store this array in a file
pynumber: 2
create a numpy array of 8x2 as having number in each cell between 100 and 200 such that difference between each element is 5
data_visualization: 1
visualize data graphs
i) take input from a file where you have 4 rows and 5 columns
ii) columns having - student_name , marks , age , contact , study_hours
iii) visualize this data as pie chart
iv) file name must student.csv with all column separated by ','
data_visualization: 2:
plot graphs given below in python3 with following data
i) calculate the internet speed from any web site you want
ii) graph the result as guage graph
iii) it must move as per the speed changes
data_visualization: 3
use this data from pandas
i) data source http://13.234.66.67/summer19/datasets/bank.csv
ii) read this data by pandas
iii) plot all the possible graphs
iv) use all possible combination of all columns
data_visualization: 4
write the code will follow conditions
i) scrape data of the url https://en.wikipedia.org/wiki/Machine_learning
ii) count all the words after scraping
iii) plot the pie and bar plot of top 20 repeated words
iv) plot scatter graph of all the words having presence more 3 times in scraped data
v) show stack plot of all the links that are present in above URL
supervised machine learning 1:
write supervised machine learning code to predict minimum death
Note: find data of titanic from kaggle or any relevant datasource
apply supervised machine learning with your choice of classifier
computer vision #1:
1. take two image of same dimension
2. cut the same part of image and replace it with each other
3. replace some random with 10 rows and 20 columns
computer vision #2:
1. zoom out a particular area of any image
2. except that particular area zoom out the rest part
3. merge two image in a single window
computer vision #3:
1. find the difference between two images
2. add two image and make a single image
NLP problem #1:
- take picture of a news paper of any wall paper by opencv
- extract text only from their
- save all these text in row format into a file like , csv , pdf
- apply stopwords removal and count most frequent words
- plot graph of the same
NLP problem #2 :
- take reviews of any of the make my trip application
- process them with NLP
- find the sentiment about those reviews
- recommend the similar app that can provide the same
NLP problem #3:
- extract email from gmail or any other smtp server
- pick the body part of email and save into a file
- apply NLP here
- use stemming to decide the spam and ham about email
- if it is spam the you can delete it
- run this problem 5 times in a day and analyse number of spam and ham
- pick top 10 email only in each time
- make sure you are running program in 5 different times
- plot the graph of success of the program and spam , ham count as well
Polynomial Regression Problem #1:
- Scrape this histroy of the player
- choose batsman and find run score by bats man in every inning
- maintain the list of number balls and number of runs
- now create a polynomial or linear model
- create a polynomail based model so that it can be decided on average number of balls how many runs will be scored by any batsman.
Pynumber1: https://github.com/Smriti5/Machine-Learning/blob/master/numpy1.py
ReplyDeleteproblem1 completed
Deleteproblem2 completed
problem3 completed
https://github.com/mukulsingh94868/ML-project
@SurajShrivastav
ReplyDeleteproblem 1-->https://github.com/srjshrivastav/Machine_Learning/blob/master/ML1.py
Problem 2-->https://github.com/srjshrivastav/Machine_Learning/blob/master/ML2.py
Deleteproblem 3--->https://github.com/srjshrivastav/Machine_Learning/blob/master/Student_pie_chart.py
Problem 5--->https://github.com/srjshrivastav/Machine_Learning/blob/master/DV3.py
Problem 6--->https://github.com/srjshrivastav/Machine_Learning/blob/master/DV4.py
problem1 solved: https://github.com/ayushikhandelwal99/ML/blob/master/punumber:1.ipynb
ReplyDeleteproblem 2 solved: https://github.com/ayushikhandelwal99/ML/blob/master/pynumber_2.ipynb
Deleteproblem3 solved: https://github.com/ayushikhandelwal99/ML/blob/master/data_visualization_1.ipynb
Deleteproblem5 solved: https://github.com/ayushikhandelwal99/ML/blob/master/datavisualization_3.ipynb
Deleteproblem1--> https://github.com/muditjain788/adhoc_ml/blob/master/task2.py
ReplyDeleteproblem2--> https://github.com/muditjain788/adhoc_ml/blob/master/problem2
Deletedata_visualization--> https://github.com/muditjain788/adhoc_ml/blob/master/data_visul1.ipynb
Deletehttps://github.com/deveshshakya/summer19MLb2/blob/master/problem1.py
ReplyDeletehttps://github.com/deveshshakya/summer19MLb2/blob/master/problem2.py
https://github.com/ayushsoni9784/ML-Tasks/blob/master/pynum1.py
ReplyDeletehttps://github.com/nampy3/n_ml/
ReplyDeleteproblem1: pynumber1.ipynb (Done)
Problem2 :pynumber2.ipynb(Done)
DeleteProblem3: data_visualization: 1.ipynb (Done)
data visualization 3: data_visualization_3_.ipynb(done)
Deletedata visualization 4: data_visualization_4_.ipynb(done)
DeleteProblem1:https://github.com/mohit266/ML-/blob/master/MlProblem1.ipynb
DeleteProblem2:https://github.com/mohit266/ML-/blob/master/MLProblem02.ipynb
DataVisualization 1:https://github.com/mohit266/ML-/blob/master/DataVisualization_01.ipynb
DeleteDataVisualization 3:https://github.com/mohit266/ML-/blob/master/DataVisualization_03.ipynb
DeleteDataVisualization 4:https://github.com/mohit266/ML-/blob/master/DataVisualization_04.ipynb
Datavisualization 2: data_visualization_2.ipynb(done)
Deletesupervised machine learning 1: TitanicML.ipynb(Done)
Deletecomputer vision #1:computer_vision1.ipynb (done)
Deletecomputer vision #3:computer_vision3.ipynb (done)
https://github.com/hitanshu319/ml-tasks/blob/master/pynum1.py
ReplyDeletePynumber1: https://github.com/RiddhimGupta/MachineLearning/blob/master/pynumber1.py
ReplyDeletePynumber2: https://github.com/RiddhimGupta/MachineLearning/blob/master/pynumber2.py
Deletedata_visualization: 1: https://github.com/RiddhimGupta/MachineLearning/blob/master/data_visualisation1.py
https://github.com/avaishnav6292/summer19MLb2/blob/master/pynumber_1.py
ReplyDeletehttps://github.com/avaishnav6292/summer19MLb2/blob/master/pynumber_2.py
https://github.com/avaishnav6292/summer19MLb2/blob/master/data_visualization_1.py
problem1---> https://github.com/ankit3466/ML/blob/master/pynumber1.py
ReplyDeleteproblem2---> https://github.com/ankit3466/ML/blob/master/pynumber2.py
problem3--->https://github.com/ankit3466/ML/blob/master/data_visual1.ipynb
Deleteproblem5--->https://github.com/ankit3466/ML/blob/master/data_visualization_3.ipynb
problem1--->https://github.com/isnam01/machine-learning/blob/master/ml-p1.py
ReplyDeleteproblem2--->https://github.com/isnam01/machine-learning/blob/master/ml-p2.py
problem3--->https://github.com/isnam01/machine-learning/blob/master/data_vis1.py
problem1:--https://github.com/SonalGupta-02/MachineLearning/blob/master/pynumber1.ipynb
ReplyDeletedatavisualization1:--https://github.com/SonalGupta-02/MachineLearning/blob/master/data_visualization.ipynb
DeleteTask-1 https://github.com/jainhimani1999/MachineLearning/blob/master/Task-1
ReplyDeleteTask-2 https://github.com/jainhimani1999/MachineLearning/blob/master/Task-2
Task-3 https://github.com/jainhimani1999/MachineLearning/blob/master/Task-3
DV-3 https://github.com/jainhimani1999/MachineLearning/blob/master/data%20visualistaion%20-3
DeleteDV-4 https://github.com/jainhimani1999/MachineLearning/blob/master/data%20visualistaion%20-4
supervised machine learning 1 https://github.com/jainhimani1999/MachineLearning/blob/master/supervised_learning-1
DeleteCV-1 https://github.com/jainhimani1999/MachineLearning/blob/master/computer_vision_1.ipynb
CV-2 https://github.com/jainhimani1999/MachineLearning/blob/master/computer_vision_2.ipynb-
CV-3 https://github.com/jainhimani1999/MachineLearning/blob/master/computer_vision_3.ipynb
pynumber1,2 and datavisualization1
ReplyDelete(https://github.com/piyushagarwal08/Adhoc-Specialisation-ML/blob/master/ML_TASKS.ipynb)
This comment has been removed by the author.
ReplyDeleteproblem 1- https://github.com/nidjaj/machine-learning-tasks/blob/master/problem%201
ReplyDeleteproblem 2-https://github.com/nidjaj/machine-learning-tasks/blob/master/problem%202
problem 3-https://github.com/nidjaj/machine-learning-tasks/blob/master/problem3.ipynb
prob1: https://github.com/CyberDude0/Problems-slashreboot.blogspot.com-/blob/master/mlprob1
ReplyDeleteprob2: https://github.com/CyberDude0/Problems-slashreboot.blogspot.com-/blob/master/mlprob2
@Priyank Agarwal
ReplyDeleteTask1:-https://github.com/Crash-overloaded/ML/blob/master/ML_Task1.ipynb
Task2:-https://github.com/Crash-overloaded/ML/blob/master/ML_Task2.ipynb
Task3:-https://github.com/Crash-overloaded/ML/blob/master/Data_Vis1.ipynb
completed (https://github.com/Kanika018/Machine-Learning1/blob/master/pr1,2)
ReplyDeletecompleted data virtual.(https://github.com/Kanika018/Machine-Learning1/blob/master/virtual1)
Deletecompleted data virtual.(https://github.com/Kanika018/Machine-Learning1/blob/master/virtual%203)
This comment has been removed by the author.
Deletedata_visualization: 1
ReplyDeletehttps://github.com/Dhaker15/machine-leaning/blob/master/data_visualization1.py
NUMPY 1,NUMPY 2,DATAVIS1 :---
ReplyDeletehttps://github.com/harshmangal1108/specialization
https://github.com/harshmangal1108/specialization/tree/master
DeleteDATAVIS3 DONE
DeleteGirish
ReplyDeleteproblem1 : https://github.com/grshprajapat/ML2K19/blob/master/ml_pro1.py
problem2 : https://github.com/grshprajapat/ML2K19/blob/master/ml_pro2.py
problem3 : https://github.com/grshprajapat/ML2K19/blob/master/vir_pro4.py
DeleteSolution pynumber1 :- https://github.com/chetangaur/MLSUMMER19/blob/master/Problem1.py
ReplyDeleteSolution pynumber2 :- https://github.com/chetangaur/MLSUMMER19/blob/master/Problem2.py
Solution Data_visualization1 :- https://github.com/chetangaur/MLSUMMER19/blob/master/Data_visualization.ipynb
Deletepraveen kumar dakua
ReplyDeleteproblem1: https://github.com/dakuapraveen/ML_python_adhoc/blob/master/pynumber1.py
problem2: https://github.com/dakuapraveen/ML_python_adhoc/blob/master/pynumber2.py
data_visualization3:
Deletehttps://github.com/dakuapraveen/ML_python_adhoc/blob/master/data_visualization3.ipynb
data_visualization1:
Deletehttps://github.com/dakuapraveen/ML_python_adhoc/blob/master/data_visualization1.ipynb
pynumber1-completed
ReplyDeletepynumber2 - completed
data visualisation1- completed
https://github.com/archit-55/ML-tasks
pynumber:1 --> https://github.com/Akshat111999/MLsummer19/blob/master/pynumber:1.py
ReplyDeletepynumber:2 --> https://github.com/Akshat111999/MLsummer19/blob/master/pynumber:2.py
data_visualization:1 https://github.com/Akshat111999/MLsummer19/blob/master/data_visualization_1.ipynb
Deletedata_visualization:3 https://github.com/Akshat111999/MLsummer19/blob/master/data_visualisation_3.ipynb
pynumber1 -- completed -- https://github.com/Abhinaay/ML-Adhoc/blob/master/pynumber1.py
ReplyDeletepynumber2 -- completed -- https://github.com/Abhinaay/ML-Adhoc/blob/master/pynumber2.py
This comment has been removed by the author.
ReplyDeletehttps://github.com/deveshshakya/summer19MLb2/blob/master/data_visualization_1.ipynb
ReplyDeleteany one make data_visualization: 2?????
ReplyDeletepynumber1 :https://github.com/darkdraiden14/ML-Project/blob/master/pynumber1.py
ReplyDeletepynumber2: https://github.com/darkdraiden14/ML-Project/blob/master/pynumber2.py
Deletedata_visualization-1:https://github.com/darkdraiden14/ML-Project/blob/master/data_visualization-1.ipynb
DeleteData_visualization3: https://github.com/darkdraiden14/ML-Project/blob/master/Data_visualization3.py.ipynb
DeleteThis comment has been removed by the author.
DeleteData_visualization4 (All parts done): https://github.com/darkdraiden14/ML-Project/blob/master/data_visualzation4.ipynb
Deletetook help regarding how to count words from here :
https://github.com/jainhimani1999/MachineLearning/
ComputerVision1: https://github.com/darkdraiden14/ML-Project/blob/SupervisedML/ComputerVision1.py
DeleteComputerVision3: https://github.com/darkdraiden14/ML-Project/blob/SupervisedML/ComputerVision3.py
DeleteSupervisedML(titanic): https://github.com/darkdraiden14/ML-Project/blob/master/SupervisedML1(titanic).ipynb
DeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeletehttps://github.com/25prateek/ml/blob/master/pynumber1.py
ReplyDeletehttps://github.com/25prateek/ml/blob/master/pynumber2.py
pynumber2-->https://github.com/sk4201/machinelearning/blob/master/pynumber_2.ipynb
ReplyDeletedata_visulazation-->https://github.com/sk4201/machinelearning/blob/master/data_visualization_1.ipy
Pynumber-->https://github.com/sk4201/machinelearning/blob/master/pynumber1.ipynb
Deletedata_visualization3---https://github.com/sk4201/machinelearning/blob/Supervised/data_visualization_3_.ipynb
Deletehttps://github.com/ARPIT443/Machine-Learning/blob/master/pynumber1.py
ReplyDeletehttps://github.com/ARPIT443/Machine-Learning/blob/master/pynumber2.py
NLP problem #1: https://github.com/ARPIT443/Machine-Learning/blob/master/Text_Detection.ipynb
DeleteNLP problem #2 : https://github.com/ARPIT443/Machine-Learning/blob/master/NLP_problem_2.ipynb
NLP problem #3 (Incomplete):https://github.com/ARPIT443/Python/blob/master/Reading%20Email%20using%20python
Polynomial Regression Problem #1: https://github.com/ARPIT443/Machine-Learning/blob/master/Cricket.ipynb
pynumber1: (Done) --- https://github.com/shubham570/Machine_learning/blob/master/prob1.ipynb
ReplyDeletepynumber2: (Done) ---https://github.com/shubham570/Machine_learning/blob/master/Prob2.ipynb
pynumber1,2 nd dv1
ReplyDeletehttps://github.com/Dhaker15/machine-leaning
Problem1-->https://github.com/Anujgodara/ML/blob/master/problem1ML
ReplyDeleteProblem2-->https://github.com/Anujgodara/ML/blob/master/problem2ML
data_visualisations-1-->https://github.com/Anujgodara/ML/blob/data_visualizations/data_visualisations1.ipynb
Deletedata_visualisations-3-->https://github.com/Anujgodara/ML/blob/data_visualizations/data_visualisation3.ipynb
Hi i m dangs
ReplyDeletepynumber1,2, -- completed
datavisulaisation1-- completed
https://github.com/sheldoncooper07/ML
Problem-1(completed):https://github.com/Himani200/Machine-Learning/blob/master/ml1.py
ReplyDeleteProblem-2(completed):https://github.com/Himani200/Machine-Learning/blob/master/2ml.py
Data_visualization-1(completed):https://github.com/Himani200/Machine-Learning/blob/master/ml3(dv1).py
problem1 -----> https://github.com/bhavyavj/Machine-Learning/blob/master/pynumber1.py
ReplyDeleteproblem2 -----> https://github.com/bhavyavj/Machine-Learning/blob/master/pynumber2.py
This comment has been removed by the author.
Deletedata_visual..1---->
Deletehttps://github.com/bhavyavj/Machine-Learning/blob/master/student_csv.ipynb
data_visual..3---->
https://github.com/bhavyavj/Machine-Learning/blob/master/Bank_csv.ipynb
1-- https://github.com/snehamathur01/coding/blob/master/ML%20-task1
ReplyDelete2-- https://github.com/snehamathur01/coding/blob/master/ML%20-task2
visualisation - https://github.com/snehamathur01/coding/blob/master/ML%20-task3
DeleteData_Visualization_1 (Done) --- https://github.com/shubham570/Machine_learning/blob/master/datavis1.ipynb
ReplyDeleteproblem-1 -done - https://github.com/bhawna-goyal/bhawna_repos/blob/master/MLproblem_1.ipynb
ReplyDeleteproblem -2-done - https://github.com/bhawna-goyal/bhawna_repos/blob/master/MLproblem2.ipynb
problem-3 -done-https://github.com/bhawna-goyal/bhawna_repos/blob/master/MLproblem3.ipynb
https://github.com/bhawna-goyal/bhawna_repos/blob/data_processing/Data_Visualization3.ipynb
Deletedata visualization 2 :-https://github.com/bhawna-goyal/bhawna_repos/blob/data_processing/Data_Visualization2.2.txt
Deletehttps://github.com/bhawna-goyal/bhawna_repos/blob/data_processing/Data_Visualization2.1.txt
https://github.com/avaishnav6292/summer19MLb2/blob/master/data_visualization_3.py
ReplyDeleteprob2: https://github.com/muskanbansal8/machine_learning-/blob/master/numpy_prob2
ReplyDeleteprob1:https://github.com/muskanbansal8/machine_learning-/blob/master/numpy_prob1
datavisualization_prob1: https://github.com/muskanbansal8/machine_learning-/blob/master/datavisualization_prob1
This comment has been removed by the author.
ReplyDeleteProblem 3 ---> https://github.com/ayushm1998/machinelearning/blob/Data-Processing/ASFTASK3.ipynb
Deletepynumber 1 :
ReplyDeletehttps://github.com/khushimittal0108/adhocnw_machinelearning/blob/Data-Processing/pynumber1.ipynb
pynumber 2 :
https://github.com/khushimittal0108/adhocnw_machinelearning/blob/Data-Processing/pynumber2.ipynb
Data visualization 1 :
Deletehttps://github.com/khushimittal0108/adhocnw_machinelearning/blob/Data-Processing/data_visualization1.ipynb
Data visualization 3 :
https://github.com/khushimittal0108/adhocnw_machinelearning/blob/Data-Processing/datavisualization3.ipynb
Tarini Tyagi
ReplyDeleteProblem 1[Completed] https://github.com/Tarini-Tyagi/AmazingML/blob/master/ML-Task-1.ipynb
Problem 2[Completed] https://github.com/Tarini-Tyagi/AmazingML/blob/master/ML-Task2.ipynb
Problem 3[Completed]
https://github.com/Tarini-Tyagi/AmazingML/blob/master/DataVis-Task1.ipynb
Problem 1 solved =https://github.com/vyspriyL/machine-learning-task/blob/master/problem1
ReplyDeleteProblem 2 solved =https://github.com/vyspriyL/machine-learning-task/blob/master/problem%202
Problem 3 solved =https://github.com/vyspriyL/machine-learning-task/blob/master/problem%203
https://github.com/dmaurya98/summerML19/blob/master/ML1.py
ReplyDeletehttps://github.com/dmaurya98/summerML19/blob/master/ML2.py
Aman
ReplyDeleteProblem1 Solved
Problem2 Solved
https://github.com/Amanpandey1998/AIrepofile
pynumber:1 -> https://github.com/DEEPESH98/Machine-Larning/blob/master/pynumber:%201.py
ReplyDeletepynumber:2 -> https://github.com/DEEPESH98/Machine-Larning/blob/master/pynumber:%202.py
pynumber1=https://github.com/harsh5239/python/blob/master/pynumber1.py
ReplyDeletepynumber2=https://github.com/harsh5239/python/blob/master/pynumber2.ipynb
data_visualization1=https://github.com/harsh5239/python/blob/master/data_visualization1.py
harsh
Deletedata_visualization3=https://github.com/harsh5239/python/blob/master/data_visualization3.ipynb
DeleteSolution 1) https://github.com/ShivangeeSingh/machine-learning/blob/ML/Untitled4.ipynb
ReplyDeleteSolution 2) https://github.com/ShivangeeSingh/machine-learning/blob/ML/Untitled8.ipynb
Solution 3)https://github.com/ShivangeeSingh/machine-learning/blob/supervisedml/data_visualisation1.ipynb
DeleteProblem 1: https://github.com/prayasshrivastava/Python-Programming/blob/master/numpy.ipynb
ReplyDeleteproblem 2: https://github.com/prayasshrivastava/Python-Programming/blob/master/shape.ipynb
@pradyumn
ReplyDeletepynumber1--> https://github.com/sharmapradyumn/ML-Adhoc/blob/master/pynumber1.py
pynumber2-->https://github.com/sharmapradyumn/ML-Adhoc/blob/master/pynumber2.py
data_visualization1-->https://github.com/sharmapradyumn/ML-Adhoc/blob/master/datavisual1.py
prolem1:------------>>>>>>>>>>>...https://github.com/ujjusharma/ML-prolems/blob/master/ML_problem1.ipynb
ReplyDeleteproblem1:https://github.com/tanishka99/ML/blob/master/problem1.py
ReplyDeleteproblem2:https://github.com/tanishka99/ML/blob/master/problem2.py
problem3:https://github.com/tanishka99/ML/blob/master/problem3.py
pynumber1,2and data_visuali1
ReplyDelete:https://github.com/agarwalsourabh55/MachineLearning
Problem 1--> https://github.com/shrishtikala/ML/blob/master/ques1.ipynb
ReplyDeleteProblem 2--> https://github.com/shrishtikala/ML/blob/master/ques2.ipynb
Data_visualization1--> https://github.com/shrishtikala/ML/blob/master/datavis_ques1.ipynb
Problem 1 : https://github.com/Kritika-30/ML-/blob/Data_processing/2darray.py
ReplyDeleteProblem 2 : https://github.com/Kritika-30/ML-/blob/Data_processing/arange_array.py
data_visualization 1 : https://github.com/Kritika-30/ML-/blob/Data_processing/piechart.py
Deletedata_visualisation 3: https://github.com/Kritika-30/ML-/blob/Supervised_ML/AI_problem3.ipynb
Deletedata_visualization 4: https://github.com/Kritika-30/ML-/blob/Supervised_ML/Data_visualization4.ipynb
Deletedata_visualisation4:
ReplyDeletehttps://github.com/tanusharma22/tt/blob/master/pv4.ipynb
numpy problem1:
ReplyDeletehttps://github.com/tanusharma22/tt/blob/master/npyproblem1
numpy problem2:
https://github.com/tanusharma22/tt/blob/master/numpy2
data_visualization3--https://github.com/nidjaj/machine-learning-tasks/blob/master/datavisualization3.ipynb
ReplyDeletedata_visualisation1:
ReplyDeletehttps://github.com/tanusharma22/tt/blob/master/dv1.ipynb
dat_visualisation3:
https://github.com/tanusharma22/tt/blob/master/DV3.ipynb
ML 1[Completed] https://github.com/Tarini-Tyagi/AmazingML/blob/master/ML-Task-1.ipynb
ReplyDeleteML 2[Completed] https://github.com/Tarini-Tyagi/AmazingML/blob/master/ML-Task2.ipynb
DataVis 1[Completed]
https://github.com/Tarini-Tyagi/AmazingML/blob/master/DataVisTask1.ipynb
DataVis 2[Completed]
https://github.com/Tarini-Tyagi/GitCode/blob/DataProcessing/DatVis_Task2%20(1).ipynb
https://github.com/Tarini-Tyagi/GitCode/blob/DataProcessing/matgauge.py
DataVis 3 [Completed]
https://github.com/Tarini-Tyagi/GitCode/blob/DataProcessing/DataVis-Task3.ipynb
DataVis 4 [Completed]
https://github.com/Tarini-Tyagi/GitCode/blob/DataProcessing/DatVis_Task4.ipynb
@shreya_sharma
ReplyDeleteproblem 1,2 ,datavisualisation -1,3
https://github.com/shree026/ML
data_visualization 1: https://github.com/prayasshrivastava/Python-Programming/blob/master/Student.ipynb
ReplyDeletedata_visualization 3: https://github.com/prayasshrivastava/Python-Programming/blob/master/Charts.ipynb
ReplyDeleteonly data_visualization_2 is left
ReplyDeletehttps://github.com/piyushagarwal08/Adhoc-Specialisation-ML/blob/master/ML_TASKS.ipynb
Problem 1: https://github.com/ayushm1998/machinelearning/blob/Data-Processing/ASFTASK1.ipynb
ReplyDeleteProblem 2: https://github.com/ayushm1998/machinelearning/blob/Data-Processing/ASFTASK2.ipynb
Problem 3: https://github.com/ayushm1998/machinelearning/blob/Data-Processing/ASFTASK3.ipynb
This comment has been removed by the author.
Deleteproblem 1,2,3 and 5(last part remaining)
ReplyDeletehttps://github.com/hvijaycse/Summer_training_adhoc/tree/DataProcessing
Supervised ML part 1 Complete
Deletehttps://github.com/hvijaycse/Summer_training_adhoc/tree/Supevised_ML
https://github.com/avaishnav6292/summer19MLb2/blob/master/data_visualization_4.ipynb
ReplyDeletehttps://github.com/ANKIT3046/datascience_mlproject/blob/data_processing/notbook_datavisualisation_4(tran)_.ipynb
ReplyDeletehttps://github.com/ANKIT3046/datascience_mlproject/blob/data_processing/notbook_datavisualisation_4(tran)_.ipynb
ReplyDeletehttps://github.com/ANKIT3046/datascience_mlproject/blob/data_processing/tr_ml_datavisualisation_1.ipynb
ReplyDeleteproblum no 1
data_visualization: 1 -> https://github.com/DEEPESH98/Machine-Larning/blob/master/students_pie_chart.ipynb
ReplyDeletehttps://github.com/gsiddharthgoyal67/numpy/blob/master/problem1.py.ipynb
ReplyDeletehttps://github.com/gsiddharthgoyal67/numpy/blob/master/problem2.ipynb
ReplyDeleteData Visualization 2 Remaining.
ReplyDeleteUpdated with SML1 problem
link:- https://github.com/tarunsharma1999/SummertrainingML
DataVisualise problem 1,3
ReplyDeletehttps://github.com/i-gitit/pythonlibraries/tree/data_visualisation
SupervisedML problem 1
https://github.com/i-gitit/MachineLearning/tree/supervisedML
pynumber1 -- completed -- (https://github.com/Abhinaay/ML-Adhoc/blob/Numerical_Python/pynumber1.py)
ReplyDeletepynumber2 -- completed -- (https://github.com/Abhinaay/ML-Adhoc/blob/Numerical_Python/pynumber2.py)
DataVisualization1 -- completed -- (https://github.com/Abhinaay/ML-Adhoc/blob/Data_Visualization/data_visualization1.py)
DataVisualization3 -- completed -- (https://github.com/Abhinaay/ML-Adhoc/blob/Data_Visualization/Data_Visualization3.ipynb)
DataVisualization4 -- completed -- (https://github.com/Abhinaay/ML-Adhoc/blob/Data_Visualization/DataVisualization4.ipynb)
SupervisedML1 -- completed -- (https://github.com/Abhinaay/ML-Adhoc/blob/Supervised/SupervisedML1.ipynb)
supervised machine learning 1 -completed
ReplyDelete(https://github.com/nidjaj/machine-learning-tasks/blob/master/supervisedmachinelearning1.ipynb)
PyNumber 1: https://github.com/akshaybengani/Adhoc-Python/blob/master/pynumber1.py
ReplyDeletePyNumber 2: https://github.com/akshaybengani/Adhoc-Python/blob/master/pynumber2.py
https://github.com/ANKIT3046/datascience_mlproject/blob/computer-vision/computervission1.ipynb
ReplyDeletehttps://github.com/ANKIT3046/datascience_mlproject/blob/computer-vision/working_on_image_in_opencv.ipynb
ReplyDeletehttps://github.com/ANKIT3046/datascience_mlproject/blob/computer-vision/zoomimg_image_with_open_cv.ipynb
ReplyDeleteNow zoom using your cursor:>>
ReplyDeletehttps://github.com/tanusharma22/summer19files/blob/master/mouse_event.py
https://github.com/dmaurya98/summer19MLb2/blob/master/computer_vision_3.ipynb
ReplyDeletedatavisualization4 completed --https://github.com/nidjaj/machine-learning-tasks/blob/master/datavisualization4.ipynb
ReplyDeletedatavisualization2 1 part completed --https://github.com/nidjaj/machine-learning-tasks/blob/master/datavisualization2.ipynb
supervised machine learning1 : (https://github.com/piyushagarwal08/Adhoc-Specialisation-ML/blob/master/ML_TASKS.ipynb)
ReplyDeletecomputer vision 1 : (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/cv2_problem1.py)
computer vision 2: (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/cv2_problem2.py)
computer vision3: (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/cv2_problem3.py)
https://github.com/ThisisMrAvi/lifestylestore.github.io
ReplyDelete