iamtrask.github.io icon indicating copy to clipboard operation
iamtrask.github.io copied to clipboard

Results 11 iamtrask.github.io issues
Sort by recently updated
recently updated
newest added

# HAPPENS ON SECURE SERVER l = 100 w = 2 ** 25 aBound = 10 tBound = 10 eBound = 10 max_dim = 16 scaling_factor = 1000 # keys...

The python code available via https://iamtrask.github.io/2015/07/12/basic-python-network/ has a sigmoid function written as ``` # sigmoid function def nonlin(x,deriv=False): if(deriv==True): return x*(1-x) return 1/(1+np.exp(-x)) ``` and it should be something like...

Hey As a humble suggestion, it would be really good to see more posts on popular papers like [word2vec](https://arxiv.org/pdf/1310.4546), [arc-eager dependency parsing](http://www.aclweb.org/anthology/C12-1059), etc Algorithms which are now taken for granted...

Thank you @iamtrask! A lot of what I've understood on neural nets comes from your posts and many other great blogs more than what I could understand through the papers....

I was trying out your script in https://iamtrask.github.io/2017/03/17/safe-ai/ with multi dimensional arrays. ``` x = np.array([[0,1,2,5], [4,5,9,10], [8,3,7,1 ]]) m = len(x) n = m w = 16 S =...

we probably can't merge this because this is a generated project? how does this work?

Since this project is based in the root folder. site.url makes more sense. Also, the previous implementation is broken. you can check it by going to a post page and...

I tried executing the code for sentiment analysis. But the datasets are not found on the given location,

https://github.com/iamtrask/iamtrask.github.io/search?utf8=%E2%9C%93&q=content%3D%22Write+your+site+description+here.+It+will+be+used+as+your+sites+meta+description+as+well%21%22