Most answered questions in Machine Learning

0 votes
1 answer

CondaValueError: prefix already exists: F:\Ansoft\android\envs\mask

Hi@akhtar, It seems that the conda environment is already created. ...READ MORE

Jun 22, 2020 in Machine Learning by MD
• 95,440 points
3,977 views
0 votes
1 answer

What is the best machine learning website?

Hi@akhtar You can find lots of website which ...READ MORE

May 20, 2020 in Machine Learning by MD
• 95,440 points
611 views
0 votes
1 answer

How to save CNN model in keras?

Hi@akhtar, You can save your CNN model in keras. For ...READ MORE

May 19, 2020 in Machine Learning by MD
• 95,440 points
1,715 views
0 votes
1 answer

SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape

Hi@akhtar, In your file_name_path you have to give ...READ MORE

May 19, 2020 in Machine Learning by MD
• 95,440 points
7,233 views
+1 vote
1 answer

How to load CNN model in keras?

Hi@akhtar, You can load your pre-created model in ...READ MORE

May 18, 2020 in Machine Learning by MD
• 95,440 points
1,691 views
0 votes
1 answer

OSError: Unable to open file (truncated file: eof = 1277952, sblock->base_addr = 0, stored_eof = 17225924)

Hi@akhtar, You may get this error if your ...READ MORE

May 18, 2020 in Machine Learning by MD
• 95,440 points
4,163 views
0 votes
1 answer

ImportError: `load_weights` requires h5py.

Hi@akhtar, You are trying to use pre-created weight of ...READ MORE

May 18, 2020 in Machine Learning by MD
• 95,440 points
4,369 views
+1 vote
1 answer

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8nhf9w2t/grpcio/

Hi@akhtar, You may get this error because of ...READ MORE

May 16, 2020 in Machine Learning by MD
• 95,440 points
32,003 views
0 votes
1 answer

What are the best machine learning blogs or resources available?

Hi@akhtar, You can find lots of resources available ...READ MORE

May 14, 2020 in Machine Learning by MD
• 95,440 points
1,111 views
0 votes
1 answer

What are some real-time applications of Machine Learning?

Hi@akhtar, There are lots of examples of Machine ...READ MORE

May 14, 2020 in Machine Learning by MD
• 95,440 points
922 views
0 votes
1 answer

Where can I start learning Artificial Intelligence and Machine learning?

Hi@akhtar, If you are a beginner then you ...READ MORE

May 13, 2020 in Machine Learning by MD
• 95,440 points
433 views
0 votes
1 answer

Can we change the sigmoid with tanh in Logistic regression transforms??

Hi@Deepanshu, Yes, you can use tanh instead of ...READ MORE

May 12, 2020 in Machine Learning by MD
• 95,440 points
2,340 views
+1 vote
1 answer

​In ANN how the weight gets selected by the model INITIALLY?

Hi@Nandini, When you add your NN layer, it ...READ MORE

May 9, 2020 in Machine Learning by MD
• 95,440 points
495 views
0 votes
1 answer

How to perform convolution operation between two image pixels?

Hi@akhtar, This convolution function is a part of ...READ MORE

May 9, 2020 in Machine Learning by MD
• 95,440 points
622 views
+1 vote
1 answer

ModuleNotFoundError: No module named 'mnist'

Hi@akhtar, This mnist package comes with keras module ...READ MORE

May 9, 2020 in Machine Learning by MD
• 95,440 points
7,334 views
0 votes
1 answer

Error: while loading mnist dataset in jupyter!

Hi@akhtar, Instead of using sklearn dataset, you can use ...READ MORE

May 8, 2020 in Machine Learning by MD
• 95,440 points
2,093 views
0 votes
1 answer

How to convert 1D array into 2D array using pandas?

Hi@akhtar, You can follow the below given codes to ...READ MORE

May 8, 2020 in Machine Learning by MD
• 95,440 points
5,552 views
0 votes
1 answer

How to convert categorical variable into dummy variable?

Hi@akhtar, You can do this task using pandas ...READ MORE

May 7, 2020 in Machine Learning by MD
• 95,440 points
8,661 views
0 votes
1 answer

How to integrate Machine Learning with Spark?

Hi@akhtar, To integrate Hadoop with Spark, you need ...READ MORE

May 6, 2020 in Machine Learning by MD
• 95,440 points
618 views
0 votes
1 answer

ImportError: No module named seaborn

Hi@akhtar, By default it comes with Anaconda but ...READ MORE

Apr 28, 2020 in Machine Learning by MD
• 95,440 points
3,529 views
0 votes
1 answer

ImportError: cannot import name 'LinearRegression' from 'sklearn'

Hi@akhtar, You got this error because LinearRegression is ...READ MORE

Apr 24, 2020 in Machine Learning by MD
• 95,440 points
23,378 views
0 votes
1 answer

Tensorflow ImportError: cannot import name'abs' error

Hi@akhtar, You may get this error, if you ...READ MORE

Apr 23, 2020 in Machine Learning by MD
• 95,440 points
5,839 views
0 votes
1 answer

DLL load failed: A dynamic link library (DLL) initialization routine failed.

Hi@akhtar, This problem is related to version. Follow ...READ MORE

Apr 23, 2020 in Machine Learning by MD
• 95,440 points
5,134 views
+1 vote
1 answer

ModuleNotFoundError: No module named 'keras'

Hi@akhtar, I think this problem is related to ...READ MORE

