noshot 0.1.4__tar.gz → 0.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {noshot-0.1.4 → noshot-0.1.5}/PKG-INFO +3 -3
- {noshot-0.1.4 → noshot-0.1.5}/README.md +2 -2
- {noshot-0.1.4 → noshot-0.1.5}/noshot.egg-info/PKG-INFO +3 -3
- {noshot-0.1.4 → noshot-0.1.5}/setup.py +1 -1
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/main.py +2 -2
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/utils/shell_utils.py +15 -12
- {noshot-0.1.4 → noshot-0.1.5}/LICENSE.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/noshot.egg-info/SOURCES.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/noshot.egg-info/dependency_links.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/noshot.egg-info/not-zip-safe +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/noshot.egg-info/top_level.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/setup.cfg +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/__init__.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(A) Breadth First Search.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(B) Depth First Search.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(C) Uniform Cost Search.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(D) Depth Limites Search.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(E) Iterative Deepening DFS.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/2_ANOVA.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/One Way ANOVA (Repeated Measure).ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/One Way ANOVA.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/Sample 1 Way ANOVA Test.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/Two Way ANOVA.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/reaction_time.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/sample_data.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/sleep_deprivation.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/3_Linear.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/Linear Regression LAB.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/Linear Regression New- sklearn.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/Linear Regression.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/house_rate.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/Logistic Regression New- sklearn.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/Logistic Regression.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/default.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/hours_scores_records.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/2. Implement A Star And MA Star/(A) Astar.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/2. Implement A Star And MA Star/(B) IDAstar.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/2. Implement A Star And MA Star/(C) SMAstar.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/3. Genetic Algorithm/Genetic.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/4. Simulated Annealing/Simulated Annealing.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/4. Simulated Annealing/Sudoku Simulated Annealing.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/5. Alpha Beta Pruning/AlphaBetaPruning.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/6. Consraint Satisfaction Problems (CSP)/(A) CSP House Allocation.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/6. Consraint Satisfaction Problems (CSP)/(B) CSP Map Coloring.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/7. Random Sampling/Random Sampling.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/7. Random Sampling/height_weight_bmi.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/8. Z Test/Z Test Hash Function.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/8. Z Test/Z Test.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/8. Z Test/height_weight_bmi.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/1_heart.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/Independent T Test.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/Paired T Test.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/T Test Hash Function.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/T Test.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/height_weight_bmi.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/iq_test.csv +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/Others (AllinOne)/All In One.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/1. Chat Application/chat.java +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/1. Chat Application/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/1. Chat Application/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/LAN.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/analysis.awk +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/11. Wireless LAN IEEE 802.11/complexdcf.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/11. Wireless LAN IEEE 802.11/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/11. Wireless LAN IEEE 802.11/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/2. File Transfer/file_to_send.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/2. File Transfer/filetransfer.java +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/2. File Transfer/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/2. File Transfer/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/Client.class +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/MyServerImpl.class +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/MyServerIntf.class +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/Server.class +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/rmi.java +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/4. Wired Network/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/4. Wired Network/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/4. Wired Network/wired.awk +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/4. Wired Network/wired.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/5. Wireless Network/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/5. Wireless Network/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/5. Wireless Network/wireless.awk +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/5. Wireless Network/wireless.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/analysis.awk +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/sack.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/vegas.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/analysis.awk +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/reno.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/tahoe.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Flow Control/analysis.awk +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Flow Control/flow.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Flow Control/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/DV.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/LS.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/analysis.awk +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/analysis.awk +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/broadcast.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/multicast.tcl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/9. DHCP/DHCP.java +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/9. DHCP/output.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/9. DHCP/procedure.png +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/1-Prereqs.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/2-Chi2test.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/2-T-test.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/3-WSD-nb.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/4-Hindle-Rooth.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/5-HMM-Trellis.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/6-HMM-Viterbi.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/7-PCFG-parsetree.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Chi2test.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Hindle-Rooth.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Lab 10 - Text generator using LSTM.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Lab 11 NMT.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/PCFG.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Prereqs.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/T test.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/TFIDF BOW.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Trellis.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/WSD.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Word2Vec.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab01(tokenizer)/tokenizer.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab01(tokenizer)/training_tokenizer.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/exp0.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/lab2.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/test.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/tokenizing.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab03(parse-tree)/collocation.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab03(parse-tree)/lab3.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab03(parse-tree)/nlp.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab04(collocation)/Lab4-NLP-Exp-2.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab04(collocation)/collocation.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab05(WSD)/NLP-Lab-5-Exp3.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab05(WSD)/word-sense-disambiguation.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab06(additional-exercise)/lab6.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab07(HMM,Viterbi)/NLP Exp 4.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab07(HMM,Viterbi)/NLP_Exp_5.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab08(PCFG)/PCFG.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab09-Hindle-rooth&MLP/Lab 9 - MLP classifier.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab09-Hindle-rooth&MLP/MLP-alternative-code.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab09-Hindle-rooth&MLP/hindle-rooth-algorithm.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab10(LSTM)/Lab_10_Text_generator_using_LSTM.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/Machine-translation.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/Viterbi-PCFG.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/corpora_tools.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/data_utils.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/train_translator.py +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab12(Information-Extraction)/Information_Extraction.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Backtrack-without-Verbitri.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Backward-Procedure.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Bag_of.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/CYK-algorithm.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Forward-Procedure.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/LSTM.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Lab 10 - Text generator using LSTM.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Lab 11 NMT.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/NLP-LAB-4.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/NLP-LAB-5.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/abc.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/ex-1-nltk.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/ex-2-nlp.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/exp8&9.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/hind.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/lab66.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/leb_3.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/naive_bayes_classifier.pkl +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/nlp_leb_1.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/nlp_leb_2.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/nlplab-9.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/nltk-ex-4.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/text1.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/text2.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/text3.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/translation-rnn.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/word2vector.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Backward Procedure Algorithm.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Chi Square Collocation.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Collocation (T test).ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Experiment 1.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Forward Procedure Algorithm.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Hindle Rooth.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/MachineTranslation.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Multi Layer Perceptron using MLPClassifier.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Multi Layer Perceptron using Tensorflow.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/PCFG Inside Probability.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Text Generation using LSTM.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Viterbi.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Word Sense Disambiguation.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/10.Text Generation using LSTM.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/11.Machine Translation.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/2.T and Chi2 Test.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/3.Word Sense Diambiguation.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/4.Hinddle and Rooth.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/5.Forward and Backward.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/6.Viterbi.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/7.PCFG Parse Tree.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/7.PCFG using cyk.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/8.Bag of words and TF-IDF.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/9.Word2Vector.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/NLP ALL In One.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/sample1.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/sample2.txt +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/word2vec_model.bin +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/1. Tokenize, Tagging, NER, Parse Tree.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/2. T Test and Chi2 Test.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/3. Naive Bayes WSD.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/4. Hinddle and Rooth.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/5 and 6 FWD, BWD, Viterbi.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/7. PCFG using CYK.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/8. BOW and TF-IDF.ipynb +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/Ubuntu CN Lab.iso +0 -0
- {noshot-0.1.4 → noshot-0.1.5}/src/noshot/utils/__init__.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: noshot
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.5
|
4
4
|
Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
|
5
5
|
Author: Tim Stan S
|
6
6
|
License: MIT
|
@@ -32,7 +32,7 @@ Dynamic: summary
|
|
32
32
|

