thesemicolon icon indicating copy to clipboard operation
thesemicolon copied to clipboard

This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.

Results 18 thesemicolon issues
Sort by recently updated
recently updated
newest added

while fitting the model, the number of epochs syntax is changed.

Here's my code for python3, the above mentioned error is persisting by all the means I'm trying. Can you review it up once? ``` #-- coding: utf-8 -- import time...

import time from tweepy import Stream from tweepy import OAuthHandler from tweepy.streaming import StreamListener import json from textblob import TextBlob import matplotlib.pyplot as plt import re def calctime(a): return time.time()-a...

Where is the mnist.csv file?

Great tool, really! How would you compute average sentiment on processed tweets?

Getting output as 401 401 401 while executing.. ![401](https://user-images.githubusercontent.com/32920949/46809419-0b176c00-cd8c-11e8-8115-d6db9600602a.JPG)

\Users\Suyog\Desktop\python>python chat.py C:\Users\Suyog\AppData\Local\Programs\Python\Python35\lib\site-packages\gensim\utils.py:1212: UserWarning: detected Windows; aliasing chunkize to chunkize_serial warnings.warn("detected Windows; aliasing chunkize to chunkize_serial") Using TensorFlow backend. WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-toolchain`...

Hi, I am using your basic LSTM architecture to recreate the chatbot. However, I am using GloVe embedding. During my training process, my Training accuracy gets stuck at very low...

1. "word2vec.bin" 2. "conversation.json" os.chdir("D:\semicolon\Deep Learning\chatbot"); model = gensim.models.Word2Vec.load('word2vec.bin'); path2="corpus"; file=open(path2+'/conversation.json');

the error occurred is: Traceback (most recent call last): File "/home/srinath/char_gen.py", line 63, in model.add(LSTM(256, input_shape=(x.shape[2], x.shape[1]), return_sequences=True)) File "/home/srinath/anaconda3/lib/python3.6/site-packages/keras/engine/sequential.py", line 166, in add layer(x) File "/home/srinath/anaconda3/lib/python3.6/site-packages/keras/layers/recurrent.py", line 500, in...