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:

  1.  take picture of a news paper of any wall paper by opencv 
  2.  extract  text only from  their  
  3.  save all these text in row format into a file like , csv , pdf 
  4.  apply stopwords removal and count most frequent words
  5.  plot graph of the same 

NLP  problem #2 : 

  1.   take reviews of any of the make my trip application
  2.   process them with NLP 
  3.   find  the sentiment about those reviews
  4.   recommend the similar app that  can provide the same

NLP  problem #3:

  1.  extract email from gmail or any other smtp server
  2.   pick the body part of email and save into a file
  3.  apply NLP here 
  4.  use stemming  to decide the spam and ham about email
  5.  if it is spam the you can delete it 
  6.  run this problem 5 times in a day and analyse  number of spam and ham 
  7.  pick top 10 email only in each time 
  8.  make sure you are running  program in 5 different times 
  9.  plot the graph of success of the program and spam , ham count as well

Polynomial Regression Problem #1:

  1.   Scrape this histroy of the player 
  2.   choose batsman and find run score by bats man in every inning
  3.   maintain the list of number balls and number of runs 
  4.   now create a polynomial or linear model 
  5.   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.


Comments

  1. Pynumber1: https://github.com/Smriti5/Machine-Learning/blob/master/numpy1.py

    ReplyDelete
    Replies
    1. problem1 completed
      problem2 completed
      problem3 completed
      https://github.com/mukulsingh94868/ML-project

      Delete
  2. @SurajShrivastav
    problem 1-->https://github.com/srjshrivastav/Machine_Learning/blob/master/ML1.py

    ReplyDelete
    Replies
    1. Problem 2-->https://github.com/srjshrivastav/Machine_Learning/blob/master/ML2.py

      problem 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

      Delete
  3. problem1 solved: https://github.com/ayushikhandelwal99/ML/blob/master/punumber:1.ipynb

    ReplyDelete
    Replies
    1. problem 2 solved: https://github.com/ayushikhandelwal99/ML/blob/master/pynumber_2.ipynb

      Delete
    2. problem3 solved: https://github.com/ayushikhandelwal99/ML/blob/master/data_visualization_1.ipynb

      Delete
    3. problem5 solved: https://github.com/ayushikhandelwal99/ML/blob/master/datavisualization_3.ipynb

      Delete
  4. problem1--> https://github.com/muditjain788/adhoc_ml/blob/master/task2.py

    ReplyDelete
    Replies
    1. problem2--> https://github.com/muditjain788/adhoc_ml/blob/master/problem2

      Delete
    2. data_visualization--> https://github.com/muditjain788/adhoc_ml/blob/master/data_visul1.ipynb

      Delete
  5. https://github.com/deveshshakya/summer19MLb2/blob/master/problem1.py
    https://github.com/deveshshakya/summer19MLb2/blob/master/problem2.py

    ReplyDelete
  6. https://github.com/ayushsoni9784/ML-Tasks/blob/master/pynum1.py

    ReplyDelete
  7. https://github.com/nampy3/n_ml/


    problem1: pynumber1.ipynb (Done)

    ReplyDelete
    Replies
    1. Problem2 :pynumber2.ipynb(Done)

      Problem3: data_visualization: 1.ipynb (Done)

      Delete
    2. data visualization 3: data_visualization_3_.ipynb(done)

      Delete
    3. data visualization 4: data_visualization_4_.ipynb(done)

      Delete
    4. Problem1:https://github.com/mohit266/ML-/blob/master/MlProblem1.ipynb
      Problem2:https://github.com/mohit266/ML-/blob/master/MLProblem02.ipynb

      Delete
    5. DataVisualization 1:https://github.com/mohit266/ML-/blob/master/DataVisualization_01.ipynb

      Delete
    6. DataVisualization 3:https://github.com/mohit266/ML-/blob/master/DataVisualization_03.ipynb
      DataVisualization 4:https://github.com/mohit266/ML-/blob/master/DataVisualization_04.ipynb

      Delete
    7. Datavisualization 2: data_visualization_2.ipynb(done)

      Delete
    8. supervised machine learning 1: TitanicML.ipynb(Done)

      Delete
    9. computer vision #1:computer_vision1.ipynb (done)
      computer vision #3:computer_vision3.ipynb (done)


      Delete
  8. https://github.com/hitanshu319/ml-tasks/blob/master/pynum1.py

    ReplyDelete
  9. Pynumber1: https://github.com/RiddhimGupta/MachineLearning/blob/master/pynumber1.py

    ReplyDelete
    Replies
    1. Pynumber2: https://github.com/RiddhimGupta/MachineLearning/blob/master/pynumber2.py
      data_visualization: 1: https://github.com/RiddhimGupta/MachineLearning/blob/master/data_visualisation1.py

      Delete
  10. https://github.com/avaishnav6292/summer19MLb2/blob/master/pynumber_1.py
    https://github.com/avaishnav6292/summer19MLb2/blob/master/pynumber_2.py
    https://github.com/avaishnav6292/summer19MLb2/blob/master/data_visualization_1.py

    ReplyDelete
  11. problem1---> https://github.com/ankit3466/ML/blob/master/pynumber1.py
    problem2---> https://github.com/ankit3466/ML/blob/master/pynumber2.py

    ReplyDelete
    Replies
    1. problem3--->https://github.com/ankit3466/ML/blob/master/data_visual1.ipynb
      problem5--->https://github.com/ankit3466/ML/blob/master/data_visualization_3.ipynb

      Delete
  12. problem1--->https://github.com/isnam01/machine-learning/blob/master/ml-p1.py
    problem2--->https://github.com/isnam01/machine-learning/blob/master/ml-p2.py
    problem3--->https://github.com/isnam01/machine-learning/blob/master/data_vis1.py

    ReplyDelete
  13. problem1:--https://github.com/SonalGupta-02/MachineLearning/blob/master/pynumber1.ipynb

    ReplyDelete
    Replies
    1. datavisualization1:--https://github.com/SonalGupta-02/MachineLearning/blob/master/data_visualization.ipynb

      Delete
  14. Task-1 https://github.com/jainhimani1999/MachineLearning/blob/master/Task-1
    Task-2 https://github.com/jainhimani1999/MachineLearning/blob/master/Task-2
    Task-3 https://github.com/jainhimani1999/MachineLearning/blob/master/Task-3

    ReplyDelete
    Replies
    1. DV-3 https://github.com/jainhimani1999/MachineLearning/blob/master/data%20visualistaion%20-3
      DV-4 https://github.com/jainhimani1999/MachineLearning/blob/master/data%20visualistaion%20-4

      Delete
    2. supervised machine learning 1 https://github.com/jainhimani1999/MachineLearning/blob/master/supervised_learning-1
      CV-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

      Delete
  15. pynumber1,2 and datavisualization1
    (https://github.com/piyushagarwal08/Adhoc-Specialisation-ML/blob/master/ML_TASKS.ipynb)

    ReplyDelete
  16. This comment has been removed by the author.

    ReplyDelete
  17. problem 1- https://github.com/nidjaj/machine-learning-tasks/blob/master/problem%201
    problem 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

    ReplyDelete
  18. prob1: https://github.com/CyberDude0/Problems-slashreboot.blogspot.com-/blob/master/mlprob1
    prob2: https://github.com/CyberDude0/Problems-slashreboot.blogspot.com-/blob/master/mlprob2

    ReplyDelete
  19. @Priyank Agarwal

    Task1:-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

    ReplyDelete
  20. completed (https://github.com/Kanika018/Machine-Learning1/blob/master/pr1,2)

    ReplyDelete
    Replies
    1. completed data virtual.(https://github.com/Kanika018/Machine-Learning1/blob/master/virtual1)
      completed data virtual.(https://github.com/Kanika018/Machine-Learning1/blob/master/virtual%203)

      Delete
    2. This comment has been removed by the author.

      Delete
  21. data_visualization: 1
    https://github.com/Dhaker15/machine-leaning/blob/master/data_visualization1.py

    ReplyDelete
  22. NUMPY 1,NUMPY 2,DATAVIS1 :---
    https://github.com/harshmangal1108/specialization

    ReplyDelete
  23. Girish

    problem1 : https://github.com/grshprajapat/ML2K19/blob/master/ml_pro1.py
    problem2 : https://github.com/grshprajapat/ML2K19/blob/master/ml_pro2.py

    ReplyDelete
    Replies
    1. problem3 : https://github.com/grshprajapat/ML2K19/blob/master/vir_pro4.py

      Delete
  24. Solution pynumber1 :- https://github.com/chetangaur/MLSUMMER19/blob/master/Problem1.py
    Solution pynumber2 :- https://github.com/chetangaur/MLSUMMER19/blob/master/Problem2.py

    ReplyDelete
    Replies
    1. Solution Data_visualization1 :- https://github.com/chetangaur/MLSUMMER19/blob/master/Data_visualization.ipynb

      Delete
  25. praveen kumar dakua

    problem1: https://github.com/dakuapraveen/ML_python_adhoc/blob/master/pynumber1.py
    problem2: https://github.com/dakuapraveen/ML_python_adhoc/blob/master/pynumber2.py

    ReplyDelete
    Replies
    1. data_visualization3:
      https://github.com/dakuapraveen/ML_python_adhoc/blob/master/data_visualization3.ipynb

      Delete
    2. data_visualization1:
      https://github.com/dakuapraveen/ML_python_adhoc/blob/master/data_visualization1.ipynb

      Delete
  26. pynumber1-completed
    pynumber2 - completed
    data visualisation1- completed

    https://github.com/archit-55/ML-tasks

    ReplyDelete
  27. pynumber:1 --> https://github.com/Akshat111999/MLsummer19/blob/master/pynumber:1.py
    pynumber:2 --> https://github.com/Akshat111999/MLsummer19/blob/master/pynumber:2.py

    ReplyDelete
    Replies
    1. data_visualization:1 https://github.com/Akshat111999/MLsummer19/blob/master/data_visualization_1.ipynb
      data_visualization:3 https://github.com/Akshat111999/MLsummer19/blob/master/data_visualisation_3.ipynb

      Delete
  28. pynumber1 -- completed -- https://github.com/Abhinaay/ML-Adhoc/blob/master/pynumber1.py
    pynumber2 -- completed -- https://github.com/Abhinaay/ML-Adhoc/blob/master/pynumber2.py

    ReplyDelete
  29. This comment has been removed by the author.

    ReplyDelete
  30. https://github.com/deveshshakya/summer19MLb2/blob/master/data_visualization_1.ipynb

    ReplyDelete
  31. any one make data_visualization: 2?????

    ReplyDelete
  32. pynumber1 :https://github.com/darkdraiden14/ML-Project/blob/master/pynumber1.py

    ReplyDelete
    Replies
    1. pynumber2: https://github.com/darkdraiden14/ML-Project/blob/master/pynumber2.py

      Delete
    2. data_visualization-1:https://github.com/darkdraiden14/ML-Project/blob/master/data_visualization-1.ipynb

      Delete
    3. Data_visualization3: https://github.com/darkdraiden14/ML-Project/blob/master/Data_visualization3.py.ipynb

      Delete
    4. This comment has been removed by the author.

      Delete
    5. Data_visualization4 (All parts done): https://github.com/darkdraiden14/ML-Project/blob/master/data_visualzation4.ipynb

      took help regarding how to count words from here :
      https://github.com/jainhimani1999/MachineLearning/

      Delete
    6. ComputerVision1: https://github.com/darkdraiden14/ML-Project/blob/SupervisedML/ComputerVision1.py

      Delete
    7. ComputerVision3: https://github.com/darkdraiden14/ML-Project/blob/SupervisedML/ComputerVision3.py

      Delete
    8. SupervisedML(titanic): https://github.com/darkdraiden14/ML-Project/blob/master/SupervisedML1(titanic).ipynb

      Delete
  33. This comment has been removed by the author.

    ReplyDelete
  34. This comment has been removed by the author.

    ReplyDelete
  35. https://github.com/25prateek/ml/blob/master/pynumber1.py
    https://github.com/25prateek/ml/blob/master/pynumber2.py

    ReplyDelete
  36. pynumber2-->https://github.com/sk4201/machinelearning/blob/master/pynumber_2.ipynb
    data_visulazation-->https://github.com/sk4201/machinelearning/blob/master/data_visualization_1.ipy

    ReplyDelete
    Replies
    1. Pynumber-->https://github.com/sk4201/machinelearning/blob/master/pynumber1.ipynb

      Delete
    2. data_visualization3---https://github.com/sk4201/machinelearning/blob/Supervised/data_visualization_3_.ipynb

      Delete
  37. https://github.com/ARPIT443/Machine-Learning/blob/master/pynumber1.py
    https://github.com/ARPIT443/Machine-Learning/blob/master/pynumber2.py

    ReplyDelete
    Replies
    1. NLP problem #1: https://github.com/ARPIT443/Machine-Learning/blob/master/Text_Detection.ipynb

      NLP 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

      Delete
  38. pynumber1: (Done) --- https://github.com/shubham570/Machine_learning/blob/master/prob1.ipynb
    pynumber2: (Done) ---https://github.com/shubham570/Machine_learning/blob/master/Prob2.ipynb

    ReplyDelete
  39. pynumber1,2 nd dv1
    https://github.com/Dhaker15/machine-leaning

    ReplyDelete
  40. Problem1-->https://github.com/Anujgodara/ML/blob/master/problem1ML
    Problem2-->https://github.com/Anujgodara/ML/blob/master/problem2ML

    ReplyDelete
    Replies
    1. data_visualisations-1-->https://github.com/Anujgodara/ML/blob/data_visualizations/data_visualisations1.ipynb
      data_visualisations-3-->https://github.com/Anujgodara/ML/blob/data_visualizations/data_visualisation3.ipynb

      Delete
  41. Hi i m dangs
    pynumber1,2, -- completed
    datavisulaisation1-- completed
    https://github.com/sheldoncooper07/ML

    ReplyDelete
  42. Problem-1(completed):https://github.com/Himani200/Machine-Learning/blob/master/ml1.py
    Problem-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

    ReplyDelete
  43. problem1 -----> https://github.com/bhavyavj/Machine-Learning/blob/master/pynumber1.py
    problem2 -----> https://github.com/bhavyavj/Machine-Learning/blob/master/pynumber2.py

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
    2. data_visual..1---->
      https://github.com/bhavyavj/Machine-Learning/blob/master/student_csv.ipynb
      data_visual..3---->
      https://github.com/bhavyavj/Machine-Learning/blob/master/Bank_csv.ipynb

      Delete
  44. 1-- https://github.com/snehamathur01/coding/blob/master/ML%20-task1
    2-- https://github.com/snehamathur01/coding/blob/master/ML%20-task2

    ReplyDelete
    Replies
    1. visualisation - https://github.com/snehamathur01/coding/blob/master/ML%20-task3

      Delete
  45. Data_Visualization_1 (Done) --- https://github.com/shubham570/Machine_learning/blob/master/datavis1.ipynb

    ReplyDelete
  46. problem-1 -done - https://github.com/bhawna-goyal/bhawna_repos/blob/master/MLproblem_1.ipynb
    problem -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

    ReplyDelete
    Replies
    1. https://github.com/bhawna-goyal/bhawna_repos/blob/data_processing/Data_Visualization3.ipynb

      Delete
    2. data visualization 2 :-https://github.com/bhawna-goyal/bhawna_repos/blob/data_processing/Data_Visualization2.2.txt
      https://github.com/bhawna-goyal/bhawna_repos/blob/data_processing/Data_Visualization2.1.txt

      Delete
  47. https://github.com/avaishnav6292/summer19MLb2/blob/master/data_visualization_3.py

    ReplyDelete
  48. prob2: https://github.com/muskanbansal8/machine_learning-/blob/master/numpy_prob2
    prob1:https://github.com/muskanbansal8/machine_learning-/blob/master/numpy_prob1
    datavisualization_prob1: https://github.com/muskanbansal8/machine_learning-/blob/master/datavisualization_prob1

    ReplyDelete
  49. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. Problem 3 ---> https://github.com/ayushm1998/machinelearning/blob/Data-Processing/ASFTASK3.ipynb

      Delete
  50. pynumber 1 :
    https://github.com/khushimittal0108/adhocnw_machinelearning/blob/Data-Processing/pynumber1.ipynb
    pynumber 2 :
    https://github.com/khushimittal0108/adhocnw_machinelearning/blob/Data-Processing/pynumber2.ipynb

    ReplyDelete
    Replies
    1. Data visualization 1 :
      https://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

      Delete
  51. Tarini Tyagi

    Problem 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

    ReplyDelete
  52. Problem 1 solved =https://github.com/vyspriyL/machine-learning-task/blob/master/problem1
    Problem 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

    ReplyDelete
  53. https://github.com/dmaurya98/summerML19/blob/master/ML1.py
    https://github.com/dmaurya98/summerML19/blob/master/ML2.py

    ReplyDelete
  54. Aman
    Problem1 Solved
    Problem2 Solved
    https://github.com/Amanpandey1998/AIrepofile

    ReplyDelete
  55. pynumber:1 -> https://github.com/DEEPESH98/Machine-Larning/blob/master/pynumber:%201.py

    pynumber:2 -> https://github.com/DEEPESH98/Machine-Larning/blob/master/pynumber:%202.py

    ReplyDelete
  56. pynumber1=https://github.com/harsh5239/python/blob/master/pynumber1.py
    pynumber2=https://github.com/harsh5239/python/blob/master/pynumber2.ipynb
    data_visualization1=https://github.com/harsh5239/python/blob/master/data_visualization1.py

    ReplyDelete
    Replies
    1. data_visualization3=https://github.com/harsh5239/python/blob/master/data_visualization3.ipynb

      Delete
  57. Solution 1) https://github.com/ShivangeeSingh/machine-learning/blob/ML/Untitled4.ipynb
    Solution 2) https://github.com/ShivangeeSingh/machine-learning/blob/ML/Untitled8.ipynb

    ReplyDelete
    Replies
    1. Solution 3)https://github.com/ShivangeeSingh/machine-learning/blob/supervisedml/data_visualisation1.ipynb

      Delete
  58. Problem 1: https://github.com/prayasshrivastava/Python-Programming/blob/master/numpy.ipynb

    problem 2: https://github.com/prayasshrivastava/Python-Programming/blob/master/shape.ipynb

    ReplyDelete
  59. @pradyumn

    pynumber1--> 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

    ReplyDelete
  60. prolem1:------------>>>>>>>>>>>...https://github.com/ujjusharma/ML-prolems/blob/master/ML_problem1.ipynb

    ReplyDelete
  61. problem1:https://github.com/tanishka99/ML/blob/master/problem1.py
    problem2:https://github.com/tanishka99/ML/blob/master/problem2.py
    problem3:https://github.com/tanishka99/ML/blob/master/problem3.py

    ReplyDelete
  62. pynumber1,2and data_visuali1
    :https://github.com/agarwalsourabh55/MachineLearning

    ReplyDelete
  63. Problem 1--> https://github.com/shrishtikala/ML/blob/master/ques1.ipynb
    Problem 2--> https://github.com/shrishtikala/ML/blob/master/ques2.ipynb
    Data_visualization1--> https://github.com/shrishtikala/ML/blob/master/datavis_ques1.ipynb

    ReplyDelete
  64. Problem 1 : https://github.com/Kritika-30/ML-/blob/Data_processing/2darray.py
    Problem 2 : https://github.com/Kritika-30/ML-/blob/Data_processing/arange_array.py

    ReplyDelete
    Replies
    1. data_visualization 1 : https://github.com/Kritika-30/ML-/blob/Data_processing/piechart.py

      Delete
    2. data_visualisation 3: https://github.com/Kritika-30/ML-/blob/Supervised_ML/AI_problem3.ipynb

      Delete
    3. data_visualization 4: https://github.com/Kritika-30/ML-/blob/Supervised_ML/Data_visualization4.ipynb

      Delete
  65. data_visualisation4:
    https://github.com/tanusharma22/tt/blob/master/pv4.ipynb

    ReplyDelete
  66. numpy problem1:
    https://github.com/tanusharma22/tt/blob/master/npyproblem1

    numpy problem2:
    https://github.com/tanusharma22/tt/blob/master/numpy2

    ReplyDelete
  67. data_visualization3--https://github.com/nidjaj/machine-learning-tasks/blob/master/datavisualization3.ipynb

    ReplyDelete
  68. data_visualisation1:
    https://github.com/tanusharma22/tt/blob/master/dv1.ipynb

    dat_visualisation3:
    https://github.com/tanusharma22/tt/blob/master/DV3.ipynb

    ReplyDelete
  69. ML 1[Completed] https://github.com/Tarini-Tyagi/AmazingML/blob/master/ML-Task-1.ipynb
    ML 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

    ReplyDelete
  70. @shreya_sharma
    problem 1,2 ,datavisualisation -1,3
    https://github.com/shree026/ML

    ReplyDelete
  71. data_visualization 1: https://github.com/prayasshrivastava/Python-Programming/blob/master/Student.ipynb

    ReplyDelete
  72. data_visualization 3: https://github.com/prayasshrivastava/Python-Programming/blob/master/Charts.ipynb

    ReplyDelete
  73. only data_visualization_2 is left
    https://github.com/piyushagarwal08/Adhoc-Specialisation-ML/blob/master/ML_TASKS.ipynb

    ReplyDelete
  74. Problem 1: https://github.com/ayushm1998/machinelearning/blob/Data-Processing/ASFTASK1.ipynb

    Problem 2: https://github.com/ayushm1998/machinelearning/blob/Data-Processing/ASFTASK2.ipynb

    Problem 3: https://github.com/ayushm1998/machinelearning/blob/Data-Processing/ASFTASK3.ipynb

    ReplyDelete
  75. problem 1,2,3 and 5(last part remaining)

    https://github.com/hvijaycse/Summer_training_adhoc/tree/DataProcessing

    ReplyDelete
    Replies
    1. Supervised ML part 1 Complete

      https://github.com/hvijaycse/Summer_training_adhoc/tree/Supevised_ML

      Delete
  76. https://github.com/avaishnav6292/summer19MLb2/blob/master/data_visualization_4.ipynb

    ReplyDelete
  77. https://github.com/ANKIT3046/datascience_mlproject/blob/data_processing/notbook_datavisualisation_4(tran)_.ipynb

    ReplyDelete
  78. https://github.com/ANKIT3046/datascience_mlproject/blob/data_processing/notbook_datavisualisation_4(tran)_.ipynb

    ReplyDelete
  79. https://github.com/ANKIT3046/datascience_mlproject/blob/data_processing/tr_ml_datavisualisation_1.ipynb
    problum no 1

    ReplyDelete
  80. data_visualization: 1 -> https://github.com/DEEPESH98/Machine-Larning/blob/master/students_pie_chart.ipynb

    ReplyDelete
  81. https://github.com/gsiddharthgoyal67/numpy/blob/master/problem1.py.ipynb

    ReplyDelete
  82. https://github.com/gsiddharthgoyal67/numpy/blob/master/problem2.ipynb

    ReplyDelete
  83. Data Visualization 2 Remaining.
    Updated with SML1 problem

    link:- https://github.com/tarunsharma1999/SummertrainingML

    ReplyDelete
  84. DataVisualise problem 1,3
    https://github.com/i-gitit/pythonlibraries/tree/data_visualisation

    SupervisedML problem 1
    https://github.com/i-gitit/MachineLearning/tree/supervisedML

    ReplyDelete
  85. pynumber1 -- completed -- (https://github.com/Abhinaay/ML-Adhoc/blob/Numerical_Python/pynumber1.py)

    pynumber2 -- 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)

    ReplyDelete
  86. supervised machine learning 1 -completed
    (https://github.com/nidjaj/machine-learning-tasks/blob/master/supervisedmachinelearning1.ipynb)

    ReplyDelete
  87. PyNumber 1: https://github.com/akshaybengani/Adhoc-Python/blob/master/pynumber1.py
    PyNumber 2: https://github.com/akshaybengani/Adhoc-Python/blob/master/pynumber2.py

    ReplyDelete
  88. https://github.com/ANKIT3046/datascience_mlproject/blob/computer-vision/computervission1.ipynb

    ReplyDelete
  89. https://github.com/ANKIT3046/datascience_mlproject/blob/computer-vision/working_on_image_in_opencv.ipynb

    ReplyDelete
  90. https://github.com/ANKIT3046/datascience_mlproject/blob/computer-vision/zoomimg_image_with_open_cv.ipynb

    ReplyDelete
  91. Now zoom using your cursor:>>
    https://github.com/tanusharma22/summer19files/blob/master/mouse_event.py

    ReplyDelete
  92. https://github.com/dmaurya98/summer19MLb2/blob/master/computer_vision_3.ipynb

    ReplyDelete
  93. datavisualization4 completed --https://github.com/nidjaj/machine-learning-tasks/blob/master/datavisualization4.ipynb
    datavisualization2 1 part completed --https://github.com/nidjaj/machine-learning-tasks/blob/master/datavisualization2.ipynb

    ReplyDelete
  94. supervised machine learning1 : (https://github.com/piyushagarwal08/Adhoc-Specialisation-ML/blob/master/ML_TASKS.ipynb)
    computer 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)

    ReplyDelete
  95. https://github.com/ThisisMrAvi/lifestylestore.github.io

    ReplyDelete

Post a Comment

Have a wonderful coding life.
Stay cool and do more code !!!

Popular posts from this blog

python3 challanges

Reboot your brain :2.0 Linux Basic tasks