-
**Concept**
1. Split the dataframe into target(y), and the rest of the dataframe with features(X)
2. X needs to be either 1) vectorized or 2) Encoded so that the categorical features are all convert…
-
#### Description
I suggest allowing mixed datasets (half binary variables, half real-valued variables) into the Naive Bayes classifier. Currently the `GaussianNB` and `BernoulliNB` classes handle one…
-
it seems that something has change in tiktoks html, the code is no longer able to drag and solve the captcha
I get this error when using this basic code:
```
users = [username]
async w…
-
'Filepath looks like a hdf5 file but h5py is not available.'
ImportError: Filepath looks like a hdf5 file but h5py is not available. filepath=G:\Python\Djangoface_recognitionmaster\faceRec\static\cla…
-
Here is a simple colab installation steps to reproduce(just run all cells):
https://colab.research.google.com/drive/1qIO7nJinqQpZuL3Hp7jB-iI6XD3jSzBr?usp=sharing
Failed at last step:
![image](ht…
-
hi,
Am new to ML projects and git . kindly help me to get started. i have cloned the repo now what should i do to run and see the output.
Thanks
-
Can you send the model to my email? thank you
thank you
1926568818@qq.com
-
@bubbliiiing hi thanks for sharing the code base I have a few queries on the idea which i want to implement
Idea1: to add an additional classification head with a bounding box that performs gender…
-
Hi @Gie-ok-Hie-ut ,
Thank you very much for your implementation.
Could you share your trained models with me?
My email is: hai.autoup@gmail.com
Thank you!
-
When I run [Age and Gender Classification Using Convolutional Neural Networks - Demo](http://nbviewer.jupyter.org/url/www.openu.ac.il/home/hassner/projects/cnn_agegender/cnn_age_gender_demo.ipynb) ,I …