Apr 23, 2020 in Machine Learning by MD
• 95,440 points

edited Aug 11, 2021 by Soumya 43,065 views
0 votes
1 answer

AttributeError: module 'tensorflow' has no attribute 'estimator'.

Hi@akhtar, There was an environment issue, tensorflow was ...READ MORE

Apr 23, 2020 in Machine Learning by MD
• 95,440 points
3,687 views
0 votes
1 answer

ImportError: No module named 'tensorflow.contrib.rnn.python.ops.core_rnn

Hi@akhtar, I think you got this error because of incompatible ...READ MORE

Apr 22, 2020 in Machine Learning by MD
• 95,440 points
10,731 views
0 votes
1 answer

AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'

Hi@akhtar, Tensorflow 2.0 has eager_execution enabled by default and ...READ MORE

Apr 21, 2020 in Machine Learning by MD
• 95,440 points
2,735 views
0 votes
1 answer

AttributeError: module 'tensorflow' has no attribute 'constant'

Hi@akhtar, There may be problem in the versions. ...READ MORE

Apr 21, 2020 in Machine Learning by MD
• 95,440 points
11,102 views
0 votes
1 answer

OpenCV Error: Assertion failed (size.width>0 && size.height>0)

Hi@akhtar, You are getting this error, because your ...READ MORE

Apr 20, 2020 in Machine Learning by MD
• 95,440 points
13,309 views
0 votes
1 answer

ImportError: cannot import name minimum_spanning_tree

Hi@akhtar, I think there may be problem in ...READ MORE

Apr 20, 2020 in Machine Learning by MD
• 95,440 points
1,943 views
0 votes
1 answer

ERROR: Could not install packages opencv-contrib-python due to an EnvironmentError: [WinError 5] Access is denied:

Hi@akhtar, I think you are trying to install ...READ MORE

Apr 20, 2020 in Machine Learning by MD
• 95,440 points
9,171 views
0 votes
1 answer

AttributeError: module 'cv2.cv2' has no attribute 'face_LBPHFaceRecognizer'

Hi@MD, LBPHFaceRecognizer module comes from a package named ...READ MORE

Apr 20, 2020 in Machine Learning by akhtar
• 38,230 points
15,637 views
0 votes
1 answer

How to add one new column in an existing dataset?

Hi@akhtar, You can do this task using numpy ...READ MORE

Apr 17, 2020 in Machine Learning by MD
• 95,440 points
2,251 views
0 votes
1 answer

AttributeError: module 'matplotlib' has no attribute 'scatter'

Hi@akhtar, To avoid this error, make sure you ...READ MORE

Apr 16, 2020 in Machine Learning by MD
• 95,440 points
10,283 views
0 votes
1 answer

IndexError: tuple index out of range

Hi@akhtar, I don't know your use cases. But ...READ MORE

Apr 15, 2020 in Machine Learning by MD
• 95,440 points
5,879 views
+1 vote
1 answer

ValueError: could not convert string to float in Machine learning.

Hi@akhtar, You are trying to use constant variable ...READ MORE

Apr 14, 2020 in Machine Learning by MD
• 95,440 points
26,201 views
0 votes
1 answer

ImportError: cannot import name 'train_test_split' from 'sklearn.linear_model

Hi@MD, I think in your version, linear_model  don't have train_test_split ...READ MORE

Apr 13, 2020 in Machine Learning by akhtar
• 38,230 points
7,690 views
0 votes
1 answer

How to import one Machine Learning model?

Hi@akhtar, To import one pre-created ML model, you ...READ MORE

Apr 13, 2020 in Machine Learning by MD
• 95,440 points
568 views
0 votes
1 answer

How to save machine learning model?

Hi@akhtar, To save your Machine Learning model, you ...READ MORE

Apr 13, 2020 in Machine Learning by MD
• 95,440 points
722 views
0 votes
1 answer

ValueError: Expected 2D array, got 1D array instead: array=[2 4 7 9].

Hi@akhtar, According to your code, you are trying ...READ MORE

Apr 9, 2020 in Machine Learning by MD
• 95,440 points
16,535 views
0 votes
1 answer
+1 vote
1 answer

not able to see all columns and rows of a pandas DataFrame?

Hi@akhtar, Your data set contains lots of rows ...READ MORE

Apr 8, 2020 in Machine Learning by MD
• 95,440 points
4,996 views
0 votes
1 answer

After installation of tensorflow ,attribute error: no Session module exists

To install TensorFlow you need to have ...READ MORE

Mar 16, 2020 in Machine Learning by Sirajul
• 59,230 points
779 views
+1 vote
1 answer

UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.

Hi@akhtar, You need to install a GUI toolkit, ...READ MORE

Mar 5, 2020 in Machine Learning by MD
• 95,440 points

edited Aug 11, 2021 by Soumya 62,072 views
0 votes
1 answer

Need help to select good high configuration laptop for doing ML,NLP ?

Get the RAM of max size available, ...READ MORE

Feb 4, 2020 in Machine Learning by Nishant
592 views
0 votes
1 answer

How to know if a problem is solvable by machine learning?

Transitioning from learning machine learning algorithms through ...READ MORE

Dec 13, 2023 in Machine Learning by anonymous
• 1,380 points
613 views
0 votes
1 answer

Real-time applications of machine learning on an industrial level

Traffic Alerts (Maps) Now, Google Maps is probably THE app we use ...READ MORE

Nov 21, 2019 in Machine Learning by Kisley
621 views