|
33
33
|
[](https://pypi.org/project/noshot)
|
34
34
|
[](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
|
35
|
-
[](https://
|
35
|
+
[](https://pepy.tech/projects/noshot)
|
36
36
|

|
37
37
|

|
38
38
|
|
@@ -52,4 +52,4 @@ Dynamic: summary
|
|
52
52
|
## 📦 **Installation**
|
53
53
|
Install latest version via `pip`:
|
54
54
|
```sh
|
55
|
-
pip install noshot==0.1.
|
55
|
+
pip install noshot==0.1.5
|
@@ -7,7 +7,7 @@
|
|
7
7
|

|
8
8
|
[](https://pypi.org/project/noshot)
|
9
9
|
[](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
|
10
|
-
[](https://
|
10
|
+
[](https://pepy.tech/projects/noshot)
|
11
11
|

|
12
12
|

|
13
13
|
|
@@ -27,4 +27,4 @@
|
|
27
27
|
## 📦 **Installation**
|
28
28
|
Install latest version via `pip`:
|
29
29
|
```sh
|
30
|
-
pip install noshot==0.1.
|
30
|
+
pip install noshot==0.1.5
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: noshot
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.5
|
4
4
|
Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
|
5
5
|
Author: Tim Stan S
|
6
6
|
License: MIT
|
@@ -32,7 +32,7 @@ Dynamic: summary
|
|
32
32
|

|
33
33
|
[](https://pypi.org/project/noshot)
|
34
34
|
[](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
|
35
|
-
[](https://
|
35
|
+
[](https://pepy.tech/projects/noshot)
|
36
36
|

|
37
37
|

|
38
38
|
|
@@ -52,4 +52,4 @@ Dynamic: summary
|
|
52
52
|
## 📦 **Installation**
|
53
53
|
Install latest version via `pip`:
|
54
54
|
```sh
|
55
|
-
pip install noshot==0.1.
|
55
|
+
pip install noshot==0.1.5
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
|
|
5
5
|
|
6
6
|
setup(
|
7
7
|
name="noshot",
|
8
|
-
version="0.1.
|
8
|
+
version="0.1.5",
|
9
9
|
author="Tim Stan S",
|
10
10
|
description="Support library for Artificial Intelligence, Machine Learning and Data Science tools",
|
11
11
|
long_description=long_description,
|
@@ -9,8 +9,8 @@ def get(name = None, open = False):
|
|
9
9
|
try:
|
10
10
|
if name is not None:
|
11
11
|
name = str(name)
|
12
|
-
if name in ['-1']
|
13
|
-
elif name in ['0']
|
12
|
+
if name in ['-1'] : get_folder("ML TS XAI", loc = True)
|
13
|
+
elif name in ['0'] : remove_folder("ML TS XAI")
|
14
14
|
else:
|
15
15
|
for k, v in available.items():
|
16
16
|
sep = " : " if v else ""
|
@@ -3,8 +3,8 @@ import shutil
|
|
3
3
|
import subprocess
|
4
4
|
import pathlib
|
5
5
|
|
6
|
-
def get_folder(folder_path
|
7
|
-
src = os.path.join(os.path.
|
6
|
+
def get_folder(folder_path, loc = False):
|
7
|
+
src = os.path.join(os.path.dirname(os.path.dirname(__file__)), "data", pathlib.Path(folder_path))
|
8
8
|
try:
|
9
9
|
dest = os.path.join(os.getcwd(), pathlib.Path(folder_path))
|
10
10
|
shutil.copytree(src, dest, symlinks=False, copy_function = shutil.copy2,
|
@@ -24,7 +24,7 @@ def get_folder(folder_path = "ML TS XAI", loc = False):
|
|
24
24
|
print("Path:",dest)
|
25
25
|
|
26
26
|
def get_file(file_path, loc = False, open = False):
|
27
|
-
src = os.path.
|
27
|
+
src = os.path.join(os.path.dirname(os.path.dirname(__file__)), "data", pathlib.Path(file_path))
|
28
28
|
try:
|
29
29
|
dest = os.path.join(os.getcwd(), pathlib.Path(file_path).name)
|
30
30
|
shutil.copy(src, dest)
|
@@ -40,15 +40,18 @@ def get_file(file_path, loc = False, open = False):
|
|
40
40
|
if loc:
|
41
41
|
print("Path:",dest)
|
42
42
|
|
43
|
-
def remove_folder(folder_path
|
43
|
+
def remove_folder(folder_path):
|
44
44
|
try:
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
45
|
+
src1 = os.path.join(os.getcwd(), pathlib.Path(folder_path))
|
46
|
+
src2 = os.path.join(os.path.expanduser('~'), "Downloads", pathlib.Path(folder_path))
|
47
|
+
if os.path.exists(src1) or os.path.exists(src2):
|
48
|
+
shutil.rmtree(src1, ignore_errors = True)
|
49
|
+
shutil.rmtree(src2, ignore_errors = True)
|
50
|
+
if os.path.exists(src1) or os.path.exists(src2):
|
51
|
+
print("Deletion Impossible [File Not Closed - Shutdown File Kernel]\nGo to Home page -> Running Tab -> Click Shut Down All")
|
52
|
+
else:
|
53
|
+
print(f"Folder({pathlib.Path(folder_path)}) Removed Successfully")
|
54
|
+
else:
|
55
|
+
print(f"Folder({pathlib.Path(folder_path)}) Not Found [Repeated Iteration | Probably Removed Manually]")
|
53
56
|
except Exception as error:
|
54
57
|
print(error)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/Sample 1 Way ANOVA Test.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/sleep_deprivation.csv
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/3_Linear.csv
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/house_rate.csv
RENAMED
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/default.csv
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/3. Genetic Algorithm/Genetic.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/8. Z Test/Z Test Hash Function.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/8. Z Test/height_weight_bmi.csv
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/Independent T Test.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/T Test Hash Function.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/height_weight_bmi.csv
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/Others (AllinOne)/All In One.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/1. Chat Application/procedure.png
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/LAN.tcl
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/analysis.awk
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/output.png
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/procedure.png
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/11. Wireless LAN IEEE 802.11/output.png
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/2. File Transfer/file_to_send.txt
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/2. File Transfer/filetransfer.java
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/5. Wireless Network/procedure.png
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab01(tokenizer)/tokenizer.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/exp0.ipynb
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/lab2.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/tokenizing.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab03(parse-tree)/lab3.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab05(WSD)/NLP-Lab-5-Exp3.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab07(HMM,Viterbi)/NLP Exp 4.ipynb
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab07(HMM,Viterbi)/NLP_Exp_5.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Backtrack-without-Verbitri.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/naive_bayes_classifier.pkl
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Backward Procedure Algorithm.ipynb
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Chi Square Collocation.ipynb
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Collocation (T test).ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Forward Procedure Algorithm.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/PCFG Inside Probability.ipynb
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Text Generation using LSTM.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Word Sense Disambiguation.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/11.Machine Translation.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/3.Word Sense Diambiguation.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/5.Forward and Backward.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/8.Bag of words and TF-IDF.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/2. T Test and Chi2 Test.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/4. Hinddle and Rooth.ipynb
RENAMED
File without changes
|
{noshot-0.1.4 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/5 and 6 FWD, BWD, Viterbi.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|