jrtechs
|
5315d56b50
|
added steam notebook to repo
|
4 years ago |
jrtechs
|
4a7666ec09
|
added cuda vs cpu notebook
|
4 years ago |
jrtechs
|
fd1854a85d
|
added open-cv 8 bit art notebook
|
4 years ago |
jrtechs
|
50f415dd8e
|
added pytorch tutorial notebook used for blog post
|
4 years ago |
jrtechs
|
1d54275982
|
added updated version of embeddings notebook
|
4 years ago |
jrtechs
|
800dffa515
|
finished embeddings-2 post
|
4 years ago |
jrtechs
|
10885b78ed
|
part 2 embeddings notebook
|
4 years ago |
jrtechs
|
6c74b2d3f4
|
Merge branch 'master' of https://github.com/jrtechs/RandomScripts
|
4 years ago |
jrtechs
|
b83b4688e9
|
burnout notebook
|
4 years ago |
jrtechs
|
869d24ee9d
|
added swap img
|
4 years ago |
jrtechs
|
ebdfc2290c
|
temp work on word embeddigns
|
4 years ago |
jrtechs
|
37e45b9ee9
|
fixed extension
|
4 years ago |
Jeffery Russell
|
fa36f4593e
|
added jupyter file on k-means
|
4 years ago |
jrtechs
|
a75917cb3d
|
Started sleep stuff
|
4 years ago |
jrtechs
|
9c40f58d5d
|
Finished graphing fitbit post
|
4 years ago |
jrtechs
|
6689e24630
|
Worked on step data
|
4 years ago |
jrtechs
|
ad3dedc56a
|
Basic matplotlib graphs with pandas df
|
4 years ago |
jrtechs
|
c34d11c2e8
|
Started graphing my life with fitbit blog post/presentation.
|
4 years ago |
Jeffery Russell
|
bb2fb4975d
|
Merge pull request #30 from THIYAGU22/patch-3
text_preprocessing.py
|
5 years ago |
Jeffery Russell
|
8608d05876
|
Merge pull request #34 from jay4jyotika/master
added exponential searching algo
|
5 years ago |
Jyotika
|
b8de724277
|
added exponential searching algo
|
5 years ago |
Jeffery Russell
|
b14f9b1f6f
|
Merge pull request #33 from PulkitMishra/master
Adds Floyd Warshall Algorithm
|
5 years ago |
Pulkit Mishra
|
523c27294c
|
Adds Floyd Warshall Algorithm
|
5 years ago |
Jeffery Russell
|
e44a4f7791
|
Merge pull request #32 from Jammyjamjamman/decisiontree_py
Python simple decision tree classifier
|
5 years ago |
James Sherratt
|
a762a81271
|
Add comments to Decision tree algorithm
Decision tree code now has comments, explaining how the code works.
|
5 years ago |
James Sherratt
|
66bb46261e
|
Python simple decision tree classifier
Code for a simple decision tree classifier has been added. This
is demonstrated to work with the classic iris dataset.
|
5 years ago |
THIYAGARAJAN
|
6e04e517a7
|
Fixed - to display the output
It can able to extract the words and make count of it
|
5 years ago |
Jeffery Russell
|
c42c3c9e17
|
Merge pull request #31 from nancyanand2807/master
BFS
|
5 years ago |
Jeffery Russell
|
23d5695ab8
|
Merge pull request #27 from THIYAGU22/patch-2
Created clean_text.py
|
5 years ago |
Jeffery Russell
|
8edb7ae282
|
Merge pull request #26 from sourabhsahu123/master
bucket sort added
|
5 years ago |
Jeffery Russell
|
a7ef5dd476
|
Merge pull request #25 from Jammyjamjamman/graphs_py
Added graphs python code
|
5 years ago |
NANCY ANAND
|
8cc2c110ba
|
Merge pull request #1 from nancyanand2807/nancyanand2807-patch-1
perceptron1.py
|
5 years ago |
NANCY ANAND
|
c137ff53a0
|
Rename perceptron.py to perceptron1.py
This is a single layer perceptron code.
|
5 years ago |
NANCY ANAND
|
a1d0032ac5
|
Create perceptron.py
This is a single layer perceptron code.
|
5 years ago |
NANCY ANAND
|
69834fbfb8
|
Update dfs.py
|
5 years ago |
NANCY ANAND
|
ec85b42e3a
|
DFS
Depth First Traversal algorithm for a graph is implemented in Python. Driver code to test the same is also provided
|
5 years ago |
NANCY ANAND
|
135967890f
|
BFS
I have added BFS implementation in python. Also the driver code is provided.
|
5 years ago |
THIYAGARAJAN
|
f6d0a2b97c
|
text_preprocessing.py
Text PreProcessing -- This file does the manipulation work and perform vector method to calculate the word and indicate the number of times
|
5 years ago |
THIYAGARAJAN
|
1d09da3b19
|
Created clean_text.py
This is extension file of text preprocessing which is used to counter the words and to eliminate the Special chars , Upper Case letters
|
5 years ago |
sjain
|
1aaa2c78b7
|
bucket sort added
|
5 years ago |
James Sherratt
|
14e13f4224
|
Added graphs python code
Added python script which demnostrates a graph data structure,
with some basic methods (operators).
|
5 years ago |
Jeffery Russell
|
9294beb03d
|
Merge pull request #20 from sahil-9/master
Added BFS
|
5 years ago |
Jeffery Russell
|
69c792adc0
|
Merge pull request #22 from dani16595/master
Add Jump Search
|
5 years ago |
Jeffery Russell
|
dd2604b128
|
Merge pull request #23 from vipulSharma18/issue-#1-python-algorithms-vipulSharma18
Create Dijkstra.py
|
5 years ago |
Jeffery Russell
|
16aae11a21
|
Merge pull request #21 from eliasbayona/master
Added Basic Neural Network
|
5 years ago |
Jeffery Russell
|
403f3103ea
|
Merge pull request #24 from Jammyjamjamman/heapsort
Add heapsort
|
5 years ago |
James Sherratt
|
7e92b4ca53
|
More space corrections.
Added space at end of file + at another return
|
5 years ago |
James Sherratt
|
cc5193b32b
|
Better documentation
Corrected some of the function docs.
|
5 years ago |
James Sherratt
|
fc6375a039
|
Better formatting
Adjusted the spacing of the functions to be more PEP friendly.
|
5 years ago |
James Sherratt
|
ae3178ed88
|
Add heapsort
A script demonstrating heapsort using a max heap has been added.
Comments have been added, describing the steps.
|
5 years ago |