Mandatory Submission of the code file
Is it mandatory to attach the code file while submitting the solution file for the final selection? 5 posts - 4 participants Read full topic
View ArticleHow to increase the text generation speed with Gpt2 and XLNET?
I am using XLNET and Gpt2 for sentence generation,XLNET taking 4 days to generate 20K sentences, and Gpt2 with 1558M taking 12 hours to generate 20K sentences, I am using GPU instance for text...
View ArticleAny free courses on DS, ML, AI which give certificate also?
Hi, I want to do free courses in data science, machine learning, AI but I don’t want to do it without certificate. Everywhere I am checking they ask for money for the certificate. Allison courses are...
View Articlecross_val_score is returning nan list of scores in scikit learn
I am trying to handle imbalanced multi label dataset using cross validation but scikit learn cross_val_score is returning nan list of values on running classifier. Here is the code: import pandas as...
View ArticleSpeaker Recognition for attendance
Is there any way to find the average of .wav files in each folder for individual speaker ? Thanks in advance! 1 post - 1 participant Read full topic
View ArticleCareer Transition from java(Exp 5 Years) to Data science
Any one here who is experienced in other technology stream and switched to Data science. Need Guidance .I have total 5 years of exp. in Java and learned Data science myself and have fair knowledge in...
View ArticleHow Word2Vec work?
Hi Friends, I am trying to understand mechanism of Word2Vec for word embedding. I gone through from following links: https://www.analyticsvidhya.com/blog/2017/06/word-embeddings-count-word2veec/...
View ArticleEnd-to-end machine learning project with deployment
This the end-to-end machine learning project with deployment on Heroku. This article provides detailed explanation of each and every step used in this project. Article link - Deploying Machine...
View ArticleHow to build a chatbot in python
This article explains how a retrieval based chatbot can be build with the help of python, keras, NLTK… Building a Chatbot in Python - datamahadev.com 1 post - 1 participant Read full topic
View ArticleText Summarization | Text Summarization Using Deep Learning
Analytics Vidhya – 10 Jun 19 Text Summarization | Text Summarization Using Deep Learning A complete guide for text summarization in nlp. Learn about text summarization using deep learning and how to...
View ArticleUndergraduate student interested in Data Analytics/Big Data grad. education
Hi, I am a senior computer science student and I am interested in pursuing my grad. studies in data-related field such as Big Data or Dana Analytics. Academically, I have an average GPA (3.12/4.00),...
View ArticleCalculating UCB in MCTS
In this article, in iteration 4, for S1, UCB1 is calculated as follows: 10+2*sqrt(ln(3)/2) Should it be following?: 20+2*sqrt(ln(3)/2) UCB1 formula is given as: where Vi is the average reward/value of...
View ArticleData Science in Scala and Spark
scala spark only559×665 56.4 KB 2 posts - 1 participant Read full topic
View ArticleHypothesis Testing-Urgent
I have a dataset consisting of 10 quiz with more than 1000 unique students taking those test one by one. After each test student is given different grades. grade P for pass and F for fail. The one who...
View ArticleLemon fruits detection
Hi, I tried the ImageAI on a few Lemon tree pictures with hundreds of Lemon fruits, I have a lot of models but these models do not detect any Lemon fruits. Thanks Shalom 1 post - 1 participant Read...
View ArticleDeep Learning Tutorial to Build your own Video Classification Model
Good day! I am trying to implement this tutorial (https://www.analyticsvidhya.com/blog/2019/09/step-by-step-deep-learning-tutorial-video-classification-python/) in our Engagement Recognition Thesis....
View ArticleHow to Start Predictive Maintenance using Machine Learning?
Predictive maintenance is that the method of attempting to predict the failure of operational equipment and using preventive maintenance to avoid unspecified downtime. Since the approach is...
View ArticleData Science/Analytics use case advice
Hi guys, Desperately need advice on the analytics use case. I have around 60 odd BI reports (cloud based data reports for employees across globe). I need to identify similar ones so that the reports...
View ArticleMovie Genre Prediction Using Multi Label Classification
Analytics Vidhya – 22 Apr 19 Movie Genre Prediction Using Multi Label Classification Multi label classification model for predicting movie genres.In this article learn about predicting movie genres...
View ArticleHow to Build a Ball Tracking System for Cricket
Analytics Vidhya – 31 Mar 20 How to Build a Ball Tracking System for Cricket Ball tracking system is a part of DRS. Here, learn how to build a ball tracking system for cricket using object tracking,...
View